## Welcome
This is a place to put general notes and extra information, for internal use.
To get started designing/documenting this API, select a version on the left. # Title
No Description
| Summary Item | Total | Failed |
|---|---|---|
| Requests | 145 | 0 |
| Prerequest Scripts | 146 | 0 |
| Test Scripts | 286 | 0 |
| Assertions | 139 | 1 |
| Skipped Tests | 1 | - |
expected response to have status code 200 but got 404
This method will let you create a new guest session. Guest sessions are a type of session that will let a user rate movies and TV shows but not require them to have a TMDB user account. More information about user authentication can be found [here](#docTextSection:NSZtgz7zptsiLYxXZ).
Please note, you should only generate a single guest session per user (or device) as you will be able to attach the ratings to a TMDB user account in the future. There is also IP limits in place so you should always make sure it's the end user doing the guest session actions.
If a guest session is not used for the first time within 24 hours, it will be automatically deleted.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4430a6a8-e4f0-40cc-8368-c498b666cb16 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:55 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"caf327e89887e144ded571271c12a145" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | XF0KgzklMshGLc0e6HSlitf4EYeC0YIEjL_QDhCSfQo9tGCHQbDvGg== |
{"success":true,"guest_session_id":"72d6a60bff1620d3eb22d8587064af10","expires_at":"2022-08-18 23:08:55 UTC"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Create a temporary request token that can be used to validate a TMDB user login. More details about how this works can be found [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8c31ef06-78e1-4bbb-b994-4b347fb94e97 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:56 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| Authentication-Callback | http://www.themoviedb.org/authenticate/b132e626568f084bfd8ea712e3fa6f10131c2bab |
| ETag | W/"5d6c6d8893717a3d7d884f30d1528452" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | cd7AJnogiAYWO18tfvstgsu_gZhEHzJTzLFb_DzO-bNJvbXxm-abEQ== |
{"success":true,"expires_at":"2022-08-18 00:08:56 UTC","request_token":"b132e626568f084bfd8ea712e3fa6f10131c2bab"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
This method allows an application to validate a request token by entering a username and password.
Not all applications have access to a web view so this can be used as a substitute.
Please note, the preferred method of validating a request token is to have a user authenticate the request via the TMDB website. You can read about that method [here](#docTextSection:NSZtgz7zptsiLYxXZ).
If you decide to use this method please **use HTTPS**.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0b17da97-f1cd-4e70-a475-9d07d2d90086 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 129 |
{
"username": "GeorgeDuarte87",
"password": "Suno123!",
"request_token": "b132e626568f084bfd8ea712e3fa6f10131c2bab"
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:56 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"5d6c6d8893717a3d7d884f30d1528452" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 2uQKaM0fZU8jg0StvZ5FexjDuhVlWp-suK4ZPp8aJ9ogEt4ozKxTSQ== |
{"success":true,"expires_at":"2022-08-18 00:08:56 UTC","request_token":"b132e626568f084bfd8ea712e3fa6f10131c2bab"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
If you would like to delete (or "logout") from a session, call this method with a valid session ID.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 44e80aaa-52e5-47ac-9e3e-44d0b7f5930f |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 62 |
{
"session_id": "5bf47b82fdb069f84752d00e9fd0f589665ce4fe"
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:56 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Error from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | low1jHRWm_IVywNYK3qZD1zqXATWMqp---4si72uS3KXHgoF7OL5_g== |
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 200 | |
You can use this method to create a fully valid session ID once a user has validated the request token. More information about how this works can be found [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 3aed4adb-6c09-49b6-b3ec-47b9a660b552 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 65 |
{
"request_token": "b132e626568f084bfd8ea712e3fa6f10131c2bab"
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"3edf297e6db4c85b9f7f6c5efa14c02f" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Onx2h74dxQTr5zbAmoQUIjXi5eVGg2hVNluJtJNeFpw25oLP0McDBA== |
{"success":true,"session_id":"cd4fdae59c0b059357c2d67a10ee15ad12963be2"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all the TV shows you have rated.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 02d989a5-7922-434a-aa5f-5e6d9ba0f67e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"05aa5f0389638daa47da22a45e9f584c" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | RUlBwFaEUakGILFxwqXmSB5Xz8duUyJyZhGXSB6gmos25wAYJ4RIhw== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/24pPrU9WkyExXnWCt0Gt4aBR0Ib.jpg","genre_ids":[18,10765,10768],"id":87917,"origin_country":["US"],"original_language":"en","original_name":"For All Mankind","overview":"Explore an aspirational world where NASA and the space program remained a priority and a focal point of our hopes and dreams as told through the lives of NASA astronauts, engineers, and their families.","popularity":93.222,"poster_path":"/bfxwMdQyJc0CL24m5VjtWAN30mt.jpg","first_air_date":"2019-11-01","name":"For All Mankind","vote_average":7.6,"vote_count":343,"rating":10.0},{"adult":false,"backdrop_path":"/hpU2cHC9tk90hswCFEpf5AtbqoL.jpg","genre_ids":[10751,16,35],"id":456,"origin_country":["US"],"original_language":"en","original_name":"The Simpsons","overview":"Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.","popularity":583.505,"poster_path":"/k5UALlcA0EnviaCUn2wMjOWYiOO.jpg","first_air_date":"1989-12-17","name":"The Simpsons","vote_average":7.959,"vote_count":8077,"rating":10.0},{"adult":false,"backdrop_path":"/oKt4J3TFjWirVwBqoHyIvv5IImd.jpg","genre_ids":[18,80],"id":85552,"origin_country":["US"],"original_language":"en","original_name":"Euphoria","overview":"A group of high school students navigate love and friendships in a world of drugs, sex, trauma, and social media.","popularity":302.824,"poster_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","first_air_date":"2019-06-16","name":"Euphoria","vote_average":8.4,"vote_count":7997,"rating":8.5}],"total_pages":1,"total_results":3}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all the TV episodes you have rated.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6ada0222-9f0a-495e-88dc-fa7fe2d6979c |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"660409d2b1f67acd3116e736654debcc" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 6cLGRwtJW9FECVkZXGC86dBbw9z0y3lapzV1Af2RkLp7EHJbaAUBJA== |
{"page":1,"results":[{"air_date":"2022-06-09","episode_number":1,"id":3658504,"name":"Polaris","overview":"Nearly 10 years have passed. Danielle and Ed attend a celebration, where things take a terrifying turn.","production_code":"","runtime":57,"season_number":3,"show_id":87917,"still_path":"/wBwxrxyFuTyumkfTbfBKlHAqVB1.jpg","vote_average":6.2,"vote_count":4,"rating":10.0},{"air_date":"2022-01-09","episode_number":1,"id":3351646,"name":"Trying to Get to Heaven Before They Close the Door","overview":"Rue and Jules cross paths for the first time since Christmas as East Highland rings in the new year.","production_code":"","runtime":61,"season_number":2,"show_id":85552,"still_path":"/p3oOluSyg2WkUxgShqc0Ji68YiN.jpg","vote_average":8.857,"vote_count":21,"rating":10.0}],"total_pages":1,"total_results":2}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all the movies you have rated.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a84e4414-1d0e-4f14-a9f9-26b47887db4f |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"033d4445eee0a8f0b4be8abc6a5e29a1" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | yclPoTVSlUgyWPVhd5nYNFWL4NUA_tsus3RK8UTT1XfFLdIJpT2wfg== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/3dPhs7hUnQLphDFzdkD407VZDYo.jpg","genre_ids":[18,12,878],"id":286217,"original_language":"en","original_title":"The Martian","overview":"During a manned mission to Mars, Astronaut Mark Watney is presumed dead after a fierce storm and left behind by his crew. But Watney has survived and finds himself stranded and alone on the hostile planet. With only meager supplies, he must draw upon his ingenuity, wit and spirit to subsist and find a way to signal to Earth that he is alive.","popularity":65.299,"poster_path":"/5BHuvQ6p9kfc091Z8RiFNhCwL4b.jpg","release_date":"2015-09-30","title":"The Martian","video":false,"vote_average":7.669,"vote_count":17272,"rating":10.0},{"adult":false,"backdrop_path":"/TU9NIjwzjoKPwQHoHshkFcQUCG.jpg","genre_ids":[35,53,18],"id":496243,"original_language":"ko","original_title":"기생충","overview":"All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.","popularity":101.622,"poster_path":"/7IiTTgloJzvGI1TAYymCfbfl3vT.jpg","release_date":"2019-05-30","title":"Parasite","video":false,"vote_average":8.516,"vote_count":14179,"rating":8.5}],"total_pages":1,"total_results":2}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Add a movie or TV show to your watchlist.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4857ba04-5f92-465e-b426-f62d2666a094 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 63 |
{
"media_type": "tv",
"media_id": 11,
"watchlist": true
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"04302547257ccb7e68844cdd59055002" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ajTqQ9SLb7kkTMmSkpSDJKtT7cqc3BgyyB560gW9aGGNpLvVJf5r6Q== |
{"success":true,"status_code":12,"status_message":"The item/record was updated successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all the movies you have added to your watchlist.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 32c1af2f-3922-45c2-90ce-3cedd1c77256 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"710d76997ab4a4398d3f291bea127bae" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | rsSi4uh4ZLgsI-c8aX-bQQMOGzFZ8aD_4PR11GGUb19QqcOTsfxqrA== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/yrdAamkeqXHm0UYukk8xgoCvc7G.jpg","genre_ids":[12,28,878],"id":11,"original_language":"en","original_title":"Star Wars","overview":"Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.","popularity":72.892,"poster_path":"/6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg","release_date":"1977-05-25","title":"Star Wars","video":false,"vote_average":8.2,"vote_count":17569}],"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all the TV shows you have added to your watchlist.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | cd46213d-fea3-4171-895a-1242737484e7 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"c3e4b0f706aa6e6246182fdb4089925c" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | g9SX4Ao8dZkCfkzteM98RNjQblAMFOV_99DOEeiHaehqN12yR_GneQ== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/se2jymoLDghIrLewQismwfmWG.jpg","genre_ids":[],"id":11,"origin_country":["US"],"original_language":"en","original_name":"Strictly Sex with Dr. Drew","overview":"Strictly Sex with Dr. Drew is a television show hosted by Loveline host Dr. Drew Pinsky. It ran for 10 episodes in all, and is still featured on the Discovery Health channel.","popularity":0.6,"poster_path":"/3hFpUg6Ty25Vs5XgbnNz1Xcirb5.jpg","first_air_date":"2005-06-08","name":"Strictly Sex with Dr. Drew","vote_average":0.0,"vote_count":0}],"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
This method allows you to mark a movie or TV show as a favorite item.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | d2c3e79c-830b-469f-b623-31d689e81f34 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 69 |
{
"media_type": "movie",
"media_id": 286217,
"favorite": true
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"04302547257ccb7e68844cdd59055002" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 5Mr3gx3k4Ad6Kc_vK_xWFZByolK7scYYFkStV1QbPLfZU3PVXeXCSw== |
{"success":true,"status_code":12,"status_message":"The item/record was updated successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of your favorite movies.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 16128d4e-7844-4808-a1ac-10e9291fd69e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:08:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"8f23b0013ce897c07d0a3bd3f5a0fd17" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | oXR7enUt9uGUDXRGar_ZsBw7paLHi5GM8ty6nnbA2NfbHjTnZEnMmA== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/3dPhs7hUnQLphDFzdkD407VZDYo.jpg","genre_ids":[18,12,878],"id":286217,"original_language":"en","original_title":"The Martian","overview":"During a manned mission to Mars, Astronaut Mark Watney is presumed dead after a fierce storm and left behind by his crew. But Watney has survived and finds himself stranded and alone on the hostile planet. With only meager supplies, he must draw upon his ingenuity, wit and spirit to subsist and find a way to signal to Earth that he is alive.","popularity":65.299,"poster_path":"/5BHuvQ6p9kfc091Z8RiFNhCwL4b.jpg","release_date":"2015-09-30","title":"The Martian","video":false,"vote_average":7.669,"vote_count":17272}],"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of your favorite TV shows.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ec9e318c-a3c7-4492-a2ec-d3d6c194506b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:00 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"dcc8ebae90038a1dfc07d02aefa83f8d" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | CcCArJPV7ZIIY60zHq6gOAQRrrXlHbImV-RZyugpMplmeFOH9Wy9hQ== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/24pPrU9WkyExXnWCt0Gt4aBR0Ib.jpg","genre_ids":[18,10765,10768],"id":87917,"origin_country":["US"],"original_language":"en","original_name":"For All Mankind","overview":"Explore an aspirational world where NASA and the space program remained a priority and a focal point of our hopes and dreams as told through the lives of NASA astronauts, engineers, and their families.","popularity":93.222,"poster_path":"/bfxwMdQyJc0CL24m5VjtWAN30mt.jpg","first_air_date":"2019-11-01","name":"For All Mankind","vote_average":7.6,"vote_count":343},{"adult":false,"backdrop_path":"/hpU2cHC9tk90hswCFEpf5AtbqoL.jpg","genre_ids":[10751,16,35],"id":456,"origin_country":["US"],"original_language":"en","original_name":"The Simpsons","overview":"Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.","popularity":583.505,"poster_path":"/k5UALlcA0EnviaCUn2wMjOWYiOO.jpg","first_air_date":"1989-12-17","name":"The Simpsons","vote_average":7.959,"vote_count":8077}],"total_pages":1,"total_results":2}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get all of the lists created by an account. Will invlude private lists if you are the owner.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 04191795-0469-490a-a68f-91a1bd1b99a2 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:00 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"e6fb643264acb16b0f53d5ff7c52fe5c" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | fPeBumqVLhvRIrQUPwOuchG4qF9A--DBcYPwsRvjQmqNO7iLtHqKSQ== |
{"page":1,"results":[{"description":"$randomCatchPhrase","favorite_count":0,"id":8213930,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"$randomCatchPhrase","favorite_count":0,"id":8213924,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"$randomCatchPhrase","favorite_count":0,"id":8213923,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"$randomCatchPhrase","favorite_count":0,"id":8213919,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"$randomCatchPhrase","favorite_count":0,"id":8213918,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"$randomCatchPhrase","favorite_count":0,"id":8213916,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"$randomCatchPhrase","poster_path":null},{"description":"Just an awesome list dawgm.","favorite_count":0,"id":8213915,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"This is my awesome test listm.","poster_path":null},{"description":"Just an awesome list dawg.","favorite_count":0,"id":8213914,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"This is my awesome test list.","poster_path":null},{"description":"Just an awesome list dawg.","favorite_count":0,"id":8213908,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"This is my awesome test list.","poster_path":null},{"description":"","favorite_count":0,"id":8213749,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"MyList","poster_path":null},{"description":"Just an awesome list dawg.","favorite_count":0,"id":8213788,"item_count":0,"iso_639_1":"en","list_type":"movie","name":"This is my awesome test list.","poster_path":null}],"total_pages":1,"total_results":11}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get your account details.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8bf1a856-f601-49f9-97af-fdae18fbaa9d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:00 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"c95fac39a198e83452cc03d66d2327a6" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | yK9ySIa7HDRk51di63WtOw5arT2Q-JUGgZ7byApzQTuVf6J5ZK_ogA== |
{"avatar":{"gravatar":{"hash":"4522c167ca5e2c4e095a0c7c3e68ca80"},"tmdb":{"avatar_path":null}},"id":14034806,"iso_639_1":"en","iso_3166_1":"BR","name":"","include_adult":false,"username":"GeorgeDuarte87"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get an up to date list of the officially supported movie certifications on TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 9bc935c8-18c2-47bf-81ec-d86ba043c428 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:01 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"fa2ace32aed093e32e98fa0400783769" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | kRJ3jdeBcg1f41EPAotiWYCVN69C5MsSV2n94zl28p7bOeRXwsyU6g== |
{"certifications":{"US":[{"certification":"G","meaning":"All ages admitted. There is no content that would be objectionable to most parents. This is one of only two ratings dating back to 1968 that still exists today.","order":1},{"certification":"PG-13","meaning":"Some material may be inappropriate for children under 13. Films given this rating may contain sexual content, brief or partial nudity, some strong language and innuendo, humor, mature themes, political themes, terror and/or intense action violence. However, bloodshed is rarely present. This is the minimum rating at which drug content is present.","order":3},{"certification":"R","meaning":"Under 17 requires accompanying parent or adult guardian 21 or older. The parent/guardian is required to stay with the child under 17 through the entire movie, even if the parent gives the child/teenager permission to see the film alone. These films may contain strong profanity, graphic sexuality, nudity, strong violence, horror, gore, and strong drug use. A movie rated R for profanity often has more severe or frequent language than the PG-13 rating would permit. An R-rated movie may have more blood, gore, drug use, nudity, or graphic sexuality than a PG-13 movie would admit.","order":4},{"certification":"NC-17","meaning":"These films contain excessive graphic violence, intense or explicit sex, depraved, abhorrent behavior, explicit drug abuse, strong language, explicit nudity, or any other elements which, at present, most parents would consider too strong and therefore off-limits for viewing by their children and teens. NC-17 does not necessarily mean obscene or pornographic in the oft-accepted or legal meaning of those words.","order":5},{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"PG","meaning":"Some material may not be suitable for children under 10. These films may contain some mild language, crude/suggestive humor, scary moments and/or violence. No drug content is present. There are a few exceptions to this rule. A few racial insults may also be heard.","order":2}],"CA":[{"certification":"18A","meaning":"Persons under 18 years of age must be accompanied by an adult. In the Maritimes & Manitoba, children under the age of 14 are prohibited from viewing the film.","order":4},{"certification":"G","meaning":"All ages.","order":1},{"certification":"PG","meaning":"Parental guidance advised. There is no age restriction but some material may not be suitable for all children.","order":2},{"certification":"14A","meaning":"Persons under 14 years of age must be accompanied by an adult.","order":3},{"certification":"A","meaning":"Admittance restricted to people 18 years of age or older. Sole purpose of the film is the portrayal of sexually explicit activity and/or explicit violence.","order":5}],"AU":[{"certification":"E","meaning":"Exempt from classification. Films that are exempt from classification must not contain contentious material (i.e. material that would ordinarily be rated M or higher).","order":1},{"certification":"G","meaning":"General. The content is very mild in impact.","order":2},{"certification":"R18+","meaning":"Restricted to 18 years and over. Adults only. The content is high in impact.","order":6},{"certification":"RC","meaning":"Refused Classification. Banned from sale or hire in Australia; also generally applies to importation (if inspected by and suspicious to Customs). Private Internet viewing is unenforced and attempts to legally censor such online material has resulted in controversy. Films are rated RC if their content exceeds the guidelines. The content is very high in impact.","order":8},{"certification":"PG","meaning":"Parental guidance recommended. There are no age restrictions. The content is mild in impact.","order":3},{"certification":"M","meaning":"Recommended for mature audiences. There are no age restrictions. The content is moderate in impact.","order":4},{"certification":"MA15+","meaning":"Mature Accompanied. Unsuitable for children younger than 15. Children younger than 15 years must be accompanied by a parent or guardian. The content is strong in impact.","order":5},{"certification":"X18+","meaning":"Restricted to 18 years and over. Films with this rating have pornographic content. Films classified as X18+ are banned from being sold or rented in all Australian states and are only legally available in the Australian Capital Territory and the Northern Territory. However, importing X18+ material from the two territories to any of the Australian states is legal.The content is sexually explicit in impact.","order":7}],"DE":[{"certification":"0","meaning":"No age restriction.","order":1},{"certification":"6","meaning":"No children younger than 6 years admitted.","order":2},{"certification":"12","meaning":"Children 12 or older admitted, children between 6 and 11 only when accompanied by parent or a legal guardian.","order":3},{"certification":"16","meaning":"Children 16 or older admitted, nobody under this age admitted.","order":4},{"certification":"18","meaning":"No youth admitted, only adults.","order":5}],"FR":[{"certification":"U","meaning":"(Tous publics) valid for all audiences.","order":1},{"certification":"12","meaning":"(Interdit aux moins de 12 ans) unsuitable for children younger than 12 or forbidden in cinemas for under 12.","order":3},{"certification":"10","meaning":"(Déconseillé aux moins de 10 ans) unsuitable for children younger than 10 (this rating is only used for TV); equivalent in theatres : \"avertissement\" (warning), some scenes may be disturbing to young children and sensitive people; equivalent on video : \"accord parental\" (parental guidance).","order":2},{"certification":"16","meaning":"(Interdit aux moins de 16 ans) unsuitable for children younger than 16 or forbidden in cinemas for under 16.","order":4},{"certification":"18","meaning":"(Interdit aux mineurs) unsuitable for children younger than 18 or forbidden in cinemas for under 18.","order":5}],"NZ":[{"certification":"M","meaning":"Suitable for (but not restricted to) mature audiences 16 years and up.","order":3},{"certification":"13","meaning":"Restricted to persons 13 years of age and over.","order":4},{"certification":"15","meaning":"Restricted to persons 15 years of age and over.","order":5},{"certification":"G","meaning":"Suitable for general audiences.","order":1},{"certification":"PG","meaning":"Parental guidance recommended for younger viewers.","order":2},{"certification":"16","meaning":"Restricted to persons 16 years of age and over.","order":6},{"certification":"18","meaning":"Restricted to persons 18 years of age and over.","order":7},{"certification":"R","meaning":"Restricted to a particular class of persons, or for particular purposes, or both.","order":8}],"IN":[{"certification":"U","meaning":"Unrestricted Public Exhibition throughout India, suitable for all age groups. Films under this category should not upset children over 4. Such films may contain educational, social or family-oriented themes. Films under this category may also contain fantasy violence and/or mild bad language.","order":0},{"certification":"UA","meaning":"All ages admitted, but it is advised that children below 12 be accompanied by a parent as the theme or content may be considered intense or inappropriate for young children. Films under this category may contain mature themes, sexual references, mild sex scenes, violence with brief gory images and/or infrequent use of crude language.","order":1},{"certification":"A","meaning":"Restricted to adult audiences (18 years or over). Nobody below the age of 18 may buy/rent an A-rated DVD, VHS, UMD or watch a film in the cinema with this rating. Films under this category may contain adult/disturbing themes, frequent crude language, brutal violence with blood and gore, strong sex scenes and/or scenes of drug abuse which is considered unsuitable for minors.","order":2}],"GB":[{"certification":"15","meaning":"Only those over 15 years are admitted. Nobody younger than 15 can rent or buy a 15-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category can contain adult themes, hard drugs, frequent strong language and limited use of very strong language, strong violence and strong sex references, and nudity without graphic detail. Sexual activity may be portrayed but without any strong detail. Sexual violence may be shown if discreet and justified by context.","order":5},{"certification":"R18","meaning":"Can only be shown at licensed adult cinemas or sold at licensed sex shops, and only to adults, those aged 18 or over. Films under this category are always hard-core pornography, defined as material intended for sexual stimulation and containing clear images of real sexual activity, strong fetish material, explicit animated images, or sight of certain acts such as triple simultaneous penetration and snowballing. There remains a range of material that is often cut from the R18 rating: strong images of injury in BDSM or spanking works, urolagnia, scenes suggesting incest even if staged, references to underage sex or childhood sexual development and aggressive behaviour such as hair-pulling or spitting on a performer are not permitted. More cuts are demanded in this category than any other category.","order":7},{"certification":"U","meaning":"All ages admitted, there is nothing unsuitable for children.","order":1},{"certification":"PG","meaning":"All ages admitted, but certain scenes may be unsuitable for young children. May contain mild language and sex/drugs references. May contain moderate violence if justified by context (e.g. fantasy).","order":2},{"certification":"12A","meaning":"Films under this category are considered to be unsuitable for very young people. Those aged under 12 years are only admitted if accompanied by an adult, aged at least 18 years, at all times during the motion picture. However, it is generally not recommended that children under 12 years should watch the film. Films under this category can contain mature themes, discrimination, soft drugs, moderate swear words, infrequent strong language and moderate violence, sex references and nudity. Sexual activity may be briefly and discreetly portrayed. Sexual violence may be implied or briefly indicated.","order":3},{"certification":"12","meaning":"Home media only since 2002. 12A-rated films are usually given a 12 certificate for the VHS/DVD version unless extra material has been added that requires a higher rating. Nobody younger than 12 can rent or buy a 12-rated VHS, DVD, Blu-ray Disc, UMD or game. The content guidelines are identical to those used for the 12A certificate.","order":4},{"certification":"18","meaning":"Only adults are admitted. Nobody younger than 18 can rent or buy an 18-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category do not have limitation on the bad language that is used. Hard drugs are generally allowed, and explicit sex references along with detailed sexual activity are also allowed. Scenes of strong real sex may be permitted if justified by the context. Very strong, gory, and/or sadistic violence is usually permitted. Strong sexual violence is permitted unless it is eroticised or excessively graphic.","order":6}],"NL":[{"certification":"AL","meaning":"All ages.","order":1},{"certification":"6","meaning":"Potentially harmful to children under 6 years.","order":2},{"certification":"9","meaning":"Potentially harmful to children under 9 years.","order":3},{"certification":"12","meaning":"Potentially harmful to children under 12 years; broadcasting is not allowed before 8:00 pm.","order":4},{"certification":"16","meaning":"Potentially harmful to children under 16 years; broadcasting is not allowed before 10:00 pm.","order":5}],"BR":[{"certification":"L","meaning":"General Audiences. Do not expose children to potentially harmful content.","order":1},{"certification":"10","meaning":"Not recommended for minors under ten. Violent content or inappropriate language to children, even if of a less intensity.","order":2},{"certification":"12","meaning":"Not recommended for minors under twelve. Scenes can include physical aggression, use of legal drugs and sexual innuendo.","order":3},{"certification":"14","meaning":"Not recommended for minors under fourteen. More violent material, stronger sex references and/or nudity.","order":4},{"certification":"16","meaning":"Not recommended for minors under sixteen. Scenes featuring production, trafficking and/or use of illegal drugs, hyper-realistic sex, sexual violence, abortion, torture, mutilation, suicide, trivialization of violence and death penalty.","order":5},{"certification":"18","meaning":"Not recommended for minors under eighteen. Scenes featuring explicit sex, incest, pedophilia, praising of the use of illegal drugs and violence of a strong imagery impact.","order":6}],"FI":[{"certification":"S","meaning":"For all ages.","order":1},{"certification":"K-7","meaning":"Over 7 years.","order":2},{"certification":"K-12","meaning":"Over 12 years.","order":3},{"certification":"K-16","meaning":"Over 16 years.","order":4},{"certification":"K-18","meaning":"Adults only.","order":5},{"certification":"KK","meaning":"Banned from commercial distribution.","order":6}],"BG":[{"certification":"A","meaning":"Recommended for children.","order":1},{"certification":"B","meaning":"Without age restrictions.","order":2},{"certification":"C","meaning":"Not recommended for children under 12.","order":3},{"certification":"D","meaning":"Prohibited for persons under 16.","order":4},{"certification":"X","meaning":"Prohibited for persons under 18.","order":5}],"ES":[{"certification":"APTA","meaning":"General admission.","order":1},{"certification":"7","meaning":"Not recommended for audiences under 7.","order":2},{"certification":"12","meaning":"Not recommended for audiences under 12.","order":3},{"certification":"16","meaning":"Not recommended for audiences under 16.","order":4},{"certification":"18","meaning":"Not recommended for audiences under 18.","order":5},{"certification":"X","meaning":"Prohibited for audiences under 18.","order":6}],"PT":[{"certification":"Públicos","meaning":"For all the public (especially designed for children under 3 years of age).","order":1},{"certification":"M/3","meaning":"Passed for viewers aged 3 and older.","order":2},{"certification":"M/6","meaning":"Passed for viewers aged 6 and older.","order":3},{"certification":"M/12","meaning":"Passed for viewers aged 12 and older.","order":4},{"certification":"M/14","meaning":"Passed for viewers aged 14 and older.","order":5},{"certification":"M/16","meaning":"Passed for viewers aged 16 and older.","order":6},{"certification":"M/18","meaning":"Passed for viewers aged 18 and older.","order":7},{"certification":"P","meaning":"Special rating supplementary to the M/18 age rating denoting pornography.","order":8}],"MY":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"U","meaning":"(Umum: \"General Audiences\") - For general audiences. (Used by the majority of films screened in Malaysia until 2008 but it continues only for television, notably for RTM.)","order":1},{"certification":"P13","meaning":"(Penjaga 13 : \"Parental Guidance 13\") - Children under 13 not admitted unless accompanied by an adult. (Introduced in 2006, this became the official Malaysian motion picture rating system in 2008. The \"PG-13\" rating was revised to \"P13\" from April 2012 onwards to emphasize the use of Malay language instead of English.) Passionate kissing scenes are not allowed under a P13 rating.","order":2},{"certification":"18SG","meaning":"(Seram, Ganas: \"Graphic Violence and Horror/Terror\") - Film may contain strong violence, gore or horror/terror people may find objectionable.","order":3},{"certification":"18SX","meaning":"(Seks: \"Sexual Content\") - Film may contain sex scenes, nudity or sexual dialogue/references people may find objectionable (despite scenes of sex and nudity being strictly censored off by the LPF.)","order":4},{"certification":"18PA","meaning":"(Politik, Agama: \"Strong Religious or Political Elements\") - Film may contain elements which include religious, social or political aspects people may find objectionable. Rarely used.","order":5},{"certification":"18PL","meaning":"(Pelbagai: \"Various\") - Film may contain strong violence, gore, horror/terror, sex scenes, nudity, sexual dialogues/references, religious, social or political aspects people may find objectionable. The majority of the 18+ movies use this rating. For example, a film with sex scenes and strong violence will be classified as 18PL, despite scenes of sex and nudity being strictly censored off by the LPF.","order":6}],"CA-QC":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"G","meaning":"General Rating – May be viewed, rented or purchased by persons of all ages. If a film carrying a \"G\" rating might offend the sensibilities of a child under 8 years of age, \"Not suitable for young children\" is appended to the classification.","order":1},{"certification":"13+","meaning":"13 years and over – May be viewed, rented or purchased only by children 13 years of age or over. Children under 13 may be admitted only if accompanied by an adult.","order":2},{"certification":"16+","meaning":"16 years and over – May be viewed, rented or purchased only by children 16 years of age or over.","order":3},{"certification":"18+","meaning":"18 years and over – May be viewed, rented or purchased only by adults 18 years of age or over. If a film contains real and explicit sexual activity \"Explicit sexuality\" is appended to the classification, and in the retail video industry storeowners are required to place the film in a room reserved for adults.","order":4}],"SE":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"Btl","meaning":"All ages.","order":1},{"certification":"7","meaning":"Children under the age of 7, who are accompanied by an adult (a person aged 18 or over), are admitted to films that have been passed for children from the age of 7.","order":2},{"certification":"11","meaning":"Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11.","order":3},{"certification":"15","meaning":"Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11. Updated on March 1, 2017.","order":4}],"DK":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"A","meaning":"Suitable for a general audience.","order":1},{"certification":"7","meaning":"Not recommended for children under 7.","order":2},{"certification":"11","meaning":"For ages 11 and up.","order":3},{"certification":"15","meaning":"For ages 15 and up.","order":4},{"certification":"F","meaning":"Exempt from classification.","order":5}],"NO":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"A","meaning":"Suitable for all.","order":1},{"certification":"6","meaning":"6 years (no restriction for children accompanied by an adult).","order":2},{"certification":"9","meaning":"9 years (children down to 6 years accompanied by an adult).","order":3},{"certification":"12","meaning":"12 years (children down to 9 years accompanied by an adult).","order":4},{"certification":"15","meaning":"15 years (young down to 12 years accompanied by an adult).","order":5},{"certification":"18","meaning":" 18 years (absolute lower limit).","order":6}],"HU":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"KN","meaning":"Without age restriction.","order":1},{"certification":"6","meaning":"Not recommended below age of 6.","order":2},{"certification":"12","meaning":"Not recommended below age of 12.","order":3},{"certification":"16","meaning":"Not recommended below age of 16.","order":4},{"certification":"18","meaning":"Not recommended below age of 18.","order":5},{"certification":"X","meaning":"Restricted below 18, for adults only.","order":6}],"LT":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"V","meaning":"Movies for the audience of all ages.","order":1},{"certification":"N-7","meaning":"Movies for viewers from 7 years old. Younger than 7 years of age, viewers of this index have been featured only together with accompanying adult persons.","order":2},{"certification":"N-13","meaning":"Movies for viewers from 13 years of age. The viewers from 7 to 13 years of age are allowed to enter this index only together with accompanying adult persons.","order":3},{"certification":"N-16","meaning":"Movies for viewers from 16 years of age.","order":4},{"certification":"N-18","meaning":"Movies for viewers from 18 years of age.","order":5}],"RU":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"0+","meaning":"All ages are admitted.","order":1},{"certification":"6+","meaning":"(For children above 6) – Unsuitable for children under 6.","order":2},{"certification":"12+","meaning":"(For children above 12) – Unsuitable for children under 12.","order":3},{"certification":"16+","meaning":"(For children above 16) – Unsuitable for children under 16.","order":4},{"certification":"18+","meaning":"(Prohibited for children) – Prohibited for children under 18.","order":5}],"PH":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"G","meaning":"Viewers of all ages are admitted.","order":1},{"certification":"PG","meaning":"Viewers below 13 years old must be accompanied by a parent or supervising adult.","order":2},{"certification":"R-13","meaning":"Only viewers who are 13 years old and above can be admitted.","order":3},{"certification":"R-16","meaning":"Only viewers who are 16 years old and above can be admitted.","order":4},{"certification":"R-18","meaning":"Only viewers who are 18 years old and above can be admitted.","order":5},{"certification":"X","meaning":"“X-rated” films are not suitable for public exhibition.","order":6}],"IT":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"T","meaning":"All ages admitted.","order":1},{"certification":"VM14","meaning":"No admittance for children under 14.","order":2},{"certification":"VM18","meaning":"No admittance for children under 18.","order":3}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get an up to date list of the officially supported TV show certifications on TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a54ac091-c16b-4b09-a593-2f227c5ba842 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:01 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"51c45fdce950957c5a9f753f231e503d" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | IH-x-ZKFNwxA2CtCeLR5SGD37BMSh6H79jbwXJAg3k8ZXcCrvWvmyw== |
{"certifications":{"RU":[{"certification":"18+","meaning":"Restricted to People 18 or Older.","order":5},{"certification":"0+","meaning":"Can be watched by Any Age.","order":1},{"certification":"6+","meaning":"Only kids the age of 6 or older can watch.","order":2},{"certification":"12+","meaning":"Only kids the age of 12 or older can watch.","order":3},{"certification":"16+","meaning":"Only teens the age of 16 or older can watch.","order":4}],"US":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"TV-Y","meaning":"This program is designed to be appropriate for all children.","order":1},{"certification":"TV-Y7","meaning":"This program is designed for children age 7 and above.","order":2},{"certification":"TV-G","meaning":"Most parents would find this program suitable for all ages.","order":3},{"certification":"TV-PG","meaning":"This program contains material that parents may find unsuitable for younger children.","order":4},{"certification":"TV-14","meaning":"This program contains some material that many parents would find unsuitable for children under 14 years of age.","order":5},{"certification":"TV-MA","meaning":"This program is specifically designed to be viewed by adults and therefore may be unsuitable for children under 17.","order":6}],"CA":[{"certification":"Exempt","meaning":"Shows which are exempt from ratings (such as news and sports programming) will not display an on-screen rating at all.","order":0},{"certification":"C","meaning":"Programming suitable for children ages of 2–7 years. No profanity or sexual content of any level allowed. Contains little violence.","order":1},{"certification":"C8","meaning":"Suitable for children ages 8+. Low level violence and fantasy horror is allowed. No foul language is allowed, but occasional \"socially offensive and discriminatory\" language is allowed if in the context of the story. No sexual content of any level allowed.","order":2},{"certification":"G","meaning":"Suitable for general audiences. Programming suitable for the entire family with mild violence, and mild profanity and/or censored language.","order":3},{"certification":"PG","meaning":"Parental guidance. Moderate violence and moderate profanity is allowed, as is brief nudity and sexual references if important to the context of the story.","order":4},{"certification":"14+","meaning":"Programming intended for viewers ages 14 and older. May contain strong violence and strong profanity, and depictions of sexual activity as long as they are within the context of a story.","order":5},{"certification":"18+","meaning":"Programming intended for viewers ages 18 and older. May contain explicit violence and sexual activity. Programming with this rating cannot air before the watershed (9:00 p.m. to 6:00 a.m.).","order":6}],"AU":[{"certification":"P","meaning":"Programming is intended for younger children 2–11; commercial stations must show at least 30 minutes of P-rated content each weekday and weekends at all times. No advertisements may be shown during P-rated programs.","order":1},{"certification":"C","meaning":"Programming intended for older children 5–14; commercial stations must show at least 30 minutes of C-rated content each weekday between 7 a.m. and 8 a.m. or between 4 p.m. and 8:30 p.m. A further 2 and a half ours a week must also be shown either within these time bands or between 7 a.m. and 8:30 p.m. on weekends and school holidays, for a total of five hours a week (averaged as 260 hours over the course of a year). C-rated content is subject to certain restrictions and limitations on advertising (typically five minutes maximum per 30-minute period or seven minutes including promotions and community announcements).","order":2},{"certification":"G","meaning":"For general exhibition; all ages are permitted to watch programming with this rating.","order":3},{"certification":"PG","meaning":"Parental guidance is recommended for young viewers; PG-rated content may air at any time on digital-only channels, otherwise, it should only be broadcast between 8:30 a.m. and 4:00 p.m. and between 7:00 p.m. and 6:00 a.m. on weekdays, and between 10:00 a.m. and 6:00 a.m. on weekends.","order":4},{"certification":"M","meaning":"Recommended for mature audiences; M-rated content may only be broadcast between 8:30 p.m. and 5:00 a.m. on any day, and additionally between 12:00 p.m. and 3:00 p.m. on schooldays.","order":5},{"certification":"MA15+","meaning":"Not suitable for children and teens under 15; MA15+-rated programming may only be broadcast between 9:00 p.m. and 5:00 a.m. on any given day. Consumer advice is mandatory. Some R18+ rated movies on DVD/Blu-ray are often re-edited on free TV/cable channels to secure a more \"appropriate\" MA15+ rating. Some movies that were rated R18 on DVD have since been aired in Australian TV with MA15+ rating.","order":6},{"certification":"AV15+","meaning":"Not suitable for children and teens under 15; this is the same as the MA15+ rating, except the \"AV\" stands for \"Adult Violence\" meaning that anything that is Classified \"MA15+\" with the consumer advice \"Frequent Violence\" or \"Strong Violence\" will automatically become AV15+ (with that same consumer advice.) The AV rating is still allowed to exceed any MA15+ content, in particular – 'Violence'. AV15+ content may only be broadcast between 9:30 p.m. and 5:00 a.m. on any day. Consumer advice is mandatory.","order":7},{"certification":"R18+","meaning":"Not for children under 18; this is limited to Adult \"Pay Per View\" VC 196 and 197. Content may include graphic violence, sexual situations, coarse language and explicit drug use.","order":8}],"FR":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"10","meaning":"Not recommended for children under 10. Not allowed in children's television series.","order":1},{"certification":"12","meaning":"Not recommended for children under 12. Not allowed air before 10:00 p.m. Some channels and programs are subject to exception.","order":2},{"certification":"16","meaning":"Not recommended for children under 16. Not allowed air before 10:30 p.m. Some channels and programs are subject to exception.","order":3},{"certification":"18","meaning":"Not recommended for persons under 18. Allowed between midnight and 5 a.m. and only in some channels, access to these programs is locked by a personal password.","order":4}],"DE":[{"certification":"0","meaning":"Can be aired at any time.","order":0},{"certification":"6","meaning":"Can be aired at any time.","order":1},{"certification":"12","meaning":"The broadcaster must take the decision about the air time by taking in consideration the impact on young children in the timeframe from 6:00am to 8:00pm.","order":2},{"certification":"16","meaning":"Can be aired only from 10:00pm Uhr to 6:00am.","order":3},{"certification":"18","meaning":"Can be aired only from 11:00pm Uhr to 6:00am.","order":4}],"TH":[{"certification":"ส","meaning":"Sor - Educational movies which the public should be encouraged to see.","order":0},{"certification":"ท","meaning":"Tor - G Movies appropriate for the general public. No sex, abusive language or violence.","order":1},{"certification":"น 13+","meaning":"Nor 13+ Movies appropriate for audiences aged 13 and older.","order":2},{"certification":"น 15+","meaning":"Nor 15+ Movies appropriate for audiences aged 15 and older. Some violence, brutality, inhumanity, bad language or indecent gestures allowed.","order":3},{"certification":"น 18+","meaning":"Nor 18+ Movies appropriate for audiences aged 18 and older.","order":4},{"certification":"ฉ 20-","meaning":"Chor 20 - Movies prohibited for audiences aged below 20.","order":5},{"certification":"-","meaning":"Banned.","order":6}],"KR":[{"certification":"Exempt","meaning":"This rating is only for knowledge based game shows; lifestyle shows; documentary shows; news; current topic discussion shows; education/culture shows; sports that excludes MMA or other violent sports; and other programs that Korea Communications Standards Commission recognizes.","order":0},{"certification":"ALL","meaning":"This rating is for programming that is appropriate for all ages. This program usually involves programs designed for children or families.","order":1},{"certification":"7","meaning":"This rating is for programming that may contain material inappropriate for children younger than 7, and parental discretion should be used. Some cartoon programming not deemed strictly as \"educational\", and films rated \"G\" or \"PG\" in North America may fall into the 7 category.","order":2},{"certification":"12","meaning":"This rating is for programs that may deemed inappropriate for those younger than 12, and parental discretion should be used. Usually used for animations that have stronger themes or violence then those designed for children, or for reality shows that have mild violence, themes, or language.","order":3},{"certification":"15","meaning":"This rating is for programs that contain material that may be inappropriate for children under 15, and that parental discretion should be used. Examples include most dramas, and talk shows on OTA (over-the-air) TV (KBS, MBC, SBS), and many American TV shows/dramas on Cable TV channels like OCN and OnStyle. The programs that have this rating may include moderate or strong adult themes, language, sexual inference, and violence. As with the TV-MA rating in North America, this rating is commonly applied to live events where the occurrence of inappropriate dialogue is unpredictable. Since 2007, this rating is the most used rating for TV.","order":4},{"certification":"19","meaning":"This rating is for programs that are intended for adults only. 19-rated programming cannot air during the hours of 7:00AM to 9:00AM, and 1:00PM to 10:00PM. Programmes that receive this rating will almost certainly have adult themes, sexual situations, frequent use of strong language and disturbing scenes of violence.","order":5}],"GB":[{"certification":"U","meaning":"The U symbol stands for Universal. A U film should be suitable for audiences aged four years and over.","order":0},{"certification":"PG","meaning":"PG stands for Parental Guidance. This means a film is suitable for general viewing, but some scenes may be unsuitable for young children. A PG film should not unsettle a child aged around eight or older.","order":1},{"certification":"12A","meaning":"Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12. 12A requires an adult to accompany any child under 12 seeing a 12A film at the cinema.","order":2},{"certification":"12","meaning":"Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12.","order":3},{"certification":"15","meaning":"No-one under 15 is allowed to see a 15 film at the cinema or buy/rent a 15 rated video. 15 rated works are not suitable for children under 15 years of age.","order":4},{"certification":"18","meaning":"Films rated 18 are for adults. No-one under 18 is allowed to see an 18 film at the cinema or buy / rent an 18 rated video. No 18 rated works are suitable for children.","order":5},{"certification":"R18","meaning":"The R18 category is a special and legally-restricted classification primarily for explicit works of consenting sex or strong fetish material involving adults.","order":6}],"BR":[{"certification":"L","meaning":"Content is suitable for all audiences.","order":0},{"certification":"10","meaning":"Content suitable for viewers over the age of 10.","order":1},{"certification":"12","meaning":"Content suitable for viewers over the age of 12.","order":2},{"certification":"14","meaning":"Content suitable for viewers over the age of 14.","order":3},{"certification":"16","meaning":"Content suitable for viewers over the age of 16.","order":4},{"certification":"18","meaning":"Content suitable for viewers over the age of 18.","order":5}],"NL":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"AL","meaning":"Not harmful / All Ages.","order":1},{"certification":"6","meaning":"Take care with children under 6.","order":2},{"certification":"9","meaning":"Take care with children under 9.","order":3},{"certification":"12","meaning":"Take care with children under 12.","order":4},{"certification":"16","meaning":"Take care with children under 16.","order":5}],"PT":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"T","meaning":"Todos (suitable for all).","order":1},{"certification":"10AP","meaning":"Acompanhamento Parental (may not be suitable for children under 10, parental guidance advised).","order":2},{"certification":"12AP","meaning":"Acompanhamento Parental (may not be suitable for children under 12, parental guidance advised).","order":3},{"certification":"16","meaning":"Not suitable for children under 16, access to these programs is locked by a personal password.","order":4},{"certification":"18","meaning":"Not suitable for children under 18.","order":5}],"CA-QC":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"G","meaning":"Appropriate for all ages and must contain little or no violence and little to no sexual content.","order":1},{"certification":"8+","meaning":"Appropriate for children 8 and up may contain with little violence, language, and little to no sexual situations.","order":2},{"certification":"13+","meaning":"Appropriate – suitable for children 13 and up and may contain with moderate violence, language, and some sexual situations.","order":3},{"certification":"16+","meaning":"Recommended for children over the age of 16 and may contain with strong violence, strong language, and strong sexual content.","order":4},{"certification":"18+","meaning":"Only to be viewed by adults and may contain extreme violence and graphic sexual content. It is mostly used for 18+ movies and pornography.","order":5}],"HU":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"Unrated","meaning":"Without age restriction.","order":1},{"certification":"Children","meaning":"Programs recommended for children. It is an optional rating, there is no obligation for broadcasters to indicate it.","order":2},{"certification":"6","meaning":"Programs not recommended for children below the age of 6, may not contain any violence or sexual content. A yellow circle with the number 6 written inside is used for this rating.","order":3},{"certification":"12","meaning":"Programs not recommended for children below the age of 12, may contain light sexual content or explicit language. Most films without serious violence or sexual content fit into this category as well. A yellow circle with the number 12 written inside is used for this rating.","order":4},{"certification":"16","meaning":"Programs not recommended for teens and children below the age of 16, may contain more intensive violence and sexual content. A yellow circle with the number 16 written inside is used for this rating.","order":5},{"certification":"18","meaning":"The program is recommended only for adult viewers (for ages 18 and up), may contain explicit violence and explicit sexual content. A red circle with the number 18 written inside is used for this rating (the red circle was also used until 2002, but it did not contain any number in it).","order":6}],"LT":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"N-7","meaning":"Intended for viewers from 7 years old.","order":1},{"certification":"N-14","meaning":"Intended for viewers from 14 years of age and broadcast from 21 (9pm) to 6 (6am) hours.","order":2},{"certification":"S","meaning":"Intended for adult viewers from the age of 18 (corresponding to the age-appropriate index N-18) and broadcast between 23 (11pm) and 6 (6am) hours; Limited to minors and intended for adult audiences.","order":3}],"PH":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"G","meaning":"Suitable for all ages. Material for television, which in the judgment of the Board does not contain anything unsuitable for children.","order":1},{"certification":"PG","meaning":"Parental guidance suggested. Material for television, which, in the judgment of the Board, may contain some adult material that may be permissible for children to watch but only under the guidance and supervision of a parent or adult.","order":2},{"certification":"SPG","meaning":"Stronger and more vigilant parental guidance is suggested. Programs classified as “SPG” may contain more serious topic and theme, which may not be advisable for children to watch except under the very vigilant guidance and presence of a parent or an adult.","order":3},{"certification":"X","meaning":"Any television program that does not conform to the “G”, “PG”, and “SPG” classification shall be disapproved for television broadcast.","order":4}],"ES":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"Infantil","meaning":"Specially recommended for younger children.","order":1},{"certification":"TP","meaning":"For general viewing.","order":2},{"certification":"7","meaning":"Not recommended for viewers under the age of 7.","order":3},{"certification":"10","meaning":"Not recommended for viewers under the age of 10.","order":4},{"certification":"12","meaning":"Not recommended for viewers under the age of 12.","order":5},{"certification":"13","meaning":"Not recommended for viewers under the age of 13.","order":6},{"certification":"16","meaning":"Not recommended for viewers under the age of 16.","order":7},{"certification":"18","meaning":"Not recommended for viewers under the age of 18.","order":8}],"SK":[{"certification":"NR","meaning":"No rating information.","order":0},{"certification":"7","meaning":"Content suitable for children over 6 years.","order":1},{"certification":"12","meaning":"Content suitable for children over 12 years.","order":2},{"certification":"15","meaning":"Content suitable for teens over 15 years.","order":3},{"certification":"18","meaning":"Content exclusively for adults.","order":4}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Remove your rating for a TV show.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a9109e81-fdf8-4c81-ba4e-72b75f09b27b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:01 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"0566f98871ddfd7f6ade28aaefb5167d" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | htW_HcBu_L8KcrypZ9a_rTF1dLqg6ATUTabL7yuSroK-0wOvnKmXdw== |
{"success":true,"status_code":13,"status_message":"The item/record was deleted successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Rate a TV show.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | bbb4c2c4-3714-418f-9b8a-595627cbd7ff |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 18 |
{
"value": 8.5
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:02 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"4543905c5703940a323f39bb4fdcba82" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | DI_h0em6oa5XzF3EVLtt1qRukx8ivfMZTzUue8JNONJQM6imesUIPg== |
{"success":true,"status_code":1,"status_message":"Success."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Rate a TV episode.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6adcc24b-ba07-4487-8571-11dd8d4d3d0b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 18 |
{
"value": 8.5
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:02 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"4543905c5703940a323f39bb4fdcba82" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | VlEWSs8S3S-zVRbH7j_fNYj7uo-kiAcNxSx3fxOw_1XvD7YWoXx48g== |
{"success":true,"status_code":1,"status_message":"Success."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Remove your rating for a TV episode.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 44e0ca4c-b9cb-4445-b697-8aa59526b388 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:02 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"0566f98871ddfd7f6ade28aaefb5167d" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | u8WuWffCl1UC7fjRHuBesk95EyBD_WKiIcdphLRcQA3M0skmy5Oe-w== |
{"success":true,"status_code":13,"status_message":"The item/record was deleted successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the TV episode details by id.
Supports `append_to_response`. Read more about this [here](#docTextSection:JdZq8ctmcxNqyLQjp).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| June 1, 2018 | Added the [translations](#endpoint:5SFwZar3LkP99QMp7) method. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 5de40eb6-a5ee-48de-8d1e-68ed01aba7e3 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 22:20:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | f762ae7f431d9b755eb99027d04dd9f76634ce83 |
| X-Memc-Age | 16129 |
| X-Memc-Expires | 1656 |
| ETag | W/"4b8c4fc3a3befbbef448a2b01082a7ad" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | gjqDRNFzYuDuDvTi6FcL1lYr12kWa5PxRZbFeuEE3cWvPidEGZTjtQ== |
| Age | 2924 |
{"air_date":"2022-01-09","crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Co-Editor","department":"Editing","credit_id":"60f7fa19944a5700303d880d","adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Makeup Department Head","department":"Costume \u0026 Make-Up","credit_id":"61400fa794d8a80043fcbd7b","adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null},{"job":"Supervising Art Director","department":"Art","credit_id":"61a111f73d4d96002e5f23ab","adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null}],"episode_number":1,"guest_stars":[{"character":"Math Teacher","credit_id":"61b717790443c9004106e232","order":24,"adult":false,"gender":1,"id":1324161,"known_for_department":"Acting","name":"Cinda Adams","original_name":"Cinda Adams","popularity":1.295,"profile_path":"/7CZXKhAEyjslPo7OH6TrYWCWEZz.jpg"},{"character":"Mitch","credit_id":"61b7179603726400636209aa","order":25,"adult":false,"gender":2,"id":21317,"known_for_department":"Acting","name":"Daeg Faerch","original_name":"Daeg Faerch","popularity":4.675,"profile_path":"/hXO449dEfMEJi8HOciQIKIqAmQr.jpg"},{"character":"6-Year-Old Ashtray","credit_id":"61de43bf5c071b0043fa9f77","order":27,"adult":false,"gender":0,"id":3379187,"known_for_department":"Acting","name":"Daelo Jin Walton","original_name":"Daelo Jin Walton","popularity":0.6,"profile_path":null},{"character":"Young Fezco","credit_id":"61de43cb07291c0067fb7ef8","order":28,"adult":false,"gender":2,"id":1506297,"known_for_department":"Acting","name":"Mason Shea Joyce","original_name":"Mason Shea Joyce","popularity":3.783,"profile_path":"/93uP19JB418DQdTxbF0K3KECJLp.jpg"},{"character":"Grandma","credit_id":"61de44046743fa008f9b8643","order":29,"adult":false,"gender":1,"id":17920,"known_for_department":"Acting","name":"Kathrine Narducci","original_name":"Kathrine Narducci","popularity":12.373,"profile_path":"/bOxhHtEtmhdfVmnL0KyG4SPDlwJ.jpg"},{"character":"Bowl-Cut","credit_id":"61de4429441b03001c935b14","order":31,"adult":false,"gender":2,"id":41341,"known_for_department":"Acting","name":"Andy Mackenzie","original_name":"Andy Mackenzie","popularity":0.84,"profile_path":"/q8qdAq4xuBlcW4P5FinpRHexk9T.jpg"},{"character":"Travis","credit_id":"61fc21b964de3500b75e59cd","order":170,"adult":false,"gender":2,"id":3204986,"known_for_department":"Acting","name":"Demetrius 'Lil Meech' Flenory","original_name":"Demetrius 'Lil Meech' Flenory","popularity":1.214,"profile_path":"/zbbaLXEs1wnMQjrgrerurDHcY6R.jpg"},{"character":"Mouse","credit_id":"61fc078764de350068e16f8f","order":171,"adult":false,"gender":0,"id":2239940,"known_for_department":"Acting","name":"Meeko","original_name":"Meeko","popularity":1.22,"profile_path":null},{"character":"Paulie","credit_id":"61fc21dd59e8a9001b160d01","order":172,"adult":false,"gender":0,"id":2116763,"known_for_department":"Acting","name":"Philip Ursino","original_name":"Philip Ursino","popularity":0.728,"profile_path":null},{"character":"Dr. Salah","credit_id":"61fc21f8ae6f0900a2e4c1ef","order":173,"adult":false,"gender":0,"id":2367261,"known_for_department":"Acting","name":"Ash Khan","original_name":"Ash Khan","popularity":0.6,"profile_path":null},{"character":"Girl in Backroom","credit_id":"61fc220aeee1860044e439f5","order":175,"adult":false,"gender":0,"id":2021029,"known_for_department":"Acting","name":"Isabella Brenza","original_name":"Isabella Brenza","popularity":3.063,"profile_path":"/lBs5Mxlh798UtoQQrdvoL69kpTj.jpg"},{"character":"Cashier","credit_id":"61fc221e559d2200c7d1890d","order":177,"adult":false,"gender":0,"id":2722700,"known_for_department":"Production","name":"Oscar Pereida","original_name":"Oscar Pereida","popularity":0.6,"profile_path":null},{"character":"Strip Club Bouncer","credit_id":"61fc222a1e259a009df579a6","order":178,"adult":false,"gender":2,"id":1129158,"known_for_department":"Acting","name":"Mike G.","original_name":"Mike G.","popularity":0.75,"profile_path":"/g4Vp1kQq6E05Czb1JNyIFbfVWO0.jpg"},{"character":"Strip Club Bartender","credit_id":"61fc2233072166006da89160","order":179,"adult":false,"gender":0,"id":1759243,"known_for_department":"Acting","name":"Rogelio Camarillo","original_name":"Rogelio Camarillo","popularity":0.98,"profile_path":"/cQ3BRNdRnuB5DDXn82sxZbqAQz3.jpg"},{"character":"Bikini Girl","credit_id":"61fc223c41429100d4fddc17","order":180,"adult":false,"gender":1,"id":2625529,"known_for_department":"Acting","name":"Sydney Martin","original_name":"Sydney Martin","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc22456f31af008f856f73","order":181,"adult":true,"gender":1,"id":591844,"known_for_department":"Acting","name":"Aiden Ashley","original_name":"Aiden Ashley","popularity":4.689,"profile_path":"/9BPDh8wlgJg2tgCS5AhfeuvXsDs.jpg"},{"character":"Stripper","credit_id":"61fc224d7a97ab00a968e6df","order":182,"adult":true,"gender":1,"id":2335449,"known_for_department":"Acting","name":"Diana Grace","original_name":"Diana Grace","popularity":2.09,"profile_path":"/jrl1oOz73507qIQw1bhNEnZ7ZKG.jpg"},{"character":"Stripper","credit_id":"61fc2256559d22006a0a3817","order":183,"adult":true,"gender":1,"id":3235895,"known_for_department":"Acting","name":"Kenzie Anne","original_name":"Kenzie Anne","popularity":10.171,"profile_path":"/mdlKbtePONhkLoZnc3xwyLwTi63.jpg"},{"character":"Stripper","credit_id":"61fc225e68929c00a4858c4a","order":184,"adult":false,"gender":0,"id":3411139,"known_for_department":"Acting","name":"Trenee Bowman","original_name":"Trenee Bowman","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc226768929c0122a48694","order":185,"adult":false,"gender":0,"id":3411140,"known_for_department":"Acting","name":"Shannon Caetano","original_name":"Shannon Caetano","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227068929c0122a486ba","order":186,"adult":false,"gender":0,"id":3411141,"known_for_department":"Acting","name":"Kiajah Powell","original_name":"Kiajah Powell","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227868929c00422c0ebd","order":187,"adult":false,"gender":0,"id":3411142,"known_for_department":"Acting","name":"Consuella Torres","original_name":"Consuella Torres","popularity":0.6,"profile_path":null},{"character":"Virgil","credit_id":"61fc2201dfaae900c6baff73","order":191,"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null},{"character":"Laurie","credit_id":"61fc2195ae6f0900d568d06c","order":235,"adult":false,"gender":1,"id":1572541,"known_for_department":"Acting","name":"Martha Kelly","original_name":"Martha Kelly","popularity":5.733,"profile_path":"/ac7HoARDIHdYNqpzgJBzpmKHXHR.jpg"},{"character":"Bruce Jr.","credit_id":"61fc21ad41429100a217f3b4","order":235,"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg"},{"character":"Bruce","credit_id":"61fc21d4bf0f6300ddff2f81","order":236,"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null},{"character":"Christopher McKay","credit_id":"5c3338ffc3a368107ea0337b","order":239,"adult":false,"gender":2,"id":1377458,"known_for_department":"Acting","name":"Algee Smith","original_name":"Algee Smith","popularity":23.128,"profile_path":"/8lSjFECJflwHJJGt5e7CqyItXW2.jpg"},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Caleb","credit_id":"61fc221459e8a9001b160d64","order":268,"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}],"name":"Trying to Get to Heaven Before They Close the Door","overview":"Rue and Jules cross paths for the first time since Christmas as East Highland rings in the new year.","id":3351646,"production_code":"","runtime":61,"season_number":2,"still_path":"/p3oOluSyg2WkUxgShqc0Ji68YiN.jpg","vote_average":8.857,"vote_count":21}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get your rating for a episode.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 836a0434-266e-4870-9102-9fea3ed51306 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:03 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| X-Memc | MISS |
| X-Memc-Key | 55be11b86ef81990cdd899f4d5a658936d886f0d |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| ETag | W/"615f7615d3824fcb036cc3b063c85773" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | RthJNEqMYz7Yf15cXzpVNSjqeRgBHUD0IIUbhCa7QS5E3OuHqURxtg== |
{"id":3351646,"rated":{"value":10.0}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the videos that have been added to a TV episode.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 28, 2021 | A new `include_video_language` filter is now available. You can use this filter the same way you use `include_image_language` on image calls. We also added two new fields, `official` and `published_at` to the video response. |
| March 23, 2019 | Vimeo was added as a video source. |
| March 20, 2019 | "Behind the Scenes", "Bloopers" and "Recap" were added as valid video types. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 88888318-38cd-49a5-99b3-8d8b8f7eef7d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 523c97b289bd263dce34567d2d56fc3a4fcdbbbb |
| X-Memc-Age | 7387 |
| X-Memc-Expires | 7801 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:20:20 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"7441b59cadb0a33969f4482a6b253403" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 4EQPrh909C37LncGy-tYKcSF9MGIaQBU4sRjPCgBsD5WsoZ2y_uTsg== |
| Age | 2923 |
{"id":3351646,"results":[{"iso_639_1":"en","iso_3166_1":"US","name":"enter euphoria – season 2 episode 1","key":"BBle7sK5wJU","site":"YouTube","size":1080,"type":"Featurette","official":true,"published_at":"2022-01-10T03:00:09.000Z","id":"61de4502a6fdaa001d9c1999"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the translation data for an episode.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6fdf352e-2c36-46da-82e6-f72f995418f1 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 5ae47c7f6e36724875bd82d67ae88b3f2d31ff09 |
| X-Memc-Age | 6593 |
| X-Memc-Expires | 8239 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:20:20 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"0061a56f41959ee370a9999818a64256" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | MayM2l7m0kJ4VQlx5zhzKeRWOexF3d1zmvekehz3uZZRxyfW0TQrsA== |
| Age | 2923 |
{"id":3351646,"translations":[{"iso_3166_1":"SA","iso_639_1":"ar","name":"العربية","english_name":"Arabic","data":{"name":"","overview":""}},{"iso_3166_1":"BG","iso_639_1":"bg","name":"български език","english_name":"Bulgarian","data":{"name":"","overview":""}},{"iso_3166_1":"CZ","iso_639_1":"cs","name":"Český","english_name":"Czech","data":{"name":"Snažím se dostat do nebe, než zavřou bránu","overview":"Rue a Jules se setkávají poprvé od Vánoc, když East Highland vítá nový rok."}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"name":"","overview":""}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"name":"Nicht ganz normal","overview":"Mit einer großen Party feiert die East Highland High School ins neue Jahr. Zum ersten Mal seit Weihnachten werden sich die Wege von Rue und Jules wieder kreuzen."}},{"iso_3166_1":"GR","iso_639_1":"el","name":"ελληνικά","english_name":"Greek","data":{"name":"","overview":""}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"name":"Trying to Get to Heaven Before They Close the Door","overview":"Rue and Jules cross paths for the first time since Christmas as East Highland rings in the new year."}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"Intentando llegar al cielo antes de que cierren la puerta","overview":"Rue y Jules se cruzan por primera vez desde Navidad cuando East Highland recibe el año nuevo."}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"Intentando llegar al cielo antes de que cierren la puerta","overview":"Rue y Jules se cruzan por primera vez desde Navidad cuando East Highland recibe el año nuevo."}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"name":"","overview":""}},{"iso_3166_1":"FI","iso_639_1":"fi","name":"suomi","english_name":"Finnish","data":{"name":"","overview":""}},{"iso_3166_1":"CA","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"","overview":""}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"Essayons d'aller au paradis avant qu'ils ne ferment les portes","overview":"Rue est retombée dans ses addictions. Comme elle, Maddy, Nate ou encore Cassie doivent composer avec leurs soucis."}},{"iso_3166_1":"IL","iso_639_1":"he","name":"עִבְרִית","english_name":"Hebrew","data":{"name":"להיכנס לגן עדן לפני שהדלת נסגרת","overview":"רו שוב מידרדרת לסמים ומסתובבת עם פז ואש. במסיבה לכבוד השנה החדשה היא נפגשת עם ג'ולס ואומרת לה שהיא מתגעגעת אליה."}},{"iso_3166_1":"HR","iso_639_1":"hr","name":"Hrvatski","english_name":"Croatian","data":{"name":"","overview":"Rue i Jules sretnu se prvi put nakon Božića dok East Highland zvoni u novoj godini."}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"name":"Be kéne jutni a mennyországba, mielőtt ránk csukják az ajtót","overview":"Figyelmeztetés: a sorozatban erőteljes, explicit jelenetek szerepelnek, melyek nyílt szexualitást, drogfogyasztást és erőszakot is ábrázolnak. A drámasorozat középiskolás tinik életébe nyújt bepillantást."}},{"iso_3166_1":"IT","iso_639_1":"it","name":"Italiano","english_name":"Italian","data":{"name":"Cercando di andare in paradiso prima che chiudano la porta","overview":"Rue, in lotta contro le proprie dipendenze, prova a mettere ordine alla sua vita e nella sua complicata relazione con Jules."}},{"iso_3166_1":"JP","iso_639_1":"ja","name":"日本語","english_name":"Japanese","data":{"name":"","overview":""}},{"iso_3166_1":"GE","iso_639_1":"ka","name":"ქართული","english_name":"Georgian","data":{"name":"","overview":""}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"name":"Trying to Get to Heaven Before They Close the Door","overview":""}},{"iso_3166_1":"LT","iso_639_1":"lt","name":"Lietuvių","english_name":"Lithuanian","data":{"name":"","overview":""}},{"iso_3166_1":"LV","iso_639_1":"lv","name":"Latviešu","english_name":"Latvian","data":{"name":"","overview":""}},{"iso_3166_1":"NO","iso_639_1":"nb","name":"Bokmål","english_name":"Norwegian Bokmål","data":{"name":"","overview":""}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"name":"","overview":""}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"name":"Trying to Get to Heaven Before They Close the Door","overview":"Ścieżki Rue i Jules krzyżują się po raz pierwszy od Bożego Narodzenia, gdy East Highland rozbrzmiewa w nowym roku."}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"Tentando ir Para o Céu Antes Que Fechem a Porta","overview":"Na véspera do Ano Novo, contas antigas se acertam e novas conexões são feitas."}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"","overview":""}},{"iso_3166_1":"RO","iso_639_1":"ro","name":"Română","english_name":"Romanian","data":{"name":"","overview":"Rue și Jules se întâlnesc pentru prima dată de la Crăciun când orașul lor întâmpină noul an."}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"name":"Пытаюсь попасть на небеса до того, как они закроют дверь","overview":"В детстве Феско приютила бабушка, которая познакомила его с торговлей наркотиками. В продолжении сцены из финала первого сезона Эштрей убивает Мышь молотком. В канун Нового года Ру сопровождает Феса и Эштрея на важную сделку с наркотиками, прежде чем отправиться на большую вечеринку. В магазине пьяная Кэсси сталкивается с Нейтом, который предлагает подвезти ее на вечеринку; по прибытии они занимаются сексом в ванной, и Мэдди чуть не обнаруживает их, заставляя Кэсси спрятаться. Ру принимает смесь препаратов с новым другом Эллиотом, и у нее почти случается остановка сердца, прежде чем она принимает аддералл, чтобы стабилизировать ее сердечный ритм. Ру говорит Джулс, что у нее случился рецидив в ту ночь, когда она оставила её на вокзале. Позже они признаются друг другу в своих чувствах и целуются. Феско разговаривает с Лекси и они обмениваются номерами телефонов. Затем он жестоко избивает Нейта, чтобы отомстить, пока другие участники вечеринки не останавливают его."}},{"iso_3166_1":"SK","iso_639_1":"sk","name":"Slovenčina","english_name":"Slovak","data":{"name":"","overview":""}},{"iso_3166_1":"SE","iso_639_1":"sv","name":"svenska","english_name":"Swedish","data":{"name":"Trying to Get to Heaven Before They Close the Door","overview":"Rues och Jules vägar korsas för första gången sen jul när East Highland ringer in det nya året."}},{"iso_3166_1":"TH","iso_639_1":"th","name":"ภาษาไทย","english_name":"Thai","data":{"name":"","overview":""}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"name":"","overview":""}},{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"name":"","overview":""}},{"iso_3166_1":"VN","iso_639_1":"vi","name":"Tiếng Việt","english_name":"Vietnamese","data":{"name":"","overview":""}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"在关门前试图进入天堂","overview":"东高地新年来临之际,也是Rue 和 Jules 圣诞节后的第一次相遇。"}},{"iso_3166_1":"TW","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"","overview":""}}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images that belong to a TV episode.
Querying images with a `language` parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the `include_image_language` parameter. This should be a comma seperated value like so: `include_image_language=en,null`.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 2436d51a-1492-4117-b47d-8413e2240c2b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 9108169259ef2c7e506e422a02aa96e411045ecc |
| X-Memc-Age | 9572 |
| X-Memc-Expires | 8383 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:20:21 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"23a3a7d6699f2634d5e09b24e23fd2f7" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | RhFnzPxCMqtil8gweGkfa81tPBPjpr9ebV6qdSq0DnWfsQ9K4o5Skg== |
| Age | 2923 |
{"id":3351646,"stills":[{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/p3oOluSyg2WkUxgShqc0Ji68YiN.jpg","vote_average":5.394,"vote_count":10,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/9PKEs71OsfeRpBexco8AUqfgdRe.jpg","vote_average":5.39,"vote_count":6,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/8rW1LANR14YRkT8poSziWOiRa5U.jpg","vote_average":5.258,"vote_count":6,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/wWhHlL1IcUXNTzJuLrQnqEKvktz.jpg","vote_average":5.252,"vote_count":4,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/xkQLdFNL6dTRIqLdoW6u5FU2Wok.jpg","vote_average":5.246,"vote_count":2,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/bIlR1RjGpFb4rczDBpuMUY5MvvJ.jpg","vote_average":5.128,"vote_count":6,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/fdDYeKB67SN9q8tFw01rkODAv1V.jpg","vote_average":0.0,"vote_count":0,"width":1920}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the credits (cast, crew and guest stars) for a TV episode.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6d46813b-732c-4e95-b83f-dc2b0ebf8541 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 92aea7517097609aab7669aa132aa000b849bea5 |
| X-Memc-Age | 2216 |
| X-Memc-Expires | 12704 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:20:21 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"6ccb16bfe4a321c731013cf23bcc3d5f" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | jslo4a2P0CKj2oe6fS13qi_jkTps06Qpp6CdTeAywHuQrESLyiDL2A== |
| Age | 2923 |
{"cast":[{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","character":"Rue Bennett","credit_id":"607ee9007e34830040f74fce","order":0},{"adult":false,"gender":1,"id":2340180,"known_for_department":"Acting","name":"Hunter Schafer","original_name":"Hunter Schafer","popularity":18.414,"profile_path":"/npAsOblFIk6vCyWaymt8rDmJXNK.jpg","character":"Jules Vaughn","credit_id":"607ee910f6787a004042c086","order":1},{"adult":false,"gender":1,"id":115440,"known_for_department":"Acting","name":"Sydney Sweeney","original_name":"Sydney Sweeney","popularity":76.545,"profile_path":"/afr2eoktU4lFYtmtfKo05EbQdXo.jpg","character":"Cassie Howard","credit_id":"5d07a9d8c3a36877db23927c","order":2},{"adult":false,"gender":1,"id":1497557,"known_for_department":"Acting","name":"Alexa Demie","original_name":"Alexa Demie","popularity":30.789,"profile_path":"/zba2qXMNRnD7uXOYzXfcnstv17V.jpg","character":"Maddy Perez","credit_id":"5c3338ed92514122ac771d7e","order":4},{"adult":false,"gender":2,"id":2352372,"known_for_department":"Acting","name":"Angus Cloud","original_name":"Angus Cloud","popularity":21.388,"profile_path":"/pFKAYz9OWjL4LQQY9outYxOrY79.jpg","character":"Fezco","credit_id":"5d1a6f4f8a84d27f09ccbf5a","order":5},{"adult":false,"gender":2,"id":2532098,"known_for_department":"Acting","name":"Javon Walton","original_name":"Javon Walton","popularity":9.858,"profile_path":null,"character":"Ashtray","credit_id":"61401ba4aaf897002a00703a","order":6},{"adult":false,"gender":1,"id":2340185,"known_for_department":"Acting","name":"Barbie Ferreira","original_name":"Barbie Ferreira","popularity":8.644,"profile_path":"/kl59GoAbazPffmmZtSLZmUQCK6S.jpg","character":"Kat Hernandez","credit_id":"5d078aed0e0a260d48ca97f7","order":7},{"adult":false,"gender":1,"id":41090,"known_for_department":"Acting","name":"Maude Apatow","original_name":"Maude Apatow","popularity":20.767,"profile_path":"/xWj49QAsGlC92YcguaEEYvoMEsg.jpg","character":"Lexi Howard","credit_id":"5d07a96f0e0a266573cad284","order":8},{"adult":false,"gender":2,"id":2711299,"known_for_department":"Acting","name":"Dominic Fike","original_name":"Dominic Fike","popularity":2.388,"profile_path":"/vtuRZff8c3QNKiShMo25z5M5guD.jpg","character":"Elliot","credit_id":"619d67aa4f9a990043774eef","order":9},{"adult":false,"gender":1,"id":1344344,"known_for_department":"Acting","name":"Storm Reid","original_name":"Storm Reid","popularity":12.224,"profile_path":"/wA8cntFil1AuwusEZXLH9o898m1.jpg","character":"Gia Bennett","credit_id":"5d07a9c80e0a267f57cac10b","order":10},{"adult":false,"gender":1,"id":98415,"known_for_department":"Acting","name":"Nika King","original_name":"Nika King","popularity":5.562,"profile_path":"/d91Uci8v9AZufDeufdbGRNJEzpn.jpg","character":"Leslie Bennett","credit_id":"5d1a6faaca4f6752bfd6fa42","order":11},{"adult":false,"gender":2,"id":58115,"known_for_department":"Acting","name":"Eric Dane","original_name":"Eric Dane","popularity":20.641,"profile_path":"/qa9WV0VS3Xin0M2shAT0268c1nb.jpg","character":"Cal Jacobs","credit_id":"5d1a6f7f30aa317ec9c5ad58","order":12},{"adult":false,"gender":2,"id":148992,"known_for_department":"Acting","name":"Austin Abrams","original_name":"Austin Abrams","popularity":13.884,"profile_path":"/9pSpSAk9NsYC5puqAVsmSK3OSeu.jpg","character":"Ethan Lewis","credit_id":"5d3fb80121621b3083edfff7","order":13},{"adult":false,"gender":2,"id":2034418,"known_for_department":"Acting","name":"Jacob Elordi","original_name":"Jacob Elordi","popularity":18.717,"profile_path":"/khfLyxY9gsKiLFoz2zj0h3uhDFJ.jpg","character":"Nate Jacobs","credit_id":"5d07a986c3a3684adb2db69d","order":272}],"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Co-Editor","department":"Editing","credit_id":"60f7fa19944a5700303d880d","adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Makeup Department Head","department":"Costume \u0026 Make-Up","credit_id":"61400fa794d8a80043fcbd7b","adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null},{"job":"Supervising Art Director","department":"Art","credit_id":"61a111f73d4d96002e5f23ab","adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null}],"guest_stars":[{"character":"Math Teacher","credit_id":"61b717790443c9004106e232","order":24,"adult":false,"gender":1,"id":1324161,"known_for_department":"Acting","name":"Cinda Adams","original_name":"Cinda Adams","popularity":1.295,"profile_path":"/7CZXKhAEyjslPo7OH6TrYWCWEZz.jpg"},{"character":"Mitch","credit_id":"61b7179603726400636209aa","order":25,"adult":false,"gender":2,"id":21317,"known_for_department":"Acting","name":"Daeg Faerch","original_name":"Daeg Faerch","popularity":4.675,"profile_path":"/hXO449dEfMEJi8HOciQIKIqAmQr.jpg"},{"character":"6-Year-Old Ashtray","credit_id":"61de43bf5c071b0043fa9f77","order":27,"adult":false,"gender":0,"id":3379187,"known_for_department":"Acting","name":"Daelo Jin Walton","original_name":"Daelo Jin Walton","popularity":0.6,"profile_path":null},{"character":"Young Fezco","credit_id":"61de43cb07291c0067fb7ef8","order":28,"adult":false,"gender":2,"id":1506297,"known_for_department":"Acting","name":"Mason Shea Joyce","original_name":"Mason Shea Joyce","popularity":3.783,"profile_path":"/93uP19JB418DQdTxbF0K3KECJLp.jpg"},{"character":"Grandma","credit_id":"61de44046743fa008f9b8643","order":29,"adult":false,"gender":1,"id":17920,"known_for_department":"Acting","name":"Kathrine Narducci","original_name":"Kathrine Narducci","popularity":12.373,"profile_path":"/bOxhHtEtmhdfVmnL0KyG4SPDlwJ.jpg"},{"character":"Bowl-Cut","credit_id":"61de4429441b03001c935b14","order":31,"adult":false,"gender":2,"id":41341,"known_for_department":"Acting","name":"Andy Mackenzie","original_name":"Andy Mackenzie","popularity":0.84,"profile_path":"/q8qdAq4xuBlcW4P5FinpRHexk9T.jpg"},{"character":"Travis","credit_id":"61fc21b964de3500b75e59cd","order":170,"adult":false,"gender":2,"id":3204986,"known_for_department":"Acting","name":"Demetrius 'Lil Meech' Flenory","original_name":"Demetrius 'Lil Meech' Flenory","popularity":1.214,"profile_path":"/zbbaLXEs1wnMQjrgrerurDHcY6R.jpg"},{"character":"Mouse","credit_id":"61fc078764de350068e16f8f","order":171,"adult":false,"gender":0,"id":2239940,"known_for_department":"Acting","name":"Meeko","original_name":"Meeko","popularity":1.22,"profile_path":null},{"character":"Paulie","credit_id":"61fc21dd59e8a9001b160d01","order":172,"adult":false,"gender":0,"id":2116763,"known_for_department":"Acting","name":"Philip Ursino","original_name":"Philip Ursino","popularity":0.728,"profile_path":null},{"character":"Dr. Salah","credit_id":"61fc21f8ae6f0900a2e4c1ef","order":173,"adult":false,"gender":0,"id":2367261,"known_for_department":"Acting","name":"Ash Khan","original_name":"Ash Khan","popularity":0.6,"profile_path":null},{"character":"Girl in Backroom","credit_id":"61fc220aeee1860044e439f5","order":175,"adult":false,"gender":0,"id":2021029,"known_for_department":"Acting","name":"Isabella Brenza","original_name":"Isabella Brenza","popularity":3.063,"profile_path":"/lBs5Mxlh798UtoQQrdvoL69kpTj.jpg"},{"character":"Cashier","credit_id":"61fc221e559d2200c7d1890d","order":177,"adult":false,"gender":0,"id":2722700,"known_for_department":"Production","name":"Oscar Pereida","original_name":"Oscar Pereida","popularity":0.6,"profile_path":null},{"character":"Strip Club Bouncer","credit_id":"61fc222a1e259a009df579a6","order":178,"adult":false,"gender":2,"id":1129158,"known_for_department":"Acting","name":"Mike G.","original_name":"Mike G.","popularity":0.75,"profile_path":"/g4Vp1kQq6E05Czb1JNyIFbfVWO0.jpg"},{"character":"Strip Club Bartender","credit_id":"61fc2233072166006da89160","order":179,"adult":false,"gender":0,"id":1759243,"known_for_department":"Acting","name":"Rogelio Camarillo","original_name":"Rogelio Camarillo","popularity":0.98,"profile_path":"/cQ3BRNdRnuB5DDXn82sxZbqAQz3.jpg"},{"character":"Bikini Girl","credit_id":"61fc223c41429100d4fddc17","order":180,"adult":false,"gender":1,"id":2625529,"known_for_department":"Acting","name":"Sydney Martin","original_name":"Sydney Martin","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc22456f31af008f856f73","order":181,"adult":true,"gender":1,"id":591844,"known_for_department":"Acting","name":"Aiden Ashley","original_name":"Aiden Ashley","popularity":4.689,"profile_path":"/9BPDh8wlgJg2tgCS5AhfeuvXsDs.jpg"},{"character":"Stripper","credit_id":"61fc224d7a97ab00a968e6df","order":182,"adult":true,"gender":1,"id":2335449,"known_for_department":"Acting","name":"Diana Grace","original_name":"Diana Grace","popularity":2.09,"profile_path":"/jrl1oOz73507qIQw1bhNEnZ7ZKG.jpg"},{"character":"Stripper","credit_id":"61fc2256559d22006a0a3817","order":183,"adult":true,"gender":1,"id":3235895,"known_for_department":"Acting","name":"Kenzie Anne","original_name":"Kenzie Anne","popularity":10.171,"profile_path":"/mdlKbtePONhkLoZnc3xwyLwTi63.jpg"},{"character":"Stripper","credit_id":"61fc225e68929c00a4858c4a","order":184,"adult":false,"gender":0,"id":3411139,"known_for_department":"Acting","name":"Trenee Bowman","original_name":"Trenee Bowman","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc226768929c0122a48694","order":185,"adult":false,"gender":0,"id":3411140,"known_for_department":"Acting","name":"Shannon Caetano","original_name":"Shannon Caetano","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227068929c0122a486ba","order":186,"adult":false,"gender":0,"id":3411141,"known_for_department":"Acting","name":"Kiajah Powell","original_name":"Kiajah Powell","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227868929c00422c0ebd","order":187,"adult":false,"gender":0,"id":3411142,"known_for_department":"Acting","name":"Consuella Torres","original_name":"Consuella Torres","popularity":0.6,"profile_path":null},{"character":"Virgil","credit_id":"61fc2201dfaae900c6baff73","order":191,"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null},{"character":"Laurie","credit_id":"61fc2195ae6f0900d568d06c","order":235,"adult":false,"gender":1,"id":1572541,"known_for_department":"Acting","name":"Martha Kelly","original_name":"Martha Kelly","popularity":5.733,"profile_path":"/ac7HoARDIHdYNqpzgJBzpmKHXHR.jpg"},{"character":"Bruce Jr.","credit_id":"61fc21ad41429100a217f3b4","order":235,"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg"},{"character":"Bruce","credit_id":"61fc21d4bf0f6300ddff2f81","order":236,"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null},{"character":"Christopher McKay","credit_id":"5c3338ffc3a368107ea0337b","order":239,"adult":false,"gender":2,"id":1377458,"known_for_department":"Acting","name":"Algee Smith","original_name":"Algee Smith","popularity":23.128,"profile_path":"/8lSjFECJflwHJJGt5e7CqyItXW2.jpg"},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Caleb","credit_id":"61fc221459e8a9001b160d64","order":268,"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}],"id":3351646}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the external ids for a TV episode. We currently support the following external sources.
| **External Sources** |
| -------------------- |
| IMDb ID |
| TVDB ID |
| Freebase MID* |
| Freebase ID* |
| TVRage ID* |
*Defunct or no longer available as a service.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ca59a064-cead-4ec8-8008-d473d4044f9d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 9c2899504a7b373b95e08a2e11759d622bd54cc0 |
| X-Memc-Age | 2159 |
| X-Memc-Expires | 15341 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:20:21 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"a4aa3f693a8671faba790e2928e8ab99" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | SHnmtZ8hingXiPXZbh_iqh1nvM4B3ai83NEYLw1wacUVTyGOktGhXw== |
| Age | 2923 |
{"id":3351646,"imdb_id":"tt14498996","freebase_mid":null,"freebase_id":null,"tvdb_id":8852677,"tvrage_id":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the TV season details by id.
Supports `append_to_response`. Read more about this [here](#docTextSection:JdZq8ctmcxNqyLQjp).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | d40aa62f-bc2d-4187-a5ae-33ddb3cc1b26 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:59:47 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | ad5402c1eba7594edae1826d4257736d28aed892 |
| X-Memc-Age | 10488 |
| X-Memc-Expires | 6145 |
| ETag | W/"62b9287036f8624edfd029af1322e699" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | JD8b6SEWCclI9VmqPeuxGHfdzbEWFgcpwH5eHB_gigFoM335qE2UDQ== |
| Age | 4158 |
{"_id":"619d5f62f90b19002a99e70c","air_date":"2022-01-09","episodes":[{"air_date":"2022-01-09","episode_number":1,"id":3351646,"name":"Trying to Get to Heaven Before They Close the Door","overview":"Rue and Jules cross paths for the first time since Christmas as East Highland rings in the new year.","production_code":"","runtime":61,"season_number":2,"show_id":85552,"still_path":"/p3oOluSyg2WkUxgShqc0Ji68YiN.jpg","vote_average":8.857,"vote_count":21,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Co-Editor","department":"Editing","credit_id":"60f7fa19944a5700303d880d","adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Makeup Department Head","department":"Costume \u0026 Make-Up","credit_id":"61400fa794d8a80043fcbd7b","adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null},{"job":"Supervising Art Director","department":"Art","credit_id":"61a111f73d4d96002e5f23ab","adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null}],"guest_stars":[{"character":"Math Teacher","credit_id":"61b717790443c9004106e232","order":24,"adult":false,"gender":1,"id":1324161,"known_for_department":"Acting","name":"Cinda Adams","original_name":"Cinda Adams","popularity":1.295,"profile_path":"/7CZXKhAEyjslPo7OH6TrYWCWEZz.jpg"},{"character":"Mitch","credit_id":"61b7179603726400636209aa","order":25,"adult":false,"gender":2,"id":21317,"known_for_department":"Acting","name":"Daeg Faerch","original_name":"Daeg Faerch","popularity":4.675,"profile_path":"/hXO449dEfMEJi8HOciQIKIqAmQr.jpg"},{"character":"6-Year-Old Ashtray","credit_id":"61de43bf5c071b0043fa9f77","order":27,"adult":false,"gender":0,"id":3379187,"known_for_department":"Acting","name":"Daelo Jin Walton","original_name":"Daelo Jin Walton","popularity":0.6,"profile_path":null},{"character":"Young Fezco","credit_id":"61de43cb07291c0067fb7ef8","order":28,"adult":false,"gender":2,"id":1506297,"known_for_department":"Acting","name":"Mason Shea Joyce","original_name":"Mason Shea Joyce","popularity":3.783,"profile_path":"/93uP19JB418DQdTxbF0K3KECJLp.jpg"},{"character":"Grandma","credit_id":"61de44046743fa008f9b8643","order":29,"adult":false,"gender":1,"id":17920,"known_for_department":"Acting","name":"Kathrine Narducci","original_name":"Kathrine Narducci","popularity":12.373,"profile_path":"/bOxhHtEtmhdfVmnL0KyG4SPDlwJ.jpg"},{"character":"Bowl-Cut","credit_id":"61de4429441b03001c935b14","order":31,"adult":false,"gender":2,"id":41341,"known_for_department":"Acting","name":"Andy Mackenzie","original_name":"Andy Mackenzie","popularity":0.84,"profile_path":"/q8qdAq4xuBlcW4P5FinpRHexk9T.jpg"},{"character":"Travis","credit_id":"61fc21b964de3500b75e59cd","order":170,"adult":false,"gender":2,"id":3204986,"known_for_department":"Acting","name":"Demetrius 'Lil Meech' Flenory","original_name":"Demetrius 'Lil Meech' Flenory","popularity":1.214,"profile_path":"/zbbaLXEs1wnMQjrgrerurDHcY6R.jpg"},{"character":"Mouse","credit_id":"61fc078764de350068e16f8f","order":171,"adult":false,"gender":0,"id":2239940,"known_for_department":"Acting","name":"Meeko","original_name":"Meeko","popularity":1.22,"profile_path":null},{"character":"Paulie","credit_id":"61fc21dd59e8a9001b160d01","order":172,"adult":false,"gender":0,"id":2116763,"known_for_department":"Acting","name":"Philip Ursino","original_name":"Philip Ursino","popularity":0.728,"profile_path":null},{"character":"Dr. Salah","credit_id":"61fc21f8ae6f0900a2e4c1ef","order":173,"adult":false,"gender":0,"id":2367261,"known_for_department":"Acting","name":"Ash Khan","original_name":"Ash Khan","popularity":0.6,"profile_path":null},{"character":"Girl in Backroom","credit_id":"61fc220aeee1860044e439f5","order":175,"adult":false,"gender":0,"id":2021029,"known_for_department":"Acting","name":"Isabella Brenza","original_name":"Isabella Brenza","popularity":3.063,"profile_path":"/lBs5Mxlh798UtoQQrdvoL69kpTj.jpg"},{"character":"Cashier","credit_id":"61fc221e559d2200c7d1890d","order":177,"adult":false,"gender":0,"id":2722700,"known_for_department":"Production","name":"Oscar Pereida","original_name":"Oscar Pereida","popularity":0.6,"profile_path":null},{"character":"Strip Club Bouncer","credit_id":"61fc222a1e259a009df579a6","order":178,"adult":false,"gender":2,"id":1129158,"known_for_department":"Acting","name":"Mike G.","original_name":"Mike G.","popularity":0.75,"profile_path":"/g4Vp1kQq6E05Czb1JNyIFbfVWO0.jpg"},{"character":"Strip Club Bartender","credit_id":"61fc2233072166006da89160","order":179,"adult":false,"gender":0,"id":1759243,"known_for_department":"Acting","name":"Rogelio Camarillo","original_name":"Rogelio Camarillo","popularity":0.98,"profile_path":"/cQ3BRNdRnuB5DDXn82sxZbqAQz3.jpg"},{"character":"Bikini Girl","credit_id":"61fc223c41429100d4fddc17","order":180,"adult":false,"gender":1,"id":2625529,"known_for_department":"Acting","name":"Sydney Martin","original_name":"Sydney Martin","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc22456f31af008f856f73","order":181,"adult":true,"gender":1,"id":591844,"known_for_department":"Acting","name":"Aiden Ashley","original_name":"Aiden Ashley","popularity":4.689,"profile_path":"/9BPDh8wlgJg2tgCS5AhfeuvXsDs.jpg"},{"character":"Stripper","credit_id":"61fc224d7a97ab00a968e6df","order":182,"adult":true,"gender":1,"id":2335449,"known_for_department":"Acting","name":"Diana Grace","original_name":"Diana Grace","popularity":2.09,"profile_path":"/jrl1oOz73507qIQw1bhNEnZ7ZKG.jpg"},{"character":"Stripper","credit_id":"61fc2256559d22006a0a3817","order":183,"adult":true,"gender":1,"id":3235895,"known_for_department":"Acting","name":"Kenzie Anne","original_name":"Kenzie Anne","popularity":10.171,"profile_path":"/mdlKbtePONhkLoZnc3xwyLwTi63.jpg"},{"character":"Stripper","credit_id":"61fc225e68929c00a4858c4a","order":184,"adult":false,"gender":0,"id":3411139,"known_for_department":"Acting","name":"Trenee Bowman","original_name":"Trenee Bowman","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc226768929c0122a48694","order":185,"adult":false,"gender":0,"id":3411140,"known_for_department":"Acting","name":"Shannon Caetano","original_name":"Shannon Caetano","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227068929c0122a486ba","order":186,"adult":false,"gender":0,"id":3411141,"known_for_department":"Acting","name":"Kiajah Powell","original_name":"Kiajah Powell","popularity":0.6,"profile_path":null},{"character":"Stripper","credit_id":"61fc227868929c00422c0ebd","order":187,"adult":false,"gender":0,"id":3411142,"known_for_department":"Acting","name":"Consuella Torres","original_name":"Consuella Torres","popularity":0.6,"profile_path":null},{"character":"Virgil","credit_id":"61fc2201dfaae900c6baff73","order":191,"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null},{"character":"Laurie","credit_id":"61fc2195ae6f0900d568d06c","order":235,"adult":false,"gender":1,"id":1572541,"known_for_department":"Acting","name":"Martha Kelly","original_name":"Martha Kelly","popularity":5.733,"profile_path":"/ac7HoARDIHdYNqpzgJBzpmKHXHR.jpg"},{"character":"Bruce Jr.","credit_id":"61fc21ad41429100a217f3b4","order":235,"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg"},{"character":"Bruce","credit_id":"61fc21d4bf0f6300ddff2f81","order":236,"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null},{"character":"Christopher McKay","credit_id":"5c3338ffc3a368107ea0337b","order":239,"adult":false,"gender":2,"id":1377458,"known_for_department":"Acting","name":"Algee Smith","original_name":"Algee Smith","popularity":23.128,"profile_path":"/8lSjFECJflwHJJGt5e7CqyItXW2.jpg"},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Caleb","credit_id":"61fc221459e8a9001b160d64","order":268,"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-01-16","episode_number":2,"id":3429678,"name":"Out of Touch","overview":"As the semester kicks off, Jules questions Rue and Elliot's new friendship. While Cal hunts for answers, Nate makes a tough decision. The lines between fantasy and reality begin to blur as Kat ponders her relationship, and Maddy contemplates the decision to end hers.","production_code":"","runtime":57,"season_number":2,"show_id":85552,"still_path":"/rCYPediP7oA0ybibYCDeRmCBKJo.jpg","vote_average":8.917,"vote_count":12,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Makeup Department Head","department":"Costume \u0026 Make-Up","credit_id":"61400fa794d8a80043fcbd7b","adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null},{"job":"Supervising Art Director","department":"Art","credit_id":"61a111f73d4d96002e5f23ab","adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null},{"job":"Editor","department":"Editing","credit_id":"61e58a3ef5c824004293dfec","adult":false,"gender":0,"id":1324187,"known_for_department":"Editing","name":"Aaron I. Butler","original_name":"Aaron I. Butler","popularity":0.6,"profile_path":null}],"guest_stars":[{"character":"David Vaughn","credit_id":"600b900fc86b3a003fbd9eb9","order":151,"adult":false,"gender":2,"id":64343,"known_for_department":"Acting","name":"John Ales","original_name":"John Ales","popularity":5.99,"profile_path":"/d8jC0dF0iuzx2XnNxneFgK5eJeK.jpg"},{"character":"Super Hot Warrior Man","credit_id":"61fc091ffe6c182eb87bca8e","order":191,"adult":false,"gender":2,"id":1569982,"known_for_department":"Acting","name":"Brock O'Hurn","original_name":"Brock O'Hurn","popularity":3.168,"profile_path":"/3HMTNv2YDcWsAnJvwJyHDMpBTPR.jpg"},{"character":"Virgil","credit_id":"61fc2201dfaae900c6baff73","order":191,"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null},{"character":"Receptionist","credit_id":"61fc24918c0a4800970bf1b0","order":192,"adult":false,"gender":0,"id":2415031,"known_for_department":"Acting","name":"Robyn Okrant","original_name":"Robyn Okrant","popularity":0.98,"profile_path":null},{"character":"Elliot's Cousin","credit_id":"61fc249dfe6c1800f43ad4cf","order":193,"adult":false,"gender":0,"id":3411151,"known_for_department":"Acting","name":"Ziayla Pizarro","original_name":"Ziayla Pizarro","popularity":0.6,"profile_path":null},{"character":"Guy in Motel Room","credit_id":"61fc24aadfaae9009c573d21","order":194,"adult":false,"gender":0,"id":3411152,"known_for_department":"Acting","name":"Christin Byrdsong","original_name":"Christin Byrdsong","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc24f5ae6f090043f2fa49","order":195,"adult":false,"gender":0,"id":3411153,"known_for_department":"Acting","name":"Anna Smith","original_name":"Anna Smith","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc2504b6abc400c1e97493","order":196,"adult":false,"gender":0,"id":3411154,"known_for_department":"Acting","name":"Andrea Somer","original_name":"Andrea Somer","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc250dfe6c182eb87bf464","order":197,"adult":false,"gender":0,"id":3038958,"known_for_department":"Acting","name":"Eden Rose Ginsberg","original_name":"Eden Rose Ginsberg","popularity":0.6,"profile_path":"/pugmYUWUslUqLrOWR7hyDprKqcd.jpg"},{"character":"Influencer","credit_id":"61fc2516eee186490a1ad162","order":198,"adult":false,"gender":0,"id":1543404,"known_for_department":"Acting","name":"Amanda LaCount","original_name":"Amanda LaCount","popularity":0.98,"profile_path":null},{"character":"Influencer","credit_id":"61fc2522eee186490a1ad190","order":199,"adult":false,"gender":0,"id":3411155,"known_for_department":"Acting","name":"Jackie Winn","original_name":"Jackie Winn","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc252b68929c00a48591d4","order":200,"adult":false,"gender":0,"id":3411156,"known_for_department":"Acting","name":"Bree Kish","original_name":"Bree Kish","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc25337390c0006dc53cdb","order":201,"adult":false,"gender":0,"id":3281116,"known_for_department":"Acting","name":"Emily Roslyn Villarreal","original_name":"Emily Roslyn Villarreal","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc253ceee1860044e43f3e","order":202,"adult":false,"gender":0,"id":3411157,"known_for_department":"Acting","name":"Jewell Farshad","original_name":"Jewell Farshad","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc2545d100b60115534dbe","order":203,"adult":false,"gender":1,"id":1820335,"known_for_department":"Acting","name":"Annie Hsu","original_name":"Annie Hsu","popularity":0.6,"profile_path":null},{"character":"Influencer","credit_id":"61fc254d68929c0068b1557d","order":204,"adult":false,"gender":0,"id":3411158,"known_for_department":"Acting","name":"Chloe Bunce","original_name":"Chloe Bunce","popularity":0.6,"profile_path":null},{"character":"Influencer (archive footage)","credit_id":"61fdc51c025764010bee9d76","order":234,"adult":false,"gender":1,"id":2101073,"known_for_department":"Acting","name":"Nikkie de Jager","original_name":"Nikkie de Jager","popularity":0.6,"profile_path":"/zQ8TEVI0LTqi7wbPld6y4BVnAmn.jpg"},{"character":"Ali","credit_id":"5d3fb87b34e1521fb8e7c87a","order":237,"adult":false,"gender":2,"id":91671,"known_for_department":"Acting","name":"Colman Domingo","original_name":"Colman Domingo","popularity":2.882,"profile_path":"/2tu6T9ugnf82qIMGVKWSb0dvvq5.jpg"},{"character":"Marsha Jacobs","credit_id":"61fbb41dd100b6009b0d5c6c","order":239,"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg"},{"character":"Samantha","credit_id":"61fc23e8bf0f63011a66ac8d","order":239,"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg"},{"character":"BB","credit_id":"61e4faad4e4dff0067db69fc","order":243,"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null},{"character":"Gus","credit_id":"61fc17671e259a00450c745d","order":267,"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg"},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Theo","credit_id":"61fc244beee18600911c6990","order":268,"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null},{"character":"Theo's Dad","credit_id":"61fc2485b7abb500665ce69e","order":268,"adult":false,"gender":2,"id":1837012,"known_for_department":"Acting","name":"Fernando Belo","original_name":"Fernando Belo","popularity":5.288,"profile_path":"/2LgWdZieV7B4gagKPgLlp6TOubh.jpg"},{"character":"11-Year-Old Maddy","credit_id":"61fc09501e259a00700d29e5","order":271,"adult":false,"gender":0,"id":3411027,"known_for_department":"Acting","name":"Keilani Arellanes","original_name":"Keilani Arellanes","popularity":0.6,"profile_path":null},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-01-23","episode_number":3,"id":3429680,"name":"Ruminations: Big and Little Bullys","overview":"Rue pursues a new business venture, Cassie settles into a routine, and Cal finds a target.","production_code":"","runtime":60,"season_number":2,"show_id":85552,"still_path":"/nibFSc6mQLHeFAkfKEifnObtYRR.jpg","vote_average":8.4,"vote_count":12,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Editor","department":"Editing","credit_id":"60f7f62d3103250046cd2c84","adult":false,"gender":0,"id":1924906,"known_for_department":"Editing","name":"Laura Zempel","original_name":"Laura Zempel","popularity":0.6,"profile_path":null},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Set Decoration","department":"Art","credit_id":"60f7fa71fd140b005d2b8a61","adult":false,"gender":0,"id":2861793,"known_for_department":"Art","name":"Julia Altschul","original_name":"Julia Altschul","popularity":0.676,"profile_path":null},{"job":"Makeup Department Head","department":"Costume \u0026 Make-Up","credit_id":"61400fa794d8a80043fcbd7b","adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null},{"job":"Supervising Art Director","department":"Art","credit_id":"61a111f73d4d96002e5f23ab","adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null},{"job":"Supervising Editor","department":"Editing","credit_id":"61feb0c5197de4008e0709f1","adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null},{"job":"Hair Department Head","department":"Costume \u0026 Make-Up","credit_id":"61feb141dd926a0110238bbb","adult":false,"gender":0,"id":1551525,"known_for_department":"Costume \u0026 Make-Up","name":"Kimberly Kimble","original_name":"Kimberly Kimble","popularity":0.6,"profile_path":null}],"guest_stars":[{"character":"Derek","credit_id":"61fbb44fae6f0900a2e4485d","order":38,"adult":false,"gender":0,"id":3410595,"known_for_department":"Acting","name":"Henry Eikenberry","original_name":"Henry Eikenberry","popularity":4.847,"profile_path":null},{"character":"18 Year-Old Cal","credit_id":"61fc25961e259a009df580bd","order":205,"adult":false,"gender":0,"id":3411159,"known_for_department":"Acting","name":"Elias Kacavas","original_name":"Elias Kacavas","popularity":0.6,"profile_path":null},{"character":"17 Year-Old Marsha","credit_id":"61fc25ceb7abb50043339d82","order":206,"adult":false,"gender":1,"id":3411160,"known_for_department":"Acting","name":"Rebecca Louise","original_name":"Rebecca Louise","popularity":0.6,"profile_path":null},{"character":"Lisa","credit_id":"61fc25d6cb80280092209751","order":207,"adult":false,"gender":0,"id":3186291,"known_for_department":"Acting","name":"Anouk Samuel","original_name":"Anouk Samuel","popularity":1.38,"profile_path":null},{"character":"Bud","credit_id":"61fc25ddae6f0901157b48fd","order":208,"adult":false,"gender":2,"id":113006,"known_for_department":"Acting","name":"James C. Burns","original_name":"James C. Burns","popularity":2.241,"profile_path":"/lo4k6Vl7lo5DlU8sSqi3e0GEAXp.jpg"},{"character":"Judy","credit_id":"61fc25e57390c00118859723","order":209,"adult":false,"gender":1,"id":59846,"known_for_department":"Acting","name":"Joanne Baron","original_name":"Joanne Baron","popularity":3.185,"profile_path":"/cd9dbkbTcDTtFWli2YrkYMgiwGU.jpg"},{"character":"Wrestling Coach","credit_id":"61fc260a1e259a009df58133","order":211,"adult":false,"gender":2,"id":1183744,"known_for_department":"Acting","name":"Jason Medwin","original_name":"Jason Medwin","popularity":1.646,"profile_path":null},{"character":"Vice Principal","credit_id":"61fc2615ce997a00445f96fd","order":212,"adult":false,"gender":0,"id":2418325,"known_for_department":"Acting","name":"Ernie González Jr.","original_name":"Ernie González Jr.","popularity":0.6,"profile_path":null},{"character":"Young Cal's Sister","credit_id":"61fc26204142916e34219b62","order":213,"adult":false,"gender":1,"id":2382697,"known_for_department":"Acting","name":"Christie Nicole Chaplin","original_name":"Christie Nicole Chaplin","popularity":1.573,"profile_path":"/r49c1EDhnECIfaLsNpTAsRnl5Oo.jpg"},{"character":"Young Cal's Mom","credit_id":"61fc2629cb80280069fcfb2c","order":214,"adult":false,"gender":0,"id":1391885,"known_for_department":"Acting","name":"Audrey Walters","original_name":"Audrey Walters","popularity":1.159,"profile_path":"/rBfLWEyHDMenAMZMolXT1dgYUpc.jpg"},{"character":"Derek's New Girlfriend","credit_id":"61fc2632bf0f63006c6fa5b9","order":215,"adult":false,"gender":0,"id":3411166,"known_for_department":"Acting","name":"Suzanne Egertson","original_name":"Suzanne Egertson","popularity":0.6,"profile_path":null},{"character":"Ethan's Dad","credit_id":"61fc263b8c0a4800690631d4","order":216,"adult":false,"gender":0,"id":3411168,"known_for_department":"Acting","name":"Bryan Charles Feldman","original_name":"Bryan Charles Feldman","popularity":0.6,"profile_path":null},{"character":"Meat Head Jock","credit_id":"61fc26444142916e34219bc5","order":217,"adult":false,"gender":0,"id":3411169,"known_for_department":"Acting","name":"Joshua Hoyo Jr.","original_name":"Joshua Hoyo Jr.","popularity":0.6,"profile_path":null},{"character":"Hot Girl","credit_id":"61fc264ceee18600f7f9055e","order":218,"adult":false,"gender":0,"id":2049533,"known_for_department":"Acting","name":"Brooklyn Brailsford","original_name":"Brooklyn Brailsford","popularity":0.6,"profile_path":null},{"character":"Miss Marsha","credit_id":"5fcea39a6af8f8003f09cba5","order":219,"adult":false,"gender":1,"id":2881700,"known_for_department":"Acting","name":"Marsha Gambles","original_name":"Marsha Gambles","popularity":0.6,"profile_path":null},{"character":"Film Crew","credit_id":"61fc265edfaae9006ab1b758","order":219,"adult":false,"gender":0,"id":3411171,"known_for_department":"Acting","name":"Marlis Yurcisin","original_name":"Marlis Yurcisin","popularity":0.6,"profile_path":null},{"character":"Film Crew","credit_id":"61fc26865c3247009503a4be","order":220,"adult":false,"gender":0,"id":3411174,"known_for_department":"Acting","name":"Nicole Thompson","original_name":"Nicole Thompson","popularity":0.6,"profile_path":null},{"character":"Film Crew","credit_id":"61fc2690eee1860044e441fe","order":221,"adult":false,"gender":1,"id":1941640,"known_for_department":"Acting","name":"Sally Brunski","original_name":"Sally Brunski","popularity":5.219,"profile_path":"/txgZOkq91cSqgs3arJBtno7QMKY.jpg"},{"character":"Film Crew","credit_id":"61fc269a559d22001b95d6a5","order":222,"adult":false,"gender":0,"id":1773749,"known_for_department":"Lighting","name":"Danny Durr","original_name":"Danny Durr","popularity":0.6,"profile_path":null},{"character":"Film Crew","credit_id":"61fc26a56f31af00e649fcfd","order":223,"adult":false,"gender":2,"id":1367508,"known_for_department":"Directing","name":"Steve Gehrke","original_name":"Steve Gehrke","popularity":0.6,"profile_path":null},{"character":"Film Crew","credit_id":"61fc26ae7390c0001dab22a3","order":224,"adult":false,"gender":0,"id":1612490,"known_for_department":"Costume \u0026 Make-Up","name":"Angelina Vitto","original_name":"Angelina Vitto","popularity":0.6,"profile_path":null},{"character":"Laurie","credit_id":"61fc2195ae6f0900d568d06c","order":235,"adult":false,"gender":1,"id":1572541,"known_for_department":"Acting","name":"Martha Kelly","original_name":"Martha Kelly","popularity":5.733,"profile_path":"/ac7HoARDIHdYNqpzgJBzpmKHXHR.jpg"},{"character":"Bruce","credit_id":"61fc21d4bf0f6300ddff2f81","order":236,"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null},{"character":"Ali","credit_id":"5d3fb87b34e1521fb8e7c87a","order":237,"adult":false,"gender":2,"id":91671,"known_for_department":"Acting","name":"Colman Domingo","original_name":"Colman Domingo","popularity":2.882,"profile_path":"/2tu6T9ugnf82qIMGVKWSb0dvvq5.jpg"},{"character":"Marsha Jacobs","credit_id":"61fbb41dd100b6009b0d5c6c","order":239,"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg"},{"character":"Gus","credit_id":"61fc17671e259a00450c745d","order":267,"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg"},{"character":"Bobbi","credit_id":"61fc25f6eee186006bd35c71","order":267,"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null},{"character":"Aaron Jacobs","credit_id":"61fbb431ae6f0900a2e4484f","order":268,"adult":false,"gender":2,"id":1903427,"known_for_department":"Acting","name":"Zak Steiner","original_name":"Zak Steiner","popularity":3.174,"profile_path":null},{"character":"Theo","credit_id":"61fc244beee18600911c6990","order":268,"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-01-30","episode_number":4,"id":3463605,"name":"You Who Cannot See, Think of Those Who Can","overview":"At Maddy’s birthday party, relationships are celebrated and questioned. Meanwhile, Jules turns to Elliot for advice and Cal takes a trip down memory lane.","production_code":"","runtime":61,"season_number":2,"show_id":85552,"still_path":"/nuTsLlLNacklbITyQPRvKOAtXlg.jpg","vote_average":9.0,"vote_count":10,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Director of Photography","department":"Camera","credit_id":"60f7f44cfd140b005d2b849d","adult":false,"gender":2,"id":1353787,"known_for_department":"Camera","name":"Marcell Rév","original_name":"Marcell Rév","popularity":0.6,"profile_path":"/ztm9HLplSu208kzMa69gjwth9pA.jpg"},{"job":"Co-Editor","department":"Editing","credit_id":"60f7fa19944a5700303d880d","adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null},{"job":"Production Design","department":"Art","credit_id":"60f7fa349603310081152f4b","adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null},{"job":"Set Decoration","department":"Art","credit_id":"60f7fa71fd140b005d2b8a61","adult":false,"gender":0,"id":2861793,"known_for_department":"Art","name":"Julia Altschul","original_name":"Julia Altschul","popularity":0.676,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111e63d4d9600919554e1","adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null},{"job":"Art Direction","department":"Art","credit_id":"61a111f00582240042abb9ff","adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null}],"guest_stars":[{"character":"Gospel Singer","credit_id":"61f9147c0721660099979e40","order":34,"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg"},{"character":"Derek","credit_id":"61fbb44fae6f0900a2e4485d","order":38,"adult":false,"gender":0,"id":3410595,"known_for_department":"Acting","name":"Henry Eikenberry","original_name":"Henry Eikenberry","popularity":4.847,"profile_path":null},{"character":"Organist","credit_id":"61fc2707cb80280069fcfc6a","order":225,"adult":false,"gender":0,"id":1505217,"known_for_department":"Acting","name":"Herman Jackson","original_name":"Herman Jackson","popularity":0.6,"profile_path":null},{"character":"Minister","credit_id":"61fc2710bf0f63011a66b051","order":226,"adult":false,"gender":0,"id":2900952,"known_for_department":"Acting","name":"Lafayette R. Dorsey Sr.","original_name":"Lafayette R. Dorsey Sr.","popularity":0.6,"profile_path":null},{"character":"Outskirts Bartender","credit_id":"61fc272bfe6c18009387241b","order":227,"adult":false,"gender":2,"id":1094420,"known_for_department":"Acting","name":"Saxon Anderson","original_name":"Saxon Anderson","popularity":0.6,"profile_path":null},{"character":"Clerk","credit_id":"61fc273b8c0a4869ee154322","order":228,"adult":false,"gender":0,"id":1420973,"known_for_department":"Crew","name":"Michael Hilow","original_name":"Michael Hilow","popularity":0.996,"profile_path":null},{"character":"Skinny Guy","credit_id":"61fc274568929c00f62d36be","order":229,"adult":false,"gender":2,"id":3394224,"known_for_department":"Acting","name":"Eric Barron","original_name":"Eric Barron","popularity":0.98,"profile_path":null},{"character":"Tammy","credit_id":"61fc274dcb8028001c580c3d","order":230,"adult":false,"gender":1,"id":2908024,"known_for_department":"Acting","name":"Coco Lloyd","original_name":"Coco Lloyd","popularity":0.6,"profile_path":null},{"character":"Sandy","credit_id":"61fc27565c32470116fa827b","order":231,"adult":false,"gender":1,"id":2049953,"known_for_department":"Acting","name":"Elise Luthman","original_name":"Elise Luthman","popularity":0.992,"profile_path":"/6MHLrKdB2ZqOV3UWaE6TBZThH5o.jpg"},{"character":"Molly","credit_id":"61fc275ffe6c1800c20b1159","order":232,"adult":false,"gender":1,"id":1253106,"known_for_department":"Acting","name":"Elle Alexander","original_name":"Elle Alexander","popularity":2.615,"profile_path":"/6MZFAolCYO4Gq3GyhdRbvf1XbhN.jpg"},{"character":"Stacey","credit_id":"61fc2771eee18600cd3d7e6d","order":233,"adult":false,"gender":0,"id":3411179,"known_for_department":"Acting","name":"Winter Bassett","original_name":"Winter Bassett","popularity":0.6,"profile_path":null},{"character":"Robert","credit_id":"61fc060c1e259a0113e09461","order":235,"adult":false,"gender":0,"id":2581212,"known_for_department":"Acting","name":"Bruce Wexler","original_name":"Bruce Wexler","popularity":0.838,"profile_path":null},{"character":"Marsha Jacobs","credit_id":"61fbb41dd100b6009b0d5c6c","order":239,"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg"},{"character":"Samantha","credit_id":"61fc23e8bf0f63011a66ac8d","order":239,"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg"},{"character":"BB","credit_id":"61e4faad4e4dff0067db69fc","order":243,"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null},{"character":"Bobbi","credit_id":"61fc25f6eee186006bd35c71","order":267,"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Aaron Jacobs","credit_id":"61fbb431ae6f0900a2e4484f","order":268,"adult":false,"gender":2,"id":1903427,"known_for_department":"Acting","name":"Zak Steiner","original_name":"Zak Steiner","popularity":3.174,"profile_path":null},{"character":"Theo","credit_id":"61fc244beee18600911c6990","order":268,"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null},{"character":"Theo's Dad","credit_id":"61fc2485b7abb500665ce69e","order":268,"adult":false,"gender":2,"id":1837012,"known_for_department":"Acting","name":"Fernando Belo","original_name":"Fernando Belo","popularity":5.288,"profile_path":"/2LgWdZieV7B4gagKPgLlp6TOubh.jpg"},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-02-06","episode_number":5,"id":3464329,"name":"Stand Still Like the Hummingbird","overview":"Fate has a way of catching up with those who try to outrun it.","production_code":"","runtime":60,"season_number":2,"show_id":85552,"still_path":"/g90PNNYusg548V8wncsK4lUb1rY.jpg","vote_average":9.6,"vote_count":16,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"}],"guest_stars":[{"character":"Robert","credit_id":"61fc060c1e259a0113e09461","order":235,"adult":false,"gender":0,"id":2581212,"known_for_department":"Acting","name":"Bruce Wexler","original_name":"Bruce Wexler","popularity":0.838,"profile_path":null},{"character":"Laurie","credit_id":"61fc2195ae6f0900d568d06c","order":235,"adult":false,"gender":1,"id":1572541,"known_for_department":"Acting","name":"Martha Kelly","original_name":"Martha Kelly","popularity":5.733,"profile_path":"/ac7HoARDIHdYNqpzgJBzpmKHXHR.jpg"},{"character":"Bruce Jr.","credit_id":"61fc21ad41429100a217f3b4","order":235,"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg"},{"character":"3-Year-Old Rue","credit_id":"6200912511386c004305367b","order":235,"adult":false,"gender":0,"id":3416262,"known_for_department":"Acting","name":"Alumière Glass","original_name":"Alumière Glass","popularity":0.6,"profile_path":null},{"character":"Bruce","credit_id":"61fc21d4bf0f6300ddff2f81","order":236,"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null},{"character":"Ella","credit_id":"62009144cf4b8b0066ae0d8d","order":236,"adult":true,"gender":1,"id":236030,"known_for_department":"Acting","name":"Jessie Andrews","original_name":"Jessie Andrews","popularity":2.911,"profile_path":"/miJ1dy5mYGLloLCQvoSdeCnT2ye.jpg"},{"character":"Gabe","credit_id":"6227eb9f1130bd0067c4547c","order":269,"adult":false,"gender":2,"id":34050,"known_for_department":"Writing","name":"Allan Loeb","original_name":"Allan Loeb","popularity":1.573,"profile_path":null},{"character":"Homeless Man","credit_id":"6227eba82f1be00045ac0b95","order":270,"adult":false,"gender":0,"id":3430110,"known_for_department":"Acting","name":"Davison Locksley","original_name":"Davison Locksley","popularity":0.6,"profile_path":null},{"character":"Leslie's Mom","credit_id":"621fb05477b1fb006cfda613","order":271,"adult":false,"gender":0,"id":3449983,"known_for_department":"Acting","name":"Gwendolyn Fuller Mukes","original_name":"Gwendolyn Fuller Mukes","popularity":0.6,"profile_path":null},{"character":"Cop","credit_id":"6227ebc7b76cbb001b9ff4a5","order":271,"adult":false,"gender":2,"id":92488,"known_for_department":"Crew","name":"Kevin Beard","original_name":"Kevin Beard","popularity":0.6,"profile_path":null},{"character":"Cop","credit_id":"6227ebcf1bf266004616a65c","order":272,"adult":false,"gender":0,"id":3458164,"known_for_department":"Acting","name":"Michael Ferragamo","original_name":"Michael Ferragamo","popularity":0.6,"profile_path":null},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"}]},{"air_date":"2022-02-13","episode_number":6,"id":3464332,"name":"A Thousand Little Trees of Blood","overview":"As relationships with mothers are tested, Rue tries to recover. Meanwhile, Lexi questions the possible backlash from her play, and Nate celebrates his newfound freedom.","production_code":"","runtime":60,"season_number":2,"show_id":85552,"still_path":"/a4FJJ4jPpYc34jmtXzgm2uAS6V7.jpg","vote_average":7.9,"vote_count":10,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"}],"guest_stars":[{"character":"Waitress","credit_id":"620aabf0014325008d2494c0","order":237,"adult":false,"gender":1,"id":2346405,"known_for_department":"Acting","name":"Susan Louise O'Connor","original_name":"Susan Louise O'Connor","popularity":1.322,"profile_path":null},{"character":"Ali","credit_id":"5d3fb87b34e1521fb8e7c87a","order":237,"adult":false,"gender":2,"id":91671,"known_for_department":"Acting","name":"Colman Domingo","original_name":"Colman Domingo","popularity":2.882,"profile_path":"/2tu6T9ugnf82qIMGVKWSb0dvvq5.jpg"},{"character":"Marsha Jacobs","credit_id":"61fbb41dd100b6009b0d5c6c","order":239,"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg"},{"character":"Samantha","credit_id":"61fc23e8bf0f63011a66ac8d","order":239,"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg"},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Aaron Jacobs","credit_id":"61fbb431ae6f0900a2e4484f","order":268,"adult":false,"gender":2,"id":1903427,"known_for_department":"Acting","name":"Zak Steiner","original_name":"Zak Steiner","popularity":3.174,"profile_path":null},{"character":"Theo","credit_id":"61fc244beee18600911c6990","order":268,"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null},{"character":"Theo's Dad","credit_id":"61fc2485b7abb500665ce69e","order":268,"adult":false,"gender":2,"id":1837012,"known_for_department":"Acting","name":"Fernando Belo","original_name":"Fernando Belo","popularity":5.288,"profile_path":"/2LgWdZieV7B4gagKPgLlp6TOubh.jpg"},{"character":"14-Year-Old-Leslie","credit_id":"6227eb3435818f0046f83725","order":268,"adult":false,"gender":0,"id":3458158,"known_for_department":"Acting","name":"Malia Barnhardt","original_name":"Malia Barnhardt","popularity":0.6,"profile_path":null},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-02-20","episode_number":7,"id":3480499,"name":"The Theater and Its Double","overview":"Art imitates life as the East Highland crew watches their complicated dynamics reflected in Lexi's long-awaited play. Meanwhile, Fezco gets ready to attend.","production_code":"","runtime":58,"season_number":2,"show_id":85552,"still_path":"/1qXV8oAPhIqkqaNouwb9JC28SfV.jpg","vote_average":8.7,"vote_count":18,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"}],"guest_stars":[{"character":"Samantha","credit_id":"61fc23e8bf0f63011a66ac8d","order":239,"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg"},{"character":"BB","credit_id":"61e4faad4e4dff0067db69fc","order":243,"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null},{"character":"Gus","credit_id":"61fc17671e259a00450c745d","order":267,"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg"},{"character":"Bobbi","credit_id":"61fc25f6eee186006bd35c71","order":267,"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null},{"character":"Jade","credit_id":"621fae6b001bbd00435a152c","order":267,"adult":false,"gender":0,"id":980153,"known_for_department":"Acting","name":"Aja Bair","original_name":"Aja Bair","popularity":7.509,"profile_path":null},{"character":"Hallie","credit_id":"621fae9441aac4006c6c5f65","order":267,"adult":false,"gender":0,"id":3038958,"known_for_department":"Acting","name":"Eden Rose Ginsberg","original_name":"Eden Rose Ginsberg","popularity":0.6,"profile_path":"/pugmYUWUslUqLrOWR7hyDprKqcd.jpg"},{"character":"Marta","credit_id":"621faeba6f43ec006d514e71","order":267,"adult":false,"gender":1,"id":1600725,"known_for_department":"Acting","name":"Izabella Alvarez","original_name":"Izabella Alvarez","popularity":2.219,"profile_path":"/1oU5WQI38nBjtlzb7K06Crza5l5.jpg"},{"character":"Luna","credit_id":"621faefee194b0004444d61e","order":267,"adult":false,"gender":1,"id":1517836,"known_for_department":"Acting","name":"Isabella Amara","original_name":"Isabella Amara","popularity":1.602,"profile_path":"/hz2uP4Qjucj5my9rLc0FO9aWV2E.jpg"},{"character":"Robert's Father","credit_id":"621faf999f1be7006b84dc79","order":267,"adult":false,"gender":2,"id":1224851,"known_for_department":"Acting","name":"Harvey J. Alperin","original_name":"Harvey J. Alperin","popularity":1.912,"profile_path":"/tJL7IYqrERqPrp4F2I3N8hBeR1l.jpg"},{"character":"Robert's Mother","credit_id":"621fafb8f706de001b4124cd","order":267,"adult":false,"gender":0,"id":3449981,"known_for_department":"Acting","name":"Audrey Linden","original_name":"Audrey Linden","popularity":0.6,"profile_path":null},{"character":"Rabbi","credit_id":"621fafdf9020120043b91c11","order":267,"adult":false,"gender":0,"id":3449982,"known_for_department":"Acting","name":"Bernardo Hiller","original_name":"Bernardo Hiller","popularity":0.6,"profile_path":null},{"character":"Preacher","credit_id":"621fb06ff706de001b412885","order":267,"adult":false,"gender":0,"id":3449984,"known_for_department":"Acting","name":"Lamar Lyas","original_name":"Lamar Lyas","popularity":0.6,"profile_path":null},{"character":"Mick","credit_id":"621fb0e16f43ec001cae6926","order":267,"adult":false,"gender":0,"id":3449987,"known_for_department":"Acting","name":"Ethan J Runburg","original_name":"Ethan J Runburg","popularity":0.6,"profile_path":null},{"character":"Assistant Stage Manager","credit_id":"621fb111001bbd001bca5d29","order":267,"adult":false,"gender":0,"id":1562954,"known_for_department":"Acting","name":"Rosie Rodriguez","original_name":"Rosie Rodriguez","popularity":0.648,"profile_path":null},{"character":"Neighbor","credit_id":"621fb2af8a88b2006dd83cd8","order":267,"adult":false,"gender":1,"id":2972563,"known_for_department":"Acting","name":"Clara York","original_name":"Clara York","popularity":0.6,"profile_path":null},{"character":"Makeout Guy","credit_id":"6227ea550d5d850047a1c0ef","order":267,"adult":false,"gender":0,"id":3458154,"known_for_department":"Acting","name":"Leo Llenas","original_name":"Leo Llenas","popularity":0.6,"profile_path":null},{"character":"Custer","credit_id":"61e6354e2634620096865295","order":268,"adult":false,"gender":2,"id":1223876,"known_for_department":"Acting","name":"Tyler Chase","original_name":"Tyler Chase","popularity":4.053,"profile_path":"/wcsh5Eu83vrEXOny35LMscwL2B9.jpg"},{"character":"Caleb","credit_id":"61fc221459e8a9001b160d64","order":268,"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg"},{"character":"Theo","credit_id":"61fc244beee18600911c6990","order":268,"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null},{"character":"Guy Next to Suze","credit_id":"621fb1fe41aac40044e5543d","order":268,"adult":false,"gender":0,"id":1578269,"known_for_department":"Acting","name":"Jacob Clarke","original_name":"Jacob Clarke","popularity":0.6,"profile_path":null},{"character":"Leslie's Mom","credit_id":"621fb05477b1fb006cfda613","order":271,"adult":false,"gender":0,"id":3449983,"known_for_department":"Acting","name":"Gwendolyn Fuller Mukes","original_name":"Gwendolyn Fuller Mukes","popularity":0.6,"profile_path":null},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]},{"air_date":"2022-02-27","episode_number":8,"id":3480500,"name":"All My Life, My Heart Has Yearned for a Thing I Cannot Name","overview":"As the show goes on, fragments of memories collide with the present and future.","production_code":"","runtime":61,"season_number":2,"show_id":85552,"still_path":"/po4G5fgneIoiuk7TWlvcusWM1HS.jpg","vote_average":8.4,"vote_count":14,"crew":[{"job":"Director","department":"Directing","credit_id":"5d078a71925141488abbac4a","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Writer","department":"Writing","credit_id":"5f8e3445ac617c00377f29dc","adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"},{"job":"Songs","department":"Sound","credit_id":"62d747918a0e9b005986be6d","adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg"}],"guest_stars":[{"character":"BB","credit_id":"61e4faad4e4dff0067db69fc","order":243,"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null},{"character":"Invested Audience Girl","credit_id":"621fb25b41aac40044e555ec","order":251,"adult":false,"gender":1,"id":1897539,"known_for_department":"Acting","name":"Kathy Dorn","original_name":"Kathy Dorn","popularity":0.828,"profile_path":"/s6EUNi9NRRvuvVXgb6NhPp3F6tK.jpg"},{"character":"Skye","credit_id":"621fb2cc001bbd006cad5ecd","order":254,"adult":false,"gender":0,"id":3057748,"known_for_department":"Acting","name":"Aaron Holliday","original_name":"Aaron Holliday","popularity":0.98,"profile_path":null},{"character":"Ricki","credit_id":"621fb2ec7719d70044f56e66","order":255,"adult":false,"gender":0,"id":3450006,"known_for_department":"Acting","name":"Ricky Guzman","original_name":"Ricky Guzman","popularity":0.6,"profile_path":null},{"character":"Bambi","credit_id":"621fb54a001bbd006cad6a22","order":256,"adult":true,"gender":1,"id":2085404,"known_for_department":"Acting","name":"Ashley Lane","original_name":"Ashley Lane","popularity":17.904,"profile_path":"/r3vQlZiPoNLGcdQRUDwuZhzVkWk.jpg"},{"character":"Hard Harry","credit_id":"621fb5786b5fc2006b9db26c","order":257,"adult":false,"gender":0,"id":3450019,"known_for_department":"Acting","name":"Liam Manfredonia","original_name":"Liam Manfredonia","popularity":0.6,"profile_path":null},{"character":"Cop","credit_id":"621fb593f706de0043cc24c5","order":258,"adult":false,"gender":0,"id":1035863,"known_for_department":"Acting","name":"Adam Popp","original_name":"Adam Popp","popularity":0.6,"profile_path":null},{"character":"Cop","credit_id":"621fb5aa001bbd006cad6b81","order":259,"adult":false,"gender":0,"id":3450021,"known_for_department":"Acting","name":"Joe Robinson","original_name":"Joe Robinson","popularity":0.6,"profile_path":null},{"character":"Cop","credit_id":"621fb5cd902012006d445c56","order":260,"adult":false,"gender":0,"id":1826530,"known_for_department":"Crew","name":"Jeffrey G. Barnett","original_name":"Jeffrey G. Barnett","popularity":0.6,"profile_path":null},{"character":"SWAT Team","credit_id":"621fb5e7f706de0043cc2682","order":261,"adult":false,"gender":2,"id":112119,"known_for_department":"Acting","name":"Derek Graf","original_name":"Derek Graf","popularity":3.62,"profile_path":"/wwa2VZwRjXYrXv5kdhj9dIgQn8I.jpg"},{"character":"SWAT Team","credit_id":"621fb67f058224006c466ce9","order":262,"adult":false,"gender":2,"id":1696636,"known_for_department":"Crew","name":"David Castillo","original_name":"David Castillo","popularity":0.6,"profile_path":"/jlQLRRhOJB3bkXNMletYPio8pS4.jpg"},{"character":"SWAT Team","credit_id":"621fb6d6f706de001b414715","order":263,"adult":false,"gender":0,"id":3450028,"known_for_department":"Acting","name":"Joe Dominguez","original_name":"Joe Dominguez","popularity":0.6,"profile_path":null},{"character":"SWAT Team","credit_id":"621fb6feeea34d001b0e9d4b","order":264,"adult":false,"gender":0,"id":1894537,"known_for_department":"Acting","name":"Wilson Wong","original_name":"Wilson Wong","popularity":0.6,"profile_path":null},{"character":"SWAT Team","credit_id":"621fb70f41aac40044e5680c","order":265,"adult":false,"gender":0,"id":1455749,"known_for_department":"Acting","name":"Nick Epper","original_name":"Nick Epper","popularity":1.4,"profile_path":null},{"character":"Student (uncredited)","credit_id":"621fb90d8a88b2006dd85740","order":266,"adult":false,"gender":0,"id":2980136,"known_for_department":"Production","name":"Laphea Coleman","original_name":"Laphea Coleman","popularity":0.6,"profile_path":null},{"character":"Gus","credit_id":"61fc17671e259a00450c745d","order":267,"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg"},{"character":"Bobbi","credit_id":"61fc25f6eee186006bd35c71","order":267,"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null},{"character":"Jade","credit_id":"621fae6b001bbd00435a152c","order":267,"adult":false,"gender":0,"id":980153,"known_for_department":"Acting","name":"Aja Bair","original_name":"Aja Bair","popularity":7.509,"profile_path":null},{"character":"Hallie","credit_id":"621fae9441aac4006c6c5f65","order":267,"adult":false,"gender":0,"id":3038958,"known_for_department":"Acting","name":"Eden Rose Ginsberg","original_name":"Eden Rose Ginsberg","popularity":0.6,"profile_path":"/pugmYUWUslUqLrOWR7hyDprKqcd.jpg"},{"character":"Marta","credit_id":"621faeba6f43ec006d514e71","order":267,"adult":false,"gender":1,"id":1600725,"known_for_department":"Acting","name":"Izabella Alvarez","original_name":"Izabella Alvarez","popularity":2.219,"profile_path":"/1oU5WQI38nBjtlzb7K06Crza5l5.jpg"},{"character":"Luna","credit_id":"621faefee194b0004444d61e","order":267,"adult":false,"gender":1,"id":1517836,"known_for_department":"Acting","name":"Isabella Amara","original_name":"Isabella Amara","popularity":1.602,"profile_path":"/hz2uP4Qjucj5my9rLc0FO9aWV2E.jpg"},{"character":"Robert's Father","credit_id":"621faf999f1be7006b84dc79","order":267,"adult":false,"gender":2,"id":1224851,"known_for_department":"Acting","name":"Harvey J. Alperin","original_name":"Harvey J. Alperin","popularity":1.912,"profile_path":"/tJL7IYqrERqPrp4F2I3N8hBeR1l.jpg"},{"character":"Robert's Mother","credit_id":"621fafb8f706de001b4124cd","order":267,"adult":false,"gender":0,"id":3449981,"known_for_department":"Acting","name":"Audrey Linden","original_name":"Audrey Linden","popularity":0.6,"profile_path":null},{"character":"Rabbi","credit_id":"621fafdf9020120043b91c11","order":267,"adult":false,"gender":0,"id":3449982,"known_for_department":"Acting","name":"Bernardo Hiller","original_name":"Bernardo Hiller","popularity":0.6,"profile_path":null},{"character":"Preacher","credit_id":"621fb06ff706de001b412885","order":267,"adult":false,"gender":0,"id":3449984,"known_for_department":"Acting","name":"Lamar Lyas","original_name":"Lamar Lyas","popularity":0.6,"profile_path":null},{"character":"Mick","credit_id":"621fb0e16f43ec001cae6926","order":267,"adult":false,"gender":0,"id":3449987,"known_for_department":"Acting","name":"Ethan J Runburg","original_name":"Ethan J Runburg","popularity":0.6,"profile_path":null},{"character":"Assistant Stage Manager","credit_id":"621fb111001bbd001bca5d29","order":267,"adult":false,"gender":0,"id":1562954,"known_for_department":"Acting","name":"Rosie Rodriguez","original_name":"Rosie Rodriguez","popularity":0.648,"profile_path":null},{"character":"Neighbor","credit_id":"621fb2af8a88b2006dd83cd8","order":267,"adult":false,"gender":1,"id":2972563,"known_for_department":"Acting","name":"Clara York","original_name":"Clara York","popularity":0.6,"profile_path":null},{"character":"Caleb","credit_id":"61fc221459e8a9001b160d64","order":268,"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg"},{"character":"Guy Next to Suze","credit_id":"621fb1fe41aac40044e5543d","order":268,"adult":false,"gender":0,"id":1578269,"known_for_department":"Acting","name":"Jacob Clarke","original_name":"Jacob Clarke","popularity":0.6,"profile_path":null},{"character":"Leslie's Mom","credit_id":"621fb05477b1fb006cfda613","order":271,"adult":false,"gender":0,"id":3449983,"known_for_department":"Acting","name":"Gwendolyn Fuller Mukes","original_name":"Gwendolyn Fuller Mukes","popularity":0.6,"profile_path":null},{"character":"Fezco's Grandmother","credit_id":"61fc086841429100d4fdad6e","order":272,"adult":false,"gender":0,"id":2700175,"known_for_department":"Acting","name":"Brynda Mattox","original_name":"Brynda Mattox","popularity":2.092,"profile_path":"/LDvMgn8OLJHnULNzIsoBtqRfVc.jpg"},{"character":"Suze Howard","credit_id":"6234213432489b001b7b383a","order":273,"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg"},{"character":"Faye","credit_id":"6234208534e152004618e2e0","order":274,"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg"}]}],"name":"Season 2","overview":"The lines between fantasy and reality begin to blur as Kat contemplates ending her relationship and Jules, craving Rue's affection, ponders hers. Rue pursues a new dangerous business venture as she sinks deep into her addiction, largely caused by her guilt-ridden new friend Eliott. Cassie struggles with her celibacy and starts to drift, while Lexi pours herself into mounting a school play. Nate him, is in full redemption, trying to redeem the mistakes of his father. This second season is a real descent into hell for each of its characters.","id":220804,"poster_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","season_number":2}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the credits for TV season.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 00e65d3e-fccf-423f-8d9e-181924405a05 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | cc8a7c3bca352a384ea450342899a692d2073fd3 |
| X-Memc-Age | 12010 |
| X-Memc-Expires | 4781 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:59:48 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"b541679c4348e94402e95fa2ba790914" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | djGsNH24yYOR4fWKUb48YKkl-k0mLAooxM6V4fNbHyL7YCUxS5q9cg== |
| Age | 4157 |
{"cast":[{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","character":"Rue Bennett","credit_id":"607ee9007e34830040f74fce","order":0},{"adult":false,"gender":1,"id":2340180,"known_for_department":"Acting","name":"Hunter Schafer","original_name":"Hunter Schafer","popularity":18.414,"profile_path":"/npAsOblFIk6vCyWaymt8rDmJXNK.jpg","character":"Jules Vaughn","credit_id":"607ee910f6787a004042c086","order":1},{"adult":false,"gender":1,"id":115440,"known_for_department":"Acting","name":"Sydney Sweeney","original_name":"Sydney Sweeney","popularity":76.545,"profile_path":"/afr2eoktU4lFYtmtfKo05EbQdXo.jpg","character":"Cassie Howard","credit_id":"5d07a9d8c3a36877db23927c","order":2},{"adult":false,"gender":1,"id":1497557,"known_for_department":"Acting","name":"Alexa Demie","original_name":"Alexa Demie","popularity":30.789,"profile_path":"/zba2qXMNRnD7uXOYzXfcnstv17V.jpg","character":"Maddy Perez","credit_id":"5c3338ed92514122ac771d7e","order":4},{"adult":false,"gender":2,"id":2352372,"known_for_department":"Acting","name":"Angus Cloud","original_name":"Angus Cloud","popularity":21.388,"profile_path":"/pFKAYz9OWjL4LQQY9outYxOrY79.jpg","character":"Fezco","credit_id":"5d1a6f4f8a84d27f09ccbf5a","order":5},{"adult":false,"gender":2,"id":2532098,"known_for_department":"Acting","name":"Javon Walton","original_name":"Javon Walton","popularity":9.858,"profile_path":null,"character":"Ashtray","credit_id":"61401ba4aaf897002a00703a","order":6},{"adult":false,"gender":1,"id":2340185,"known_for_department":"Acting","name":"Barbie Ferreira","original_name":"Barbie Ferreira","popularity":8.644,"profile_path":"/kl59GoAbazPffmmZtSLZmUQCK6S.jpg","character":"Kat Hernandez","credit_id":"5d078aed0e0a260d48ca97f7","order":7},{"adult":false,"gender":1,"id":41090,"known_for_department":"Acting","name":"Maude Apatow","original_name":"Maude Apatow","popularity":20.767,"profile_path":"/xWj49QAsGlC92YcguaEEYvoMEsg.jpg","character":"Lexi Howard","credit_id":"5d07a96f0e0a266573cad284","order":8},{"adult":false,"gender":2,"id":2711299,"known_for_department":"Acting","name":"Dominic Fike","original_name":"Dominic Fike","popularity":2.388,"profile_path":"/vtuRZff8c3QNKiShMo25z5M5guD.jpg","character":"Elliot","credit_id":"619d67aa4f9a990043774eef","order":9},{"adult":false,"gender":1,"id":1344344,"known_for_department":"Acting","name":"Storm Reid","original_name":"Storm Reid","popularity":12.224,"profile_path":"/wA8cntFil1AuwusEZXLH9o898m1.jpg","character":"Gia Bennett","credit_id":"5d07a9c80e0a267f57cac10b","order":10},{"adult":false,"gender":1,"id":98415,"known_for_department":"Acting","name":"Nika King","original_name":"Nika King","popularity":5.562,"profile_path":"/d91Uci8v9AZufDeufdbGRNJEzpn.jpg","character":"Leslie Bennett","credit_id":"5d1a6faaca4f6752bfd6fa42","order":11},{"adult":false,"gender":2,"id":58115,"known_for_department":"Acting","name":"Eric Dane","original_name":"Eric Dane","popularity":20.641,"profile_path":"/qa9WV0VS3Xin0M2shAT0268c1nb.jpg","character":"Cal Jacobs","credit_id":"5d1a6f7f30aa317ec9c5ad58","order":12},{"adult":false,"gender":2,"id":148992,"known_for_department":"Acting","name":"Austin Abrams","original_name":"Austin Abrams","popularity":13.884,"profile_path":"/9pSpSAk9NsYC5puqAVsmSK3OSeu.jpg","character":"Ethan Lewis","credit_id":"5d3fb80121621b3083edfff7","order":13},{"adult":false,"gender":2,"id":2034418,"known_for_department":"Acting","name":"Jacob Elordi","original_name":"Jacob Elordi","popularity":18.717,"profile_path":"/khfLyxY9gsKiLFoz2zj0h3uhDFJ.jpg","character":"Nate Jacobs","credit_id":"5d07a986c3a3684adb2db69d","order":272}],"crew":[{"adult":false,"gender":1,"id":2484106,"known_for_department":"Production","name":"Ashley Levinson","original_name":"Ashley Levinson","popularity":2.602,"profile_path":"/b0hMHB7BysInoGz2MeQFNHml445.jpg","credit_id":"619d62c5c0ae360044fb592e","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":0,"id":2077657,"known_for_department":"Production","name":"Harrison Kreiss","original_name":"Harrison Kreiss","popularity":0.614,"profile_path":null,"credit_id":"619d62d3e2ff320043798113","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"credit_id":"619d62e069d2800060eb6cf6","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":0,"id":3385974,"known_for_department":"Acting","name":"Yahir Rodriguez","original_name":"Yahir Rodriguez","popularity":0.6,"profile_path":null,"credit_id":"61e4e654b7abb500a242dbe7","department":"Production","job":"Casting Coordinator"},{"adult":false,"gender":0,"id":3385979,"known_for_department":"Crew","name":"Jeslian Lopez","original_name":"Jeslian Lopez","popularity":0.6,"profile_path":null,"credit_id":"61e4e69bdb8a0000407478a5","department":"Crew","job":"Visual Effects Art Director"},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","credit_id":"5fd693b1cfe48f00404f70e4","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1619915,"known_for_department":"Production","name":"Will Greenfield","original_name":"Will Greenfield","popularity":0.98,"profile_path":null,"credit_id":"619d620e4f9a9900245498cb","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":1653896,"known_for_department":"Crew","name":"Kenneth Yu","original_name":"Kenneth Yu","popularity":0.98,"profile_path":null,"credit_id":"619d62abf90b19002a99ecbe","department":"Production","job":"Producer"},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"credit_id":"5febddde07a808004093a3c9","department":"Writing","job":"Original Series Creator"},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"credit_id":"5febde9dbf7744003d29c06d","department":"Writing","job":"Original Series Creator"},{"adult":false,"gender":2,"id":197315,"known_for_department":"Acting","name":"Drake","original_name":"Drake","popularity":2.372,"profile_path":"/tE0ZkWBP2rLj8u0NJqmMi1h1kb1.jpg","credit_id":"5febdec61511aa003df59933","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","credit_id":"5febdecfd7107e003f27eacf","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","credit_id":"5febdf4e64f716003d102f80","department":"Sound","job":"Original Music Composer"},{"adult":false,"gender":0,"id":1590721,"known_for_department":"Production","name":"Ravi Nandan","original_name":"Ravi Nandan","popularity":1.258,"profile_path":null,"credit_id":"619d61f0c0ae360089159afe","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":74534,"known_for_department":"Production","name":"Kevin Turen","original_name":"Kevin Turen","popularity":3.443,"profile_path":null,"credit_id":"619d61fdaf58cb0091bc47fe","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":2438759,"known_for_department":"Production","name":"Adel 'Future' Nur","original_name":"Adel 'Future' Nur","popularity":1.9,"profile_path":null,"credit_id":"619d621ebc2cb300642f7ce5","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":2058384,"known_for_department":"Production","name":"Hadas Mozes Lichtenstein","original_name":"Hadas Mozes Lichtenstein","popularity":0.6,"profile_path":null,"credit_id":"619d6281af58cb0091bc48bc","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"credit_id":"619d628d63536a0043a4df3e","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"credit_id":"619d6298af58cb00444c5a60","department":"Production","job":"Executive Producer"},{"adult":false,"gender":1,"id":963377,"known_for_department":"Costume \u0026 Make-Up","name":"Heidi Bivens","original_name":"Heidi Bivens","popularity":1.22,"profile_path":null,"credit_id":"61a11200058224002664ba9e","department":"Costume \u0026 Make-Up","job":"Costume Design"}],"id":220804}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Returns all of the user ratings for the season's episodes.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 656bc240-5467-44b3-ac6e-d2b0ab825f6b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:05 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| X-Memc | MISS |
| X-Memc-Key | 0333bcf9d704892f2e2e91f09310064f9c2906d3 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| ETag | W/"ef50a54c9a2be7351a761a4865252781" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | bJDkOheYMs79hTsKMNR-JLMbZEdjvIJqL5XusA7JaLTE3LdJyu0ZzA== |
{"id":220804,"results":[{"id":3351646,"episode_number":1,"rated":{"value":10.0}},{"id":3429678,"episode_number":2,"rated":{"value":8.5}},{"id":3429680,"episode_number":3,"rated":false},{"id":3463605,"episode_number":4,"rated":false},{"id":3464329,"episode_number":5,"rated":false},{"id":3464332,"episode_number":6,"rated":false},{"id":3480499,"episode_number":7,"rated":false},{"id":3480500,"episode_number":8,"rated":false}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images that belong to a TV season.
Querying images with a `language` parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the `include_image_language` parameter. This should be a comma seperated value like so: `include_image_language=en,null`.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c42dccca-31a1-42b1-a3a6-7dbc84c94f60 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | cbc7bbf2606aeb4b87d24acd49ed8182ce1c60a9 |
| X-Memc-Age | 8043 |
| X-Memc-Expires | 7980 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:59:48 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"8f5063ac3e3df6bde6c98dd1332d9714" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | xxzB0wzj0X3k2yAkzRWhb10wGqwBShBs_6WISW-09S1t9UJFoz4jaA== |
| Age | 4157 |
{"id":220804,"posters":[{"aspect_ratio":0.667,"height":2400,"iso_639_1":"en","file_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","vote_average":5.586,"vote_count":7,"width":1600},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"ko","file_path":"/8256OQLcAOKRLK6cy2wUuyqBy9f.jpg","vote_average":5.312,"vote_count":1,"width":1600},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/l5FfJqCMr0BL5KiRuw5C1cI6At8.jpg","vote_average":5.312,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg","vote_average":5.172,"vote_count":1,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"he","file_path":"/5KyL88Y8ygAfDHehqdCrEQooEFE.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"ru","file_path":"/iwducKl5rdbmKiKnjhbfRZ0HBlZ.jpg","vote_average":0.0,"vote_count":0,"width":1600},{"aspect_ratio":0.667,"height":2400,"iso_639_1":null,"file_path":"/9RKpfJIEM88AaFevGZBm5bRsy7Y.jpg","vote_average":0.0,"vote_count":0,"width":1600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"hu","file_path":"/pI3Pp5avRa1hiXVKBQfAz46l0lI.jpg","vote_average":0.0,"vote_count":0,"width":2000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the aggregate credits for TV season.
This call differs from the main `credits` call in that it does not only return the season credits, but rather is a view of all the cast & crew for all of the episodes belonging to a season.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 78cb1524-3bb0-41c9-8c94-876de15035e1 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:59:48 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | b6c00f5c6739246a1e4881ceb835907c40831b3c |
| X-Memc-Age | 2579 |
| X-Memc-Expires | 14037 |
| ETag | W/"f7492676f99a919807d0a96b95aa0500" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Ivg-hRf5zC7RxeP2kVkIfodgXew60FsRyGQR2uhi6rf22tkCLQVN-Q== |
| Age | 4158 |
{"cast":[{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","roles":[{"credit_id":"607ee9007e34830040f74fce","character":"Rue Bennett","episode_count":8}],"total_episode_count":8,"order":0},{"adult":false,"gender":1,"id":2340180,"known_for_department":"Acting","name":"Hunter Schafer","original_name":"Hunter Schafer","popularity":18.414,"profile_path":"/npAsOblFIk6vCyWaymt8rDmJXNK.jpg","roles":[{"credit_id":"607ee910f6787a004042c086","character":"Jules Vaughn","episode_count":8}],"total_episode_count":8,"order":1},{"adult":false,"gender":1,"id":115440,"known_for_department":"Acting","name":"Sydney Sweeney","original_name":"Sydney Sweeney","popularity":76.545,"profile_path":"/afr2eoktU4lFYtmtfKo05EbQdXo.jpg","roles":[{"credit_id":"5d07a9d8c3a36877db23927c","character":"Cassie Howard","episode_count":8}],"total_episode_count":8,"order":2},{"adult":false,"gender":1,"id":1497557,"known_for_department":"Acting","name":"Alexa Demie","original_name":"Alexa Demie","popularity":30.789,"profile_path":"/zba2qXMNRnD7uXOYzXfcnstv17V.jpg","roles":[{"credit_id":"5c3338ed92514122ac771d7e","character":"Maddy Perez","episode_count":8}],"total_episode_count":8,"order":4},{"adult":false,"gender":2,"id":2352372,"known_for_department":"Acting","name":"Angus Cloud","original_name":"Angus Cloud","popularity":21.388,"profile_path":"/pFKAYz9OWjL4LQQY9outYxOrY79.jpg","roles":[{"credit_id":"5d1a6f4f8a84d27f09ccbf5a","character":"Fezco","episode_count":8}],"total_episode_count":8,"order":5},{"adult":false,"gender":2,"id":2532098,"known_for_department":"Acting","name":"Javon Walton","original_name":"Javon Walton","popularity":9.858,"profile_path":null,"roles":[{"credit_id":"61401ba4aaf897002a00703a","character":"Ashtray","episode_count":8}],"total_episode_count":8,"order":6},{"adult":false,"gender":1,"id":2340185,"known_for_department":"Acting","name":"Barbie Ferreira","original_name":"Barbie Ferreira","popularity":8.644,"profile_path":"/kl59GoAbazPffmmZtSLZmUQCK6S.jpg","roles":[{"credit_id":"5d078aed0e0a260d48ca97f7","character":"Kat Hernandez","episode_count":8}],"total_episode_count":8,"order":7},{"adult":false,"gender":1,"id":41090,"known_for_department":"Acting","name":"Maude Apatow","original_name":"Maude Apatow","popularity":20.767,"profile_path":"/xWj49QAsGlC92YcguaEEYvoMEsg.jpg","roles":[{"credit_id":"5d07a96f0e0a266573cad284","character":"Lexi Howard","episode_count":8}],"total_episode_count":8,"order":8},{"adult":false,"gender":2,"id":2711299,"known_for_department":"Acting","name":"Dominic Fike","original_name":"Dominic Fike","popularity":2.388,"profile_path":"/vtuRZff8c3QNKiShMo25z5M5guD.jpg","roles":[{"credit_id":"619d67aa4f9a990043774eef","character":"Elliot","episode_count":8}],"total_episode_count":8,"order":9},{"adult":false,"gender":1,"id":1344344,"known_for_department":"Acting","name":"Storm Reid","original_name":"Storm Reid","popularity":12.224,"profile_path":"/wA8cntFil1AuwusEZXLH9o898m1.jpg","roles":[{"credit_id":"5d07a9c80e0a267f57cac10b","character":"Gia Bennett","episode_count":8}],"total_episode_count":8,"order":10},{"adult":false,"gender":1,"id":98415,"known_for_department":"Acting","name":"Nika King","original_name":"Nika King","popularity":5.562,"profile_path":"/d91Uci8v9AZufDeufdbGRNJEzpn.jpg","roles":[{"credit_id":"5d1a6faaca4f6752bfd6fa42","character":"Leslie Bennett","episode_count":8}],"total_episode_count":8,"order":11},{"adult":false,"gender":2,"id":58115,"known_for_department":"Acting","name":"Eric Dane","original_name":"Eric Dane","popularity":20.641,"profile_path":"/qa9WV0VS3Xin0M2shAT0268c1nb.jpg","roles":[{"credit_id":"5d1a6f7f30aa317ec9c5ad58","character":"Cal Jacobs","episode_count":8}],"total_episode_count":8,"order":12},{"adult":false,"gender":2,"id":148992,"known_for_department":"Acting","name":"Austin Abrams","original_name":"Austin Abrams","popularity":13.884,"profile_path":"/9pSpSAk9NsYC5puqAVsmSK3OSeu.jpg","roles":[{"credit_id":"5d3fb80121621b3083edfff7","character":"Ethan Lewis","episode_count":8}],"total_episode_count":8,"order":13},{"adult":false,"gender":2,"id":91671,"known_for_department":"Acting","name":"Colman Domingo","original_name":"Colman Domingo","popularity":2.882,"profile_path":"/2tu6T9ugnf82qIMGVKWSb0dvvq5.jpg","roles":[{"credit_id":"5d3fb87b34e1521fb8e7c87a","character":"Ali","episode_count":8}],"total_episode_count":8,"order":237},{"adult":false,"gender":2,"id":2034418,"known_for_department":"Acting","name":"Jacob Elordi","original_name":"Jacob Elordi","popularity":18.717,"profile_path":"/khfLyxY9gsKiLFoz2zj0h3uhDFJ.jpg","roles":[{"credit_id":"5d07a986c3a3684adb2db69d","character":"Nate Jacobs","episode_count":8}],"total_episode_count":8,"order":272},{"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg","roles":[{"credit_id":"6234213432489b001b7b383a","character":"Suze Howard","episode_count":7}],"total_episode_count":7,"order":273},{"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg","roles":[{"credit_id":"6234208534e152004618e2e0","character":"Faye","episode_count":7}],"total_episode_count":7,"order":274},{"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc244beee18600911c6990","character":"Theo","episode_count":5}],"total_episode_count":5,"order":268},{"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg","roles":[{"credit_id":"61fc23e8bf0f63011a66ac8d","character":"Samantha","episode_count":4}],"total_episode_count":4,"order":239},{"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg","roles":[{"credit_id":"61fbb41dd100b6009b0d5c6c","character":"Marsha Jacobs","episode_count":4}],"total_episode_count":4,"order":239},{"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61e4faad4e4dff0067db69fc","character":"BB","episode_count":4}],"total_episode_count":4,"order":243},{"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg","roles":[{"credit_id":"61fc17671e259a00450c745d","character":"Gus","episode_count":4}],"total_episode_count":4,"order":267},{"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc25f6eee186006bd35c71","character":"Bobbi","episode_count":4}],"total_episode_count":4,"order":267},{"adult":false,"gender":0,"id":3038958,"known_for_department":"Acting","name":"Eden Rose Ginsberg","original_name":"Eden Rose Ginsberg","popularity":0.6,"profile_path":"/pugmYUWUslUqLrOWR7hyDprKqcd.jpg","roles":[{"credit_id":"621fae9441aac4006c6c5f65","character":"Hallie","episode_count":2},{"credit_id":"61fc250dfe6c182eb87bf464","character":"Influencer","episode_count":1}],"total_episode_count":3,"order":232},{"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc21d4bf0f6300ddff2f81","character":"Bruce","episode_count":3}],"total_episode_count":3,"order":236},{"adult":false,"gender":2,"id":1837012,"known_for_department":"Acting","name":"Fernando Belo","original_name":"Fernando Belo","popularity":5.288,"profile_path":"/2LgWdZieV7B4gagKPgLlp6TOubh.jpg","roles":[{"credit_id":"61fc2485b7abb500665ce69e","character":"Theo's Dad","episode_count":3}],"total_episode_count":3,"order":268},{"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg","roles":[{"credit_id":"61fc221459e8a9001b160d64","character":"Caleb","episode_count":3}],"total_episode_count":3,"order":268},{"adult":false,"gender":2,"id":1903427,"known_for_department":"Acting","name":"Zak Steiner","original_name":"Zak Steiner","popularity":3.174,"profile_path":null,"roles":[{"credit_id":"61fbb431ae6f0900a2e4484f","character":"Aaron Jacobs","episode_count":3}],"total_episode_count":3,"order":268},{"adult":false,"gender":0,"id":3449983,"known_for_department":"Acting","name":"Gwendolyn Fuller Mukes","original_name":"Gwendolyn Fuller Mukes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb05477b1fb006cfda613","character":"Leslie's Mom","episode_count":3}],"total_episode_count":3,"order":271},{"adult":false,"gender":0,"id":3410595,"known_for_department":"Acting","name":"Henry Eikenberry","original_name":"Henry Eikenberry","popularity":4.847,"profile_path":null,"roles":[{"credit_id":"61fbb44fae6f0900a2e4485d","character":"Derek","episode_count":2}],"total_episode_count":2,"order":38},{"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2201dfaae900c6baff73","character":"Virgil","episode_count":2}],"total_episode_count":2,"order":191},{"adult":false,"gender":0,"id":2581212,"known_for_department":"Acting","name":"Bruce Wexler","original_name":"Bruce Wexler","popularity":0.838,"profile_path":null,"roles":[{"credit_id":"61fc060c1e259a0113e09461","character":"Robert","episode_count":2}],"total_episode_count":2,"order":235},{"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg","roles":[{"credit_id":"61fc21ad41429100a217f3b4","character":"Bruce Jr.","episode_count":2}],"total_episode_count":2,"order":235},{"adult":false,"gender":1,"id":2972563,"known_for_department":"Acting","name":"Clara York","original_name":"Clara York","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb2af8a88b2006dd83cd8","character":"Neighbor","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":1,"id":1517836,"known_for_department":"Acting","name":"Isabella Amara","original_name":"Isabella Amara","popularity":1.602,"profile_path":"/hz2uP4Qjucj5my9rLc0FO9aWV2E.jpg","roles":[{"credit_id":"621faefee194b0004444d61e","character":"Luna","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":980153,"known_for_department":"Acting","name":"Aja Bair","original_name":"Aja Bair","popularity":7.509,"profile_path":null,"roles":[{"credit_id":"621fae6b001bbd00435a152c","character":"Jade","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":1,"id":1600725,"known_for_department":"Acting","name":"Izabella Alvarez","original_name":"Izabella Alvarez","popularity":2.219,"profile_path":"/1oU5WQI38nBjtlzb7K06Crza5l5.jpg","roles":[{"credit_id":"621faeba6f43ec006d514e71","character":"Marta","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449982,"known_for_department":"Acting","name":"Bernardo Hiller","original_name":"Bernardo Hiller","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fafdf9020120043b91c11","character":"Rabbi","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":2,"id":1224851,"known_for_department":"Acting","name":"Harvey J. Alperin","original_name":"Harvey J. Alperin","popularity":1.912,"profile_path":"/tJL7IYqrERqPrp4F2I3N8hBeR1l.jpg","roles":[{"credit_id":"621faf999f1be7006b84dc79","character":"Robert's Father","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449987,"known_for_department":"Acting","name":"Ethan J Runburg","original_name":"Ethan J Runburg","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb0e16f43ec001cae6926","character":"Mick","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":1562954,"known_for_department":"Acting","name":"Rosie Rodriguez","original_name":"Rosie Rodriguez","popularity":0.648,"profile_path":null,"roles":[{"credit_id":"621fb111001bbd001bca5d29","character":"Assistant Stage Manager","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449984,"known_for_department":"Acting","name":"Lamar Lyas","original_name":"Lamar Lyas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb06ff706de001b412885","character":"Preacher","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449981,"known_for_department":"Acting","name":"Audrey Linden","original_name":"Audrey Linden","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fafb8f706de001b4124cd","character":"Robert's Mother","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":1578269,"known_for_department":"Acting","name":"Jacob Clarke","original_name":"Jacob Clarke","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb1fe41aac40044e5543d","character":"Guy Next to Suze","episode_count":2}],"total_episode_count":2,"order":268},{"adult":false,"gender":1,"id":1324161,"known_for_department":"Acting","name":"Cinda Adams","original_name":"Cinda Adams","popularity":1.295,"profile_path":"/7CZXKhAEyjslPo7OH6TrYWCWEZz.jpg","roles":[{"credit_id":"61b717790443c9004106e232","character":"Math Teacher","episode_count":1}],"total_episode_count":1,"order":24},{"adult":false,"gender":2,"id":21317,"known_for_department":"Acting","name":"Daeg Faerch","original_name":"Daeg Faerch","popularity":4.675,"profile_path":"/hXO449dEfMEJi8HOciQIKIqAmQr.jpg","roles":[{"credit_id":"61b7179603726400636209aa","character":"Mitch","episode_count":1}],"total_episode_count":1,"order":25},{"adult":false,"gender":0,"id":3379187,"known_for_department":"Acting","name":"Daelo Jin Walton","original_name":"Daelo Jin Walton","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61de43bf5c071b0043fa9f77","character":"6-Year-Old Ashtray","episode_count":1}],"total_episode_count":1,"order":27},{"adult":false,"gender":2,"id":1506297,"known_for_department":"Acting","name":"Mason Shea Joyce","original_name":"Mason Shea Joyce","popularity":3.783,"profile_path":"/93uP19JB418DQdTxbF0K3KECJLp.jpg","roles":[{"credit_id":"61de43cb07291c0067fb7ef8","character":"Young Fezco","episode_count":1}],"total_episode_count":1,"order":28},{"adult":false,"gender":1,"id":17920,"known_for_department":"Acting","name":"Kathrine Narducci","original_name":"Kathrine Narducci","popularity":12.373,"profile_path":"/bOxhHtEtmhdfVmnL0KyG4SPDlwJ.jpg","roles":[{"credit_id":"61de44046743fa008f9b8643","character":"Grandma","episode_count":1}],"total_episode_count":1,"order":29},{"adult":false,"gender":2,"id":41341,"known_for_department":"Acting","name":"Andy Mackenzie","original_name":"Andy Mackenzie","popularity":0.84,"profile_path":"/q8qdAq4xuBlcW4P5FinpRHexk9T.jpg","roles":[{"credit_id":"61de4429441b03001c935b14","character":"Bowl-Cut","episode_count":1}],"total_episode_count":1,"order":31},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","roles":[{"credit_id":"61f9147c0721660099979e40","character":"Gospel Singer","episode_count":1}],"total_episode_count":1,"order":34},{"adult":false,"gender":2,"id":64343,"known_for_department":"Acting","name":"John Ales","original_name":"John Ales","popularity":5.99,"profile_path":"/d8jC0dF0iuzx2XnNxneFgK5eJeK.jpg","roles":[{"credit_id":"600b900fc86b3a003fbd9eb9","character":"David Vaughn","episode_count":1}],"total_episode_count":1,"order":151},{"adult":false,"gender":2,"id":3204986,"known_for_department":"Acting","name":"Demetrius 'Lil Meech' Flenory","original_name":"Demetrius 'Lil Meech' Flenory","popularity":1.214,"profile_path":"/zbbaLXEs1wnMQjrgrerurDHcY6R.jpg","roles":[{"credit_id":"61fc21b964de3500b75e59cd","character":"Travis","episode_count":1}],"total_episode_count":1,"order":170},{"adult":false,"gender":0,"id":2239940,"known_for_department":"Acting","name":"Meeko","original_name":"Meeko","popularity":1.22,"profile_path":null,"roles":[{"credit_id":"61fc078764de350068e16f8f","character":"Mouse","episode_count":1}],"total_episode_count":1,"order":171},{"adult":false,"gender":0,"id":2116763,"known_for_department":"Acting","name":"Philip Ursino","original_name":"Philip Ursino","popularity":0.728,"profile_path":null,"roles":[{"credit_id":"61fc21dd59e8a9001b160d01","character":"Paulie","episode_count":1}],"total_episode_count":1,"order":172},{"adult":false,"gender":0,"id":2367261,"known_for_department":"Acting","name":"Ash Khan","original_name":"Ash Khan","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc21f8ae6f0900a2e4c1ef","character":"Dr. Salah","episode_count":1}],"total_episode_count":1,"order":173},{"adult":false,"gender":0,"id":2021029,"known_for_department":"Acting","name":"Isabella Brenza","original_name":"Isabella Brenza","popularity":3.063,"profile_path":"/lBs5Mxlh798UtoQQrdvoL69kpTj.jpg","roles":[{"credit_id":"61fc220aeee1860044e439f5","character":"Girl in Backroom","episode_count":1}],"total_episode_count":1,"order":175},{"adult":false,"gender":0,"id":2722700,"known_for_department":"Production","name":"Oscar Pereida","original_name":"Oscar Pereida","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc221e559d2200c7d1890d","character":"Cashier","episode_count":1}],"total_episode_count":1,"order":177},{"adult":false,"gender":2,"id":1129158,"known_for_department":"Acting","name":"Mike G.","original_name":"Mike G.","popularity":0.75,"profile_path":"/g4Vp1kQq6E05Czb1JNyIFbfVWO0.jpg","roles":[{"credit_id":"61fc222a1e259a009df579a6","character":"Strip Club Bouncer","episode_count":1}],"total_episode_count":1,"order":178},{"adult":false,"gender":0,"id":1759243,"known_for_department":"Acting","name":"Rogelio Camarillo","original_name":"Rogelio Camarillo","popularity":0.98,"profile_path":"/cQ3BRNdRnuB5DDXn82sxZbqAQz3.jpg","roles":[{"credit_id":"61fc2233072166006da89160","character":"Strip Club Bartender","episode_count":1}],"total_episode_count":1,"order":179},{"adult":false,"gender":1,"id":2625529,"known_for_department":"Acting","name":"Sydney Martin","original_name":"Sydney Martin","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc223c41429100d4fddc17","character":"Bikini Girl","episode_count":1}],"total_episode_count":1,"order":180},{"adult":true,"gender":1,"id":591844,"known_for_department":"Acting","name":"Aiden Ashley","original_name":"Aiden Ashley","popularity":4.689,"profile_path":"/9BPDh8wlgJg2tgCS5AhfeuvXsDs.jpg","roles":[{"credit_id":"61fc22456f31af008f856f73","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":181},{"adult":true,"gender":1,"id":2335449,"known_for_department":"Acting","name":"Diana Grace","original_name":"Diana Grace","popularity":2.09,"profile_path":"/jrl1oOz73507qIQw1bhNEnZ7ZKG.jpg","roles":[{"credit_id":"61fc224d7a97ab00a968e6df","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":182},{"adult":true,"gender":1,"id":3235895,"known_for_department":"Acting","name":"Kenzie Anne","original_name":"Kenzie Anne","popularity":10.171,"profile_path":"/mdlKbtePONhkLoZnc3xwyLwTi63.jpg","roles":[{"credit_id":"61fc2256559d22006a0a3817","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":183},{"adult":false,"gender":0,"id":3411139,"known_for_department":"Acting","name":"Trenee Bowman","original_name":"Trenee Bowman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc225e68929c00a4858c4a","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":184},{"adult":false,"gender":0,"id":3411140,"known_for_department":"Acting","name":"Shannon Caetano","original_name":"Shannon Caetano","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc226768929c0122a48694","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":185},{"adult":false,"gender":0,"id":3411141,"known_for_department":"Acting","name":"Kiajah Powell","original_name":"Kiajah Powell","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc227068929c0122a486ba","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":186},{"adult":false,"gender":0,"id":3411142,"known_for_department":"Acting","name":"Consuella Torres","original_name":"Consuella Torres","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc227868929c00422c0ebd","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":187},{"adult":false,"gender":2,"id":1569982,"known_for_department":"Acting","name":"Brock O'Hurn","original_name":"Brock O'Hurn","popularity":3.168,"profile_path":"/3HMTNv2YDcWsAnJvwJyHDMpBTPR.jpg","roles":[{"credit_id":"61fc091ffe6c182eb87bca8e","character":"Super Hot Warrior Man","episode_count":1}],"total_episode_count":1,"order":191},{"adult":false,"gender":0,"id":2415031,"known_for_department":"Acting","name":"Robyn Okrant","original_name":"Robyn Okrant","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc24918c0a4800970bf1b0","character":"Receptionist","episode_count":1}],"total_episode_count":1,"order":192},{"adult":false,"gender":0,"id":3411151,"known_for_department":"Acting","name":"Ziayla Pizarro","original_name":"Ziayla Pizarro","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc249dfe6c1800f43ad4cf","character":"Elliot's Cousin","episode_count":1}],"total_episode_count":1,"order":193},{"adult":false,"gender":0,"id":3411152,"known_for_department":"Acting","name":"Christin Byrdsong","original_name":"Christin Byrdsong","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc24aadfaae9009c573d21","character":"Guy in Motel Room","episode_count":1}],"total_episode_count":1,"order":194},{"adult":false,"gender":0,"id":3411153,"known_for_department":"Acting","name":"Anna Smith","original_name":"Anna Smith","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc24f5ae6f090043f2fa49","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":195},{"adult":false,"gender":0,"id":3411154,"known_for_department":"Acting","name":"Andrea Somer","original_name":"Andrea Somer","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2504b6abc400c1e97493","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":196},{"adult":false,"gender":0,"id":1543404,"known_for_department":"Acting","name":"Amanda LaCount","original_name":"Amanda LaCount","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc2516eee186490a1ad162","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":198},{"adult":false,"gender":0,"id":3411155,"known_for_department":"Acting","name":"Jackie Winn","original_name":"Jackie Winn","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2522eee186490a1ad190","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":199},{"adult":false,"gender":0,"id":3411156,"known_for_department":"Acting","name":"Bree Kish","original_name":"Bree Kish","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc252b68929c00a48591d4","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":200},{"adult":false,"gender":0,"id":3281116,"known_for_department":"Acting","name":"Emily Roslyn Villarreal","original_name":"Emily Roslyn Villarreal","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25337390c0006dc53cdb","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":201},{"adult":false,"gender":0,"id":3411157,"known_for_department":"Acting","name":"Jewell Farshad","original_name":"Jewell Farshad","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc253ceee1860044e43f3e","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":202},{"adult":false,"gender":1,"id":1820335,"known_for_department":"Acting","name":"Annie Hsu","original_name":"Annie Hsu","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2545d100b60115534dbe","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":203},{"adult":false,"gender":0,"id":3411158,"known_for_department":"Acting","name":"Chloe Bunce","original_name":"Chloe Bunce","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc254d68929c0068b1557d","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":204},{"adult":false,"gender":0,"id":3411159,"known_for_department":"Acting","name":"Elias Kacavas","original_name":"Elias Kacavas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25961e259a009df580bd","character":"18 Year-Old Cal","episode_count":1}],"total_episode_count":1,"order":205},{"adult":false,"gender":1,"id":3411160,"known_for_department":"Acting","name":"Rebecca Louise","original_name":"Rebecca Louise","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25ceb7abb50043339d82","character":"17 Year-Old Marsha","episode_count":1}],"total_episode_count":1,"order":206},{"adult":false,"gender":0,"id":3186291,"known_for_department":"Acting","name":"Anouk Samuel","original_name":"Anouk Samuel","popularity":1.38,"profile_path":null,"roles":[{"credit_id":"61fc25d6cb80280092209751","character":"Lisa","episode_count":1}],"total_episode_count":1,"order":207},{"adult":false,"gender":2,"id":113006,"known_for_department":"Acting","name":"James C. Burns","original_name":"James C. Burns","popularity":2.241,"profile_path":"/lo4k6Vl7lo5DlU8sSqi3e0GEAXp.jpg","roles":[{"credit_id":"61fc25ddae6f0901157b48fd","character":"Bud","episode_count":1}],"total_episode_count":1,"order":208},{"adult":false,"gender":1,"id":59846,"known_for_department":"Acting","name":"Joanne Baron","original_name":"Joanne Baron","popularity":3.185,"profile_path":"/cd9dbkbTcDTtFWli2YrkYMgiwGU.jpg","roles":[{"credit_id":"61fc25e57390c00118859723","character":"Judy","episode_count":1}],"total_episode_count":1,"order":209},{"adult":false,"gender":2,"id":1183744,"known_for_department":"Acting","name":"Jason Medwin","original_name":"Jason Medwin","popularity":1.646,"profile_path":null,"roles":[{"credit_id":"61fc260a1e259a009df58133","character":"Wrestling Coach","episode_count":1}],"total_episode_count":1,"order":211},{"adult":false,"gender":0,"id":2418325,"known_for_department":"Acting","name":"Ernie González Jr.","original_name":"Ernie González Jr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2615ce997a00445f96fd","character":"Vice Principal","episode_count":1}],"total_episode_count":1,"order":212},{"adult":false,"gender":1,"id":2382697,"known_for_department":"Acting","name":"Christie Nicole Chaplin","original_name":"Christie Nicole Chaplin","popularity":1.573,"profile_path":"/r49c1EDhnECIfaLsNpTAsRnl5Oo.jpg","roles":[{"credit_id":"61fc26204142916e34219b62","character":"Young Cal's Sister","episode_count":1}],"total_episode_count":1,"order":213},{"adult":false,"gender":0,"id":1391885,"known_for_department":"Acting","name":"Audrey Walters","original_name":"Audrey Walters","popularity":1.159,"profile_path":"/rBfLWEyHDMenAMZMolXT1dgYUpc.jpg","roles":[{"credit_id":"61fc2629cb80280069fcfb2c","character":"Young Cal's Mom","episode_count":1}],"total_episode_count":1,"order":214},{"adult":false,"gender":0,"id":3411166,"known_for_department":"Acting","name":"Suzanne Egertson","original_name":"Suzanne Egertson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2632bf0f63006c6fa5b9","character":"Derek's New Girlfriend","episode_count":1}],"total_episode_count":1,"order":215},{"adult":false,"gender":0,"id":3411168,"known_for_department":"Acting","name":"Bryan Charles Feldman","original_name":"Bryan Charles Feldman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc263b8c0a4800690631d4","character":"Ethan's Dad","episode_count":1}],"total_episode_count":1,"order":216},{"adult":false,"gender":0,"id":3411169,"known_for_department":"Acting","name":"Joshua Hoyo Jr.","original_name":"Joshua Hoyo Jr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26444142916e34219bc5","character":"Meat Head Jock","episode_count":1}],"total_episode_count":1,"order":217},{"adult":false,"gender":0,"id":2049533,"known_for_department":"Acting","name":"Brooklyn Brailsford","original_name":"Brooklyn Brailsford","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc264ceee18600f7f9055e","character":"Hot Girl","episode_count":1}],"total_episode_count":1,"order":218},{"adult":false,"gender":1,"id":2881700,"known_for_department":"Acting","name":"Marsha Gambles","original_name":"Marsha Gambles","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"5fcea39a6af8f8003f09cba5","character":"Miss Marsha","episode_count":1}],"total_episode_count":1,"order":219},{"adult":false,"gender":0,"id":3411171,"known_for_department":"Acting","name":"Marlis Yurcisin","original_name":"Marlis Yurcisin","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc265edfaae9006ab1b758","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":219},{"adult":false,"gender":0,"id":3411174,"known_for_department":"Acting","name":"Nicole Thompson","original_name":"Nicole Thompson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26865c3247009503a4be","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":220},{"adult":false,"gender":1,"id":1941640,"known_for_department":"Acting","name":"Sally Brunski","original_name":"Sally Brunski","popularity":5.219,"profile_path":"/txgZOkq91cSqgs3arJBtno7QMKY.jpg","roles":[{"credit_id":"61fc2690eee1860044e441fe","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":221},{"adult":false,"gender":0,"id":1773749,"known_for_department":"Lighting","name":"Danny Durr","original_name":"Danny Durr","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc269a559d22001b95d6a5","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":222},{"adult":false,"gender":2,"id":1367508,"known_for_department":"Directing","name":"Steve Gehrke","original_name":"Steve Gehrke","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26a56f31af00e649fcfd","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":223},{"adult":false,"gender":0,"id":1612490,"known_for_department":"Costume \u0026 Make-Up","name":"Angelina Vitto","original_name":"Angelina Vitto","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26ae7390c0001dab22a3","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":224},{"adult":false,"gender":0,"id":1505217,"known_for_department":"Acting","name":"Herman Jackson","original_name":"Herman Jackson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2707cb80280069fcfc6a","character":"Organist","episode_count":1}],"total_episode_count":1,"order":225},{"adult":false,"gender":0,"id":2900952,"known_for_department":"Acting","name":"Lafayette R. Dorsey Sr.","original_name":"Lafayette R. Dorsey Sr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2710bf0f63011a66b051","character":"Minister","episode_count":1}],"total_episode_count":1,"order":226},{"adult":false,"gender":2,"id":1094420,"known_for_department":"Acting","name":"Saxon Anderson","original_name":"Saxon Anderson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc272bfe6c18009387241b","character":"Outskirts Bartender","episode_count":1}],"total_episode_count":1,"order":227},{"adult":false,"gender":0,"id":1420973,"known_for_department":"Crew","name":"Michael Hilow","original_name":"Michael Hilow","popularity":0.996,"profile_path":null,"roles":[{"credit_id":"61fc273b8c0a4869ee154322","character":"Clerk","episode_count":1}],"total_episode_count":1,"order":228},{"adult":false,"gender":2,"id":3394224,"known_for_department":"Acting","name":"Eric Barron","original_name":"Eric Barron","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc274568929c00f62d36be","character":"Skinny Guy","episode_count":1}],"total_episode_count":1,"order":229},{"adult":false,"gender":1,"id":2908024,"known_for_department":"Acting","name":"Coco Lloyd","original_name":"Coco Lloyd","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc274dcb8028001c580c3d","character":"Tammy","episode_count":1}],"total_episode_count":1,"order":230},{"adult":false,"gender":1,"id":2049953,"known_for_department":"Acting","name":"Elise Luthman","original_name":"Elise Luthman","popularity":0.992,"profile_path":"/6MHLrKdB2ZqOV3UWaE6TBZThH5o.jpg","roles":[{"credit_id":"61fc27565c32470116fa827b","character":"Sandy","episode_count":1}],"total_episode_count":1,"order":231},{"adult":false,"gender":1,"id":1253106,"known_for_department":"Acting","name":"Elle Alexander","original_name":"Elle Alexander","popularity":2.615,"profile_path":"/6MZFAolCYO4Gq3GyhdRbvf1XbhN.jpg","roles":[{"credit_id":"61fc275ffe6c1800c20b1159","character":"Molly","episode_count":1}],"total_episode_count":1,"order":232},{"adult":false,"gender":0,"id":3411179,"known_for_department":"Acting","name":"Winter Bassett","original_name":"Winter Bassett","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2771eee18600cd3d7e6d","character":"Stacey","episode_count":1}],"total_episode_count":1,"order":233},{"adult":false,"gender":1,"id":2101073,"known_for_department":"Acting","name":"Nikkie de Jager","original_name":"Nikkie de Jager","popularity":0.6,"profile_path":"/zQ8TEVI0LTqi7wbPld6y4BVnAmn.jpg","roles":[{"credit_id":"61fdc51c025764010bee9d76","character":"Influencer (archive footage)","episode_count":1}],"total_episode_count":1,"order":234},{"adult":false,"gender":0,"id":3416262,"known_for_department":"Acting","name":"Alumière Glass","original_name":"Alumière Glass","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6200912511386c004305367b","character":"3-Year-Old Rue","episode_count":1}],"total_episode_count":1,"order":235},{"adult":true,"gender":1,"id":236030,"known_for_department":"Acting","name":"Jessie Andrews","original_name":"Jessie Andrews","popularity":2.911,"profile_path":"/miJ1dy5mYGLloLCQvoSdeCnT2ye.jpg","roles":[{"credit_id":"62009144cf4b8b0066ae0d8d","character":"Ella","episode_count":1}],"total_episode_count":1,"order":236},{"adult":false,"gender":1,"id":2346405,"known_for_department":"Acting","name":"Susan Louise O'Connor","original_name":"Susan Louise O'Connor","popularity":1.322,"profile_path":null,"roles":[{"credit_id":"620aabf0014325008d2494c0","character":"Waitress","episode_count":1}],"total_episode_count":1,"order":237},{"adult":false,"gender":1,"id":1897539,"known_for_department":"Acting","name":"Kathy Dorn","original_name":"Kathy Dorn","popularity":0.828,"profile_path":"/s6EUNi9NRRvuvVXgb6NhPp3F6tK.jpg","roles":[{"credit_id":"621fb25b41aac40044e555ec","character":"Invested Audience Girl","episode_count":1}],"total_episode_count":1,"order":251},{"adult":false,"gender":0,"id":3057748,"known_for_department":"Acting","name":"Aaron Holliday","original_name":"Aaron Holliday","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"621fb2cc001bbd006cad5ecd","character":"Skye","episode_count":1}],"total_episode_count":1,"order":254},{"adult":false,"gender":0,"id":3450006,"known_for_department":"Acting","name":"Ricky Guzman","original_name":"Ricky Guzman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb2ec7719d70044f56e66","character":"Ricki","episode_count":1}],"total_episode_count":1,"order":255},{"adult":true,"gender":1,"id":2085404,"known_for_department":"Acting","name":"Ashley Lane","original_name":"Ashley Lane","popularity":17.904,"profile_path":"/r3vQlZiPoNLGcdQRUDwuZhzVkWk.jpg","roles":[{"credit_id":"621fb54a001bbd006cad6a22","character":"Bambi","episode_count":1}],"total_episode_count":1,"order":256},{"adult":false,"gender":0,"id":3450019,"known_for_department":"Acting","name":"Liam Manfredonia","original_name":"Liam Manfredonia","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5786b5fc2006b9db26c","character":"Hard Harry","episode_count":1}],"total_episode_count":1,"order":257},{"adult":false,"gender":0,"id":1035863,"known_for_department":"Acting","name":"Adam Popp","original_name":"Adam Popp","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb593f706de0043cc24c5","character":"Cop","episode_count":1}],"total_episode_count":1,"order":258},{"adult":false,"gender":0,"id":3450021,"known_for_department":"Acting","name":"Joe Robinson","original_name":"Joe Robinson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5aa001bbd006cad6b81","character":"Cop","episode_count":1}],"total_episode_count":1,"order":259},{"adult":false,"gender":0,"id":1826530,"known_for_department":"Crew","name":"Jeffrey G. Barnett","original_name":"Jeffrey G. Barnett","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5cd902012006d445c56","character":"Cop","episode_count":1}],"total_episode_count":1,"order":260},{"adult":false,"gender":2,"id":112119,"known_for_department":"Acting","name":"Derek Graf","original_name":"Derek Graf","popularity":3.62,"profile_path":"/wwa2VZwRjXYrXv5kdhj9dIgQn8I.jpg","roles":[{"credit_id":"621fb5e7f706de0043cc2682","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":261},{"adult":false,"gender":2,"id":1696636,"known_for_department":"Crew","name":"David Castillo","original_name":"David Castillo","popularity":0.6,"profile_path":"/jlQLRRhOJB3bkXNMletYPio8pS4.jpg","roles":[{"credit_id":"621fb67f058224006c466ce9","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":262},{"adult":false,"gender":0,"id":3450028,"known_for_department":"Acting","name":"Joe Dominguez","original_name":"Joe Dominguez","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb6d6f706de001b414715","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":263},{"adult":false,"gender":0,"id":1894537,"known_for_department":"Acting","name":"Wilson Wong","original_name":"Wilson Wong","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb6feeea34d001b0e9d4b","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":264},{"adult":false,"gender":0,"id":1455749,"known_for_department":"Acting","name":"Nick Epper","original_name":"Nick Epper","popularity":1.4,"profile_path":null,"roles":[{"credit_id":"621fb70f41aac40044e5680c","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":265},{"adult":false,"gender":0,"id":2980136,"known_for_department":"Production","name":"Laphea Coleman","original_name":"Laphea Coleman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb90d8a88b2006dd85740","character":"Student (uncredited)","episode_count":1}],"total_episode_count":1,"order":266},{"adult":false,"gender":0,"id":3458154,"known_for_department":"Acting","name":"Leo Llenas","original_name":"Leo Llenas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ea550d5d850047a1c0ef","character":"Makeout Guy","episode_count":1}],"total_episode_count":1,"order":267},{"adult":false,"gender":0,"id":3458158,"known_for_department":"Acting","name":"Malia Barnhardt","original_name":"Malia Barnhardt","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227eb3435818f0046f83725","character":"14-Year-Old-Leslie","episode_count":1}],"total_episode_count":1,"order":268},{"adult":false,"gender":2,"id":34050,"known_for_department":"Writing","name":"Allan Loeb","original_name":"Allan Loeb","popularity":1.573,"profile_path":null,"roles":[{"credit_id":"6227eb9f1130bd0067c4547c","character":"Gabe","episode_count":1}],"total_episode_count":1,"order":269},{"adult":false,"gender":0,"id":3430110,"known_for_department":"Acting","name":"Davison Locksley","original_name":"Davison Locksley","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227eba82f1be00045ac0b95","character":"Homeless Man","episode_count":1}],"total_episode_count":1,"order":270},{"adult":false,"gender":2,"id":92488,"known_for_department":"Crew","name":"Kevin Beard","original_name":"Kevin Beard","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ebc7b76cbb001b9ff4a5","character":"Cop","episode_count":1}],"total_episode_count":1,"order":271},{"adult":false,"gender":0,"id":3411027,"known_for_department":"Acting","name":"Keilani Arellanes","original_name":"Keilani Arellanes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc09501e259a00700d29e5","character":"11-Year-Old Maddy","episode_count":1}],"total_episode_count":1,"order":271},{"adult":false,"gender":0,"id":2700175,"known_for_department":"Acting","name":"Brynda Mattox","original_name":"Brynda Mattox","popularity":2.092,"profile_path":"/LDvMgn8OLJHnULNzIsoBtqRfVc.jpg","roles":[{"credit_id":"61fc086841429100d4fdad6e","character":"Fezco's Grandmother","episode_count":1}],"total_episode_count":1,"order":272},{"adult":false,"gender":0,"id":3458164,"known_for_department":"Acting","name":"Michael Ferragamo","original_name":"Michael Ferragamo","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ebcf1bf266004616a65c","character":"Cop","episode_count":1}],"total_episode_count":1,"order":272}],"crew":[{"adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null,"jobs":[{"credit_id":"60f7fa349603310081152f4b","job":"Production Design","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111f00582240042abb9ff","job":"Art Direction","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111e63d4d9600919554e1","job":"Art Direction","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111f73d4d96002e5f23ab","job":"Supervising Art Director","episode_count":3}],"department":"Art","total_episode_count":3},{"adult":false,"gender":0,"id":2861793,"known_for_department":"Art","name":"Julia Altschul","original_name":"Julia Altschul","popularity":0.676,"profile_path":null,"jobs":[{"credit_id":"60f7fa71fd140b005d2b8a61","job":"Set Decoration","episode_count":2}],"department":"Art","total_episode_count":2},{"adult":false,"gender":1,"id":963377,"known_for_department":"Costume \u0026 Make-Up","name":"Heidi Bivens","original_name":"Heidi Bivens","popularity":1.22,"profile_path":null,"jobs":[{"credit_id":"61a11200058224002664ba9e","job":"Costume Design","episode_count":8}],"department":"Costume \u0026 Make-Up","total_episode_count":8},{"adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61400fa794d8a80043fcbd7b","job":"Makeup Department Head","episode_count":3}],"department":"Costume \u0026 Make-Up","total_episode_count":3},{"adult":false,"gender":0,"id":1551525,"known_for_department":"Costume \u0026 Make-Up","name":"Kimberly Kimble","original_name":"Kimberly Kimble","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61feb141dd926a0110238bbb","job":"Hair Department Head","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":0,"id":3385979,"known_for_department":"Crew","name":"Jeslian Lopez","original_name":"Jeslian Lopez","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e4e69bdb8a0000407478a5","job":"Visual Effects Art Director","episode_count":8}],"department":"Crew","total_episode_count":8},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","jobs":[{"credit_id":"5d078a71925141488abbac4a","job":"Director","episode_count":8}],"department":"Directing","total_episode_count":8},{"adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7fa19944a5700303d880d","job":"Co-Editor","episode_count":2}],"department":"Editing","total_episode_count":2},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61feb0c5197de4008e0709f1","job":"Supervising Editor","episode_count":1}],"department":"Editing","total_episode_count":1},{"adult":false,"gender":0,"id":1924906,"known_for_department":"Editing","name":"Laura Zempel","original_name":"Laura Zempel","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f62d3103250046cd2c84","job":"Editor","episode_count":1}],"department":"Editing","total_episode_count":1},{"adult":false,"gender":0,"id":1324187,"known_for_department":"Editing","name":"Aaron I. Butler","original_name":"Aaron I. Butler","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e58a3ef5c824004293dfec","job":"Editor","episode_count":1}],"department":"Editing","total_episode_count":1},{"adult":false,"gender":0,"id":2058384,"known_for_department":"Production","name":"Hadas Mozes Lichtenstein","original_name":"Hadas Mozes Lichtenstein","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"619d6281af58cb0091bc48bc","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"619d628d63536a0043a4df3e","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"jobs":[{"credit_id":"619d6298af58cb00444c5a60","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":3385974,"known_for_department":"Acting","name":"Yahir Rodriguez","original_name":"Yahir Rodriguez","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e4e654b7abb500a242dbe7","job":"Casting Coordinator","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","jobs":[{"credit_id":"5fd693b1cfe48f00404f70e4","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":74534,"known_for_department":"Production","name":"Kevin Turen","original_name":"Kevin Turen","popularity":3.443,"profile_path":null,"jobs":[{"credit_id":"619d61fdaf58cb0091bc47fe","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","jobs":[{"credit_id":"5febdecfd7107e003f27eacf","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":2438759,"known_for_department":"Production","name":"Adel 'Future' Nur","original_name":"Adel 'Future' Nur","popularity":1.9,"profile_path":null,"jobs":[{"credit_id":"619d621ebc2cb300642f7ce5","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":1653896,"known_for_department":"Crew","name":"Kenneth Yu","original_name":"Kenneth Yu","popularity":0.98,"profile_path":null,"jobs":[{"credit_id":"619d62abf90b19002a99ecbe","job":"Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":1619915,"known_for_department":"Production","name":"Will Greenfield","original_name":"Will Greenfield","popularity":0.98,"profile_path":null,"jobs":[{"credit_id":"619d620e4f9a9900245498cb","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":1590721,"known_for_department":"Production","name":"Ravi Nandan","original_name":"Ravi Nandan","popularity":1.258,"profile_path":null,"jobs":[{"credit_id":"619d61f0c0ae360089159afe","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":197315,"known_for_department":"Acting","name":"Drake","original_name":"Drake","popularity":2.372,"profile_path":"/tE0ZkWBP2rLj8u0NJqmMi1h1kb1.jpg","jobs":[{"credit_id":"5febdec61511aa003df59933","job":"Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":2077657,"known_for_department":"Production","name":"Harrison Kreiss","original_name":"Harrison Kreiss","popularity":0.614,"profile_path":null,"jobs":[{"credit_id":"619d62d3e2ff320043798113","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"619d62e069d2800060eb6cf6","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":1,"id":2484106,"known_for_department":"Production","name":"Ashley Levinson","original_name":"Ashley Levinson","popularity":2.602,"profile_path":"/b0hMHB7BysInoGz2MeQFNHml445.jpg","jobs":[{"credit_id":"619d62c5c0ae360044fb592e","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","jobs":[{"credit_id":"5febdf4e64f716003d102f80","job":"Original Music Composer","episode_count":8}],"department":"Sound","total_episode_count":8},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","jobs":[{"credit_id":"62d747918a0e9b005986be6d","job":"Songs","episode_count":1}],"department":"Sound","total_episode_count":1},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"jobs":[{"credit_id":"5febddde07a808004093a3c9","job":"Original Series Creator","episode_count":8}],"department":"Writing","total_episode_count":8},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"5febde9dbf7744003d29c06d","job":"Original Series Creator","episode_count":8}],"department":"Writing","total_episode_count":8}],"id":220804}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the credits for TV season.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 389dba74-e337-4a04-87d1-b45b28f6ec11 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 464885c328b130cdbd7e576f473bae2342ae5d5d |
| X-Memc-Age | 630 |
| X-Memc-Expires | 14234 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:59:49 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"bfba5124b8aa79e56bcb0fd1fd0f1fcf" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | WMYKc8k60rWTHLAdCID81_Zb1pYkachJfxL8KS7u11KU4_cCMGAFdw== |
| Age | 4157 |
{"id":220804,"translations":[{"iso_3166_1":"SA","iso_639_1":"ar","name":"العربية","english_name":"Arabic","data":{"name":"","overview":""}},{"iso_3166_1":"BG","iso_639_1":"bg","name":"български език","english_name":"Bulgarian","data":{"name":"","overview":""}},{"iso_3166_1":"CZ","iso_639_1":"cs","name":"Český","english_name":"Czech","data":{"name":"","overview":""}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"name":"","overview":""}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"name":"","overview":""}},{"iso_3166_1":"GR","iso_639_1":"el","name":"ελληνικά","english_name":"Greek","data":{"name":"","overview":""}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"name":"","overview":"The lines between fantasy and reality begin to blur as Kat contemplates ending her relationship and Jules, craving Rue's affection, ponders hers. Rue pursues a new dangerous business venture as she sinks deep into her addiction, largely caused by her guilt-ridden new friend Eliott. Cassie struggles with her celibacy and starts to drift, while Lexi pours herself into mounting a school play. Nate him, is in full redemption, trying to redeem the mistakes of his father. This second season is a real descent into hell for each of its characters."}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"","overview":""}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"","overview":""}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"name":"","overview":""}},{"iso_3166_1":"FI","iso_639_1":"fi","name":"suomi","english_name":"Finnish","data":{"name":"","overview":""}},{"iso_3166_1":"CA","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"","overview":""}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"","overview":"Les frontières entre la fantaisie et la réalité commencent à s'estomper alors que Kat envisage de mettre fin à sa relation et que Jules, en manque d'affection de la part de Rue, réfléchit à la sienne. Rue entamme un nouveau buisness dangereux alors qu'elle ressombre grandement dans son addiction, grandement causée par son nouvel ami Eliott, qui culpabilise. Cassie n'arrive pas à rester célibataire et commence à dériver, tandis que Lexi se consacre à monter une pièce de théâtre à l'école. Nate lui, est en pleine rédemption. Cette seconde saison est une véritable descente aux enfers pour chacun de ses personnages."}},{"iso_3166_1":"IL","iso_639_1":"he","name":"עִבְרִית","english_name":"Hebrew","data":{"name":"","overview":""}},{"iso_3166_1":"HR","iso_639_1":"hr","name":"Hrvatski","english_name":"Croatian","data":{"name":"2. sezona","overview":"Usred isprepletenih života u gradu East Highlandu, 17-godišnja Rue (Zendaya) mora pronaći nadu dok uravnotežuje pritiske ljubavi, gubitka i ovisnosti."}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"name":"","overview":""}},{"iso_3166_1":"IT","iso_639_1":"it","name":"Italiano","english_name":"Italian","data":{"name":"","overview":""}},{"iso_3166_1":"JP","iso_639_1":"ja","name":"日本語","english_name":"Japanese","data":{"name":"","overview":""}},{"iso_3166_1":"GE","iso_639_1":"ka","name":"ქართული","english_name":"Georgian","data":{"name":"","overview":""}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"name":"","overview":"약물과 성, 트라우마, 범죄 그리고 소셜 미디어가 가득한 세상 속에서 사랑과 우정 사이에서 갈등하는 10대 청소년들의 이야기"}},{"iso_3166_1":"LT","iso_639_1":"lt","name":"Lietuvių","english_name":"Lithuanian","data":{"name":"","overview":""}},{"iso_3166_1":"LV","iso_639_1":"lv","name":"Latviešu","english_name":"Latvian","data":{"name":"","overview":""}},{"iso_3166_1":"NO","iso_639_1":"nb","name":"Bokmål","english_name":"Norwegian Bokmål","data":{"name":"","overview":""}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"name":"","overview":""}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"name":"","overview":"W drugim sezonie 17-letnia Rue musi odnaleźć nadzieję, balansując jednocześnie między presją wywoływaną przez miłość, stratę i uzależnienie."}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"","overview":""}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"","overview":""}},{"iso_3166_1":"RO","iso_639_1":"ro","name":"Română","english_name":"Romanian","data":{"name":"","overview":""}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"name":"","overview":""}},{"iso_3166_1":"SK","iso_639_1":"sk","name":"Slovenčina","english_name":"Slovak","data":{"name":"","overview":""}},{"iso_3166_1":"SE","iso_639_1":"sv","name":"svenska","english_name":"Swedish","data":{"name":"","overview":""}},{"iso_3166_1":"TH","iso_639_1":"th","name":"ภาษาไทย","english_name":"Thai","data":{"name":"","overview":""}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"name":"","overview":"Kat, ilişkisini bitirmeyi düşünürken ve Rue'nun sevgisine can atan Jules, onunkileri düşünürken, fantezi ve gerçeklik arasındaki çizgiler bulanıklaşmaya başlar. Rue, büyük ölçüde suçluluk içindeki yeni arkadaşı Eliott'un neden olduğu bağımlılığının derinliklerine inerken, yeni ve tehlikeli bir iş girişiminin peşine düşer. Cassie bekarlığıyla mücadele eder ve sürüklenmeye başlar, Lexi ise kendini bir okul oyunu sahnelemeye adar. Nate onu, babasının hatalarını telafi etmeye çalışan tam bir kefaret içinde. Bu ikinci sezon, karakterlerin her biri için gerçek bir cehenneme iniş."}},{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"name":"","overview":""}},{"iso_3166_1":"VN","iso_639_1":"vi","name":"Tiếng Việt","english_name":"Vietnamese","data":{"name":"","overview":""}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"","overview":""}},{"iso_3166_1":"TW","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"","overview":""}}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the external ids for a TV season. We currently support the following external sources.
| **Media Databases** |
| ------------------- |
| TVDB ID |
| Freebase MID* |
| Freebase ID* |
| TVRage ID* |
*Defunct or no longer available as a service.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | f61b9989-5b0b-41dd-acfa-2fdc4849153b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 21dedcf68fbd5869929067fc380c8f61fa274ff4 |
| X-Memc-Age | 7818 |
| X-Memc-Expires | 9453 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:59:49 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"751bb5d2c9b4640584206def55d7a12c" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | yOjiWO8NtQ85UIXSUhnXTs7D9fgBzB013F1y1P2ZBtIEZ6qKjKSTMg== |
| Age | 4157 |
{"id":220804,"freebase_mid":null,"freebase_id":null,"tvdb_id":1968650,"tvrage_id":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the videos that have been added to a TV season.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 28, 2021 | A new `include_video_language` filter is now available. You can use this filter the same way you use `include_image_language` on image calls. We also added two new fields, `official` and `published_at` to the video response. |
| March 23, 2019 | Vimeo was added as a video source. |
| March 20, 2019 | "Behind the Scenes" and "Bloopers" and "Recap" were added as valid video types. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 270fc0a8-5dec-43d5-a9a9-5cfbcb8594e6 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 3d6b95832de3fb36cf81d87c01c1468bbb328232 |
| X-Memc-Age | 9637 |
| X-Memc-Expires | 7293 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:59:49 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"c49f83a28fe05552f1c7886472ea28f3" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | bass7oIuTJ6hGZRQoJFCKY4G8v16fpkUC96KAWPPavxdIo4Er4da_g== |
| Age | 4157 |
{"id":220804,"results":[{"iso_639_1":"en","iso_3166_1":"US","name":"in the weeks ahead","key":"8A3mveYm1NE","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2022-01-10T03:00:06.000Z","id":"61de44db6e0d72001b6e682f"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official Trailer","key":"JdwZwrs8Qt0","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2021-12-20T18:01:35.000Z","id":"61c0c6bc105611001ccdb7f3"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official Tease","key":"RPz_XktsEFE","site":"YouTube","size":1080,"type":"Teaser","official":true,"published_at":"2021-11-23T18:39:04.000Z","id":"619d5f7252dc7f0062b4c43a"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the primary TV show details by id.
Supports `append_to_response`. Read more about this [here](#docTextSection:JdZq8ctmcxNqyLQjp).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 20, 2020 | A `watch/providers` method has been added to show what providers (eg. streaming) are available and where.|
| November 14, 2020 | The `tagline` has been added to the default response, and is also available as part of the translations method. |
| July 17, 2018 | We now return `last_episode_to_air` and `next_episode_to_air` fields. |
| March 12, 2018 | Networks return proper logos and we introduced SVG support. |
| March 8, 2018 | The `seasons` field now returns the translated names and overviews. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 579273e0-8c6f-4481-b4ed-03d1cf3deb39 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:43 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | d9bfa00701b0a523c0affd9a45b5e7893a64bbee |
| X-Memc-Age | 3029 |
| X-Memc-Expires | 571 |
| ETag | W/"10e0d8371ab1d1908e6fbbb9024eb324" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | FKWTe6ZWcBD-ZsQOEgU_NkbFmcxSpmhdIfJ6eAhgmR1Ad_2Oof8NWg== |
| Age | 6144 |
{"adult":false,"backdrop_path":"/oKt4J3TFjWirVwBqoHyIvv5IImd.jpg","created_by":[{"id":96172,"credit_id":"5c333881c3a3680b8ca83ef8","name":"Sam Levinson","gender":2,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg"}],"episode_run_time":[60],"first_air_date":"2019-06-16","genres":[{"id":18,"name":"Drama"},{"id":80,"name":"Crime"}],"homepage":"https://www.hbo.com/euphoria","id":85552,"in_production":true,"languages":["en"],"last_air_date":"2022-02-27","last_episode_to_air":{"air_date":"2022-02-27","episode_number":8,"id":3480500,"name":"All My Life, My Heart Has Yearned for a Thing I Cannot Name","overview":"As the show goes on, fragments of memories collide with the present and future.","production_code":"","runtime":61,"season_number":2,"show_id":85552,"still_path":"/po4G5fgneIoiuk7TWlvcusWM1HS.jpg","vote_average":8.4,"vote_count":14},"name":"Euphoria","next_episode_to_air":null,"networks":[{"id":49,"name":"HBO","logo_path":"/tuomPhY2UtuPTqqFnKMVHvSb724.png","origin_country":"US"}],"number_of_episodes":16,"number_of_seasons":2,"origin_country":["US"],"original_language":"en","original_name":"Euphoria","overview":"A group of high school students navigate love and friendships in a world of drugs, sex, trauma, and social media.","popularity":302.824,"poster_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","production_companies":[{"id":41077,"logo_path":"/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png","name":"A24","origin_country":"US"},{"id":124433,"logo_path":null,"name":"DreamCrew","origin_country":"US"},{"id":126587,"logo_path":null,"name":"Little Lamb Productions","origin_country":"US"},{"id":139809,"logo_path":null,"name":"The Reasonable Bunch","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"seasons":[{"air_date":"2020-12-06","episode_count":2,"id":166250,"name":"Specials","overview":"In between the airing of the first and second seasons of Euphoria, two special episodes were released. Filmed during the COVID-19 pandemic, the specials follow main characters Rue Bennet and Jules Vaughn, respectively, during the holidays.","poster_path":"/6x31o4AjfVxakRJ0OQpFH8f9Kzb.jpg","season_number":0},{"air_date":"2019-06-16","episode_count":8,"id":115613,"name":"Season 1","overview":"Multimedia superstar Zendaya stars in Season 1 of this drama series that follows a group of high school students as they navigate a mine field of drugs, sex, identity, trauma, social media, love and friendship in today's increasingly unstable world.","poster_path":"/5mi3aRl16yKmfpQJMzvqN5TXkdA.jpg","season_number":1},{"air_date":"2022-01-09","episode_count":8,"id":220804,"name":"Season 2","overview":"The lines between fantasy and reality begin to blur as Kat contemplates ending her relationship and Jules, craving Rue's affection, ponders hers. Rue pursues a new dangerous business venture as she sinks deep into her addiction, largely caused by her guilt-ridden new friend Eliott. Cassie struggles with her celibacy and starts to drift, while Lexi pours herself into mounting a school play. Nate him, is in full redemption, trying to redeem the mistakes of his father. This second season is a real descent into hell for each of its characters.","poster_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","season_number":2}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"Remember this feeling.","type":"Scripted","vote_average":8.4,"vote_count":7995}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Powered by our partnership with JustWatch, you can query this method to get a list of the availabilities per country by provider.
This is **not** going to return full deep links, but rather, it's just enough information to display what's available where.
You can link to the provided TMDB URL to help support TMDB and provide the actual deep links to the content.
**Please note**: In order to use this data **you must** attribute the source of the data as JustWatch. If we find any usage not complying with these terms we will revoke access to the API.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 53cc4b74-dfa1-4aa7-a88c-e323803740a1 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:43 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 21a994becc19d4d959627f86d022899fcf249545 |
| X-Memc-Age | 14467 |
| X-Memc-Expires | 2576 |
| ETag | W/"08b02851b7c40c9b72a393e3e0a3cfb3" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | WjKsF4FdPfLY4oE_h18q2LanZ2gqq0miIYy7WFoWFy6lVl8wkIUZfw== |
| Age | 6144 |
{"id":85552,"results":{"AE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=AE","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"AR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=AR","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_id":339,"provider_name":"Movistar Play"}]},"AT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=AT","buy":[{"display_priority":10,"logo_path":"/mT9kIe6JVz72ikWJ58x0q8ckUW3.jpg","provider_id":40,"provider_name":"Chili"},{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"},{"display_priority":17,"logo_path":"/2PTFxgrswnEuK0szl87iSd8Yszz.jpg","provider_id":20,"provider_name":"maxdome Store"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":8,"logo_path":"/MiVcYLkztM6qqLeVSYWHFCUcXx.jpg","provider_id":30,"provider_name":"Sky Ticket"}]},"AU":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=AU","flatrate":[{"display_priority":3,"logo_path":"/d3ixI1no0EpTj2i7u0Sd2DBXVlG.jpg","provider_id":385,"provider_name":"BINGE"},{"display_priority":7,"logo_path":"/tRbUL8V91FdvIUuTYpdHFscyHVM.jpg","provider_id":134,"provider_name":"Foxtel Now"}],"buy":[{"display_priority":0,"logo_path":"/bKy2YjC0QxViRnd8ayd2pv2ugJZ.jpg","provider_id":436,"provider_name":"Fetch TV"},{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":32,"logo_path":"/zXDDsD9M5vO7lqoqlBQCOcZtKBS.jpg","provider_id":429,"provider_name":"Telstra TV"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"BA":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BA","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"BB":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BB","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"BE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BE","flatrate":[{"display_priority":4,"logo_path":"/pq8p1umEnJjdFAP1nFvNArTR61X.jpg","provider_id":311,"provider_name":"Be TV Go"},{"display_priority":12,"logo_path":"/vjsvYNPgq6BpUoubXR1wNkokoBb.jpg","provider_id":313,"provider_name":"Yelo Play"}]},"BG":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BG","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"BO":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BO","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"BR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BR","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":29,"logo_path":"/cQQYtdaCg7vDo28JPru4v8Ypi8x.jpg","provider_id":484,"provider_name":"NOW"}]},"BS":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=BS","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"CA":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CA","buy":[{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":4,"logo_path":"/gJ3yVMWouaVj6iHd59TISJ1TlM5.jpg","provider_id":230,"provider_name":"Crave"},{"display_priority":58,"logo_path":"/pGk6V35szQnJVq2OoJLnRpjifb3.jpg","provider_id":492,"provider_name":"ILLICO"}]},"CH":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CH","buy":[{"display_priority":3,"logo_path":"/2LS6g6iE5DiAIDiZTAK8mbQQTuE.jpg","provider_id":150,"provider_name":"SwissCom"},{"display_priority":8,"logo_path":"/jmyYN1124dDIzqMysLekixy3AzF.jpg","provider_id":164,"provider_name":"Hollystar"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":3,"logo_path":"/hGvUo8KZTRLDZWcfFJS3gA8aenB.jpg","provider_id":381,"provider_name":"Canal+"},{"display_priority":3,"logo_path":"/2LS6g6iE5DiAIDiZTAK8mbQQTuE.jpg","provider_id":150,"provider_name":"SwissCom"},{"display_priority":7,"logo_path":"/sHP8XLo4Ac4WMbziRyAdRQdb76q.jpg","provider_id":210,"provider_name":"Sky"}]},"CI":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CI","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"CL":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CL","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_id":339,"provider_name":"Movistar Play"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"CO":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CO","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_id":339,"provider_name":"Movistar Play"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"CR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CR","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"CZ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=CZ","flatrate":[{"display_priority":2,"logo_path":"/wTF37o4jOkQfjnWe41gmeuASYZA.jpg","provider_id":308,"provider_name":"O2 TV"},{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"DE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=DE","buy":[{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":10,"logo_path":"/mT9kIe6JVz72ikWJ58x0q8ckUW3.jpg","provider_id":40,"provider_name":"Chili"},{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"},{"display_priority":17,"logo_path":"/2PTFxgrswnEuK0szl87iSd8Yszz.jpg","provider_id":20,"provider_name":"maxdome Store"},{"display_priority":23,"logo_path":"/uULoezj2skPc6amfwru72UPjYXV.jpg","provider_id":178,"provider_name":"MagentaTV"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":8,"logo_path":"/fBHHXKC34ffxAsQvDe0ZJbvmTEQ.jpg","provider_id":29,"provider_name":"Sky Go"},{"display_priority":8,"logo_path":"/MiVcYLkztM6qqLeVSYWHFCUcXx.jpg","provider_id":30,"provider_name":"Sky Ticket"}]},"DK":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=DK","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":36,"logo_path":"/fWqVPYArdFwBc6vYqoyQB6XUl85.jpg","provider_id":118,"provider_name":"HBO"}],"buy":[{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"DO":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=DO","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"DZ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=DZ","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"EC":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=EC","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_id":339,"provider_name":"Movistar Play"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"EG":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=EG","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"ES":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=ES","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"FI":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=FI","buy":[{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":16,"logo_path":"/xTVM8uXT9QocigQ07LE7Irc65W2.jpg","provider_id":553,"provider_name":"Telia Play"},{"display_priority":36,"logo_path":"/fWqVPYArdFwBc6vYqoyQB6XUl85.jpg","provider_id":118,"provider_name":"HBO"}]},"FR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=FR","buy":[{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":10,"logo_path":"/ddWcbe8fYAfcQMjighzWGLjjyip.jpg","provider_id":61,"provider_name":"Orange VOD"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":3,"logo_path":"/hGvUo8KZTRLDZWcfFJS3gA8aenB.jpg","provider_id":381,"provider_name":"Canal+"},{"display_priority":4,"logo_path":"/riPZYc1ILIbubFaxYSdVfc7K6bm.jpg","provider_id":56,"provider_name":"OCS Go"}]},"GB":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=GB","flatrate":[{"display_priority":8,"logo_path":"/fBHHXKC34ffxAsQvDe0ZJbvmTEQ.jpg","provider_id":29,"provider_name":"Sky Go"},{"display_priority":9,"logo_path":"/rsXaDmBzlHgYrtv1o2NsRFctM5t.jpg","provider_id":39,"provider_name":"Now TV"},{"display_priority":66,"logo_path":"/o6li3XZrBKXSqyNRS39UQEfPTCH.jpg","provider_id":594,"provider_name":"Virgin TV Go"}],"buy":[{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":9,"logo_path":"/2pCbao1J9s0DMak2KKnEzmzHni8.jpg","provider_id":130,"provider_name":"Sky Store"},{"display_priority":10,"logo_path":"/mT9kIe6JVz72ikWJ58x0q8ckUW3.jpg","provider_id":40,"provider_name":"Chili"},{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"GF":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=GF","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"GH":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=GH","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"GQ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=GQ","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"GT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=GT","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"HK":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=HK","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"HN":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=HN","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"HR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=HR","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"ID":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=ID","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"IE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=IE","flatrate":[{"display_priority":8,"logo_path":"/fBHHXKC34ffxAsQvDe0ZJbvmTEQ.jpg","provider_id":29,"provider_name":"Sky Go"},{"display_priority":9,"logo_path":"/rsXaDmBzlHgYrtv1o2NsRFctM5t.jpg","provider_id":39,"provider_name":"Now TV"}],"buy":[{"display_priority":9,"logo_path":"/2pCbao1J9s0DMak2KKnEzmzHni8.jpg","provider_id":130,"provider_name":"Sky Store"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"IL":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=IL","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"IN":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=IN","flatrate":[{"display_priority":0,"logo_path":"/7Fl8ylPDclt3ZYgNbW2t7rbZE9I.jpg","provider_id":122,"provider_name":"Hotstar"}]},"IQ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=IQ","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"IT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=IT","buy":[{"display_priority":10,"logo_path":"/mT9kIe6JVz72ikWJ58x0q8ckUW3.jpg","provider_id":40,"provider_name":"Chili"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}],"flatrate":[{"display_priority":9,"logo_path":"/rsXaDmBzlHgYrtv1o2NsRFctM5t.jpg","provider_id":39,"provider_name":"Now TV"}]},"JM":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=JM","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"JP":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=JP","flatrate":[{"display_priority":4,"logo_path":"/9pS9Y3xkCLJnti9pi1AyrD5KbZe.jpg","provider_id":84,"provider_name":"U-NEXT"}],"buy":[{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"}],"rent":[{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"}]},"KE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=KE","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"KR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=KR","flatrate":[{"display_priority":3,"logo_path":"/2ioan5BX5L9tz4fIGU93blTeFhv.jpg","provider_id":356,"provider_name":"wavve"}]},"LB":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=LB","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"LT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=LT","flatrate":[{"display_priority":16,"logo_path":"/xTVM8uXT9QocigQ07LE7Irc65W2.jpg","provider_id":553,"provider_name":"Telia Play"}]},"MD":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=MD","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"MU":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=MU","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"MX":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=MX","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_id":339,"provider_name":"Movistar Play"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"MY":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=MY","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"MZ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=MZ","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"NE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=NE","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"NG":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=NG","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"NL":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=NL","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}],"buy":[{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"NO":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=NO","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":35,"logo_path":"/gKno1uvHwHyhQTKMflDvEqj5oGJ.jpg","provider_id":578,"provider_name":"Strim"},{"display_priority":36,"logo_path":"/fWqVPYArdFwBc6vYqoyQB6XUl85.jpg","provider_id":118,"provider_name":"HBO"}]},"NZ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=NZ","flatrate":[{"display_priority":2,"logo_path":"/od4YNSSLgOP3p8EtQTnEYfrPa77.jpg","provider_id":273,"provider_name":"Neon TV"}]},"PA":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PA","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"PE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PE","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"PH":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PH","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"PL":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PL","flatrate":[{"display_priority":7,"logo_path":"/l5Wxbsgral716BOtZsGyPVNn8GC.jpg","provider_id":250,"provider_name":"Horizon"},{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":12,"logo_path":"/uXc2fJqhtXfuNq6ha8tTLL9VnXj.jpg","provider_id":505,"provider_name":"Player"}],"rent":[{"display_priority":17,"logo_path":"/bZNXgd8fwVTD68aAGlElkpAtu7b.jpg","provider_id":549,"provider_name":"IPLA"}]},"PS":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PS","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"PT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PT","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"PY":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=PY","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"RO":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=RO","flatrate":[{"display_priority":7,"logo_path":"/l5Wxbsgral716BOtZsGyPVNn8GC.jpg","provider_id":250,"provider_name":"Horizon"},{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"RU":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=RU","flatrate":[{"display_priority":0,"logo_path":"/w1T8s7FqakcfucR8cgOvbe6UeXN.jpg","provider_id":115,"provider_name":"Okko"},{"display_priority":1,"logo_path":"/nlgoXBQCMSnGZrhAnyIZ7vSQ3vs.jpg","provider_id":116,"provider_name":"Amediateka"},{"display_priority":5,"logo_path":"/o9ExgOSLF3OTwR6T3DJOuwOKJgq.jpg","provider_id":113,"provider_name":"Ivi"},{"display_priority":12,"logo_path":"/zLM7f1w2L8TU2Fspzns72m6h3yY.jpg","provider_id":501,"provider_name":"Wink"}]},"SA":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SA","flatrate":[{"display_priority":28,"logo_path":"/vMxtOESmrNWkM9Y9jAebETexPAc.jpg","provider_id":629,"provider_name":"OSN"}]},"SC":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SC","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"SE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SE","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":36,"logo_path":"/fWqVPYArdFwBc6vYqoyQB6XUl85.jpg","provider_id":118,"provider_name":"HBO"}]},"SG":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SG","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"SK":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SK","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"SN":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SN","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"SV":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=SV","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"TH":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=TH","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"TR":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=TR","flatrate":[{"display_priority":2,"logo_path":"/z3XAGCCbDD3KTZFvc96Ytr3XR56.jpg","provider_id":341,"provider_name":"blutv"}]},"TT":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=TT","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"TW":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=TW","flatrate":[{"display_priority":41,"logo_path":"/bxdNcDbk1ohVeOMmM3eusAAiTLw.jpg","provider_id":425,"provider_name":"HBO Go"}]},"TZ":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=TZ","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"UG":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=UG","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"US":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=US","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":23,"logo_path":"/3LQzaSBH1kjQB9oKc4n72dKj8oY.jpg","provider_id":27,"provider_name":"HBO Now"},{"display_priority":53,"logo_path":"/xL9SUR63qrEjFZAhtsipskeAMR7.jpg","provider_id":358,"provider_name":"DIRECTV"},{"display_priority":166,"logo_path":"/79mRAYq40lcYiXkQm6N7YErSSHd.jpg","provider_id":486,"provider_name":"Spectrum On Demand"}],"free":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":30,"logo_path":"/rIvQ4zuxvVirsNNVarYmOTunBD2.jpg","provider_id":616,"provider_name":"HBO Max Free"}],"buy":[{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_id":2,"provider_name":"Apple iTunes"},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_id":3,"provider_name":"Google Play Movies"},{"display_priority":11,"logo_path":"/5NyLm42TmCqCMOZFvH4fcoSNKEW.jpg","provider_id":10,"provider_name":"Amazon Video"},{"display_priority":37,"logo_path":"/21dEscfO8n1tL35k4DANixhffsR.jpg","provider_id":7,"provider_name":"Vudu"},{"display_priority":48,"logo_path":"/shq88b09gTBYC4hA7K7MUL8Q4zP.jpg","provider_id":68,"provider_name":"Microsoft Store"}]},"UY":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=UY","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"}]},"VE":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=VE","flatrate":[{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_id":384,"provider_name":"HBO Max"},{"display_priority":22,"logo_path":"/bmU37kpSMbcTgwwUrbxByk7x8h3.jpg","provider_id":31,"provider_name":"HBO Go"}]},"ZA":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=ZA","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]},"ZM":{"link":"https://www.themoviedb.org/tv/85552-euphoria/watch?locale=ZM","flatrate":[{"display_priority":10,"logo_path":"/okiQZMXnqwv0aD3QDYmu5DBNLce.jpg","provider_id":55,"provider_name":"ShowMax"}]}}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of content ratings (certifications) that have been added to a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c93dee9a-a3e8-4878-83d9-da367a249f90 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | e307aec3cfadfd02882de3aeb971a775e229c22e |
| X-Memc-Age | 5777 |
| X-Memc-Expires | 9812 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:44 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"ff718dcc7625fa428f705efda6b19990" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | EwOuTNEcEyWgehXDhbl3WlB_JSGnGyZW1Vmc98tZRU7dbaOMjYqKvA== |
| Age | 6143 |
{"results":[{"iso_3166_1":"US","rating":"TV-MA"},{"iso_3166_1":"AU","rating":"R18+"},{"iso_3166_1":"FR","rating":"16"},{"iso_3166_1":"DE","rating":"16"},{"iso_3166_1":"TH","rating":"ฉ 20-"},{"iso_3166_1":"KR","rating":"19"},{"iso_3166_1":"GB","rating":"18"},{"iso_3166_1":"BR","rating":"18"},{"iso_3166_1":"NL","rating":"16"},{"iso_3166_1":"PT","rating":"18"},{"iso_3166_1":"HU","rating":"18"},{"iso_3166_1":"ES","rating":"18"}],"id":85552}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the reviews for a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0e282dc9-8bc3-48bf-8ae7-51d3f4da0eb4 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | dae83c0902186803fd28fda63773b934b0a8d5ed |
| X-Memc-Age | 9746 |
| X-Memc-Expires | 6328 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:44 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"c0640e45cc0da7c193176b744f67da14" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | xTk5y91qSd1lfmH1fFk-5cAmoRpD5RS_gsr2po5ZjLDW8yPJfFkIgw== |
| Age | 6144 |
{"id":85552,"page":1,"results":[{"author":"tmdb15214618","author_details":{"name":"","username":"tmdb15214618","avatar_path":null,"rating":8.0},"content":"It takes a few episodes to get going but it gets REALLY good. The fourth episode builds so much tension that I had to stop watching it to ask people what was going to happen because I got so worried. There are a lot of relatable and likeable characters. Nate's dad is actually really sweet, just very damaged; and Jules is a beautiful ray of goodness. My biggest criticism is that the editing could be snappier--I did a lot of skipping over inconsequential bits. Overall, Euphoria captures the travails of youth really well, without being condescending or pandering.","created_at":"2020-02-21T10:27:40.486Z","id":"5e4fb09c9b861600166bfdda","updated_at":"2021-06-23T15:58:34.282Z","url":"https://www.themoviedb.org/review/5e4fb09c9b861600166bfdda"},{"author":"prettyjoanna","author_details":{"name":"","username":"prettyjoanna","avatar_path":null,"rating":null},"content":"I love this","created_at":"2021-04-27T01:17:57.035Z","id":"608766459a8a8a00589f85e0","updated_at":"2021-06-23T17:00:21.825Z","url":"https://www.themoviedb.org/review/608766459a8a8a00589f85e0"},{"author":"Jim","author_details":{"name":"Jim","username":"Contributing-Jim","avatar_path":"/dcb3G3k0ZTnxLmx9Dfm9kLORG40.jpg","rating":10.0},"content":"It's dark it's brutally honest as a modern teen I connected to this show more than any other teen drama I'm 19 going on 20","created_at":"2022-06-24T14:17:56.036Z","id":"62b5c794e7c097053337d729","updated_at":"2022-07-15T14:36:28.080Z","url":"https://www.themoviedb.org/review/62b5c794e7c097053337d729"}],"total_pages":1,"total_results":3}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images that belong to a TV show.
Querying images with a `language` parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the `include_image_language` parameter. This should be a comma seperated value like so: `include_image_language=en,null`.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ea89218b-62d6-4ba3-b140-dcdeae87e879 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 51a012daf2dfdc9f4261e080ffee4bc708b68d71 |
| X-Memc-Age | 14038 |
| X-Memc-Expires | 3137 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:44 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"6192b30f597d3fc8941be8e3f23d2955" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ZPmjs01Xxa161UX9DwOTprMJft7X9STp-Hl1vsrUEMWaTCdMtFwMhw== |
| Age | 6144 |
{"backdrops":[{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/oKt4J3TFjWirVwBqoHyIvv5IImd.jpg","vote_average":5.338,"vote_count":13,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg","vote_average":5.292,"vote_count":18,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/dq6UdZWymnTc2nEjCcQrYkWQKtg.jpg","vote_average":5.246,"vote_count":2,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/bCEqTJW0bnP6eu6VQjCpeAdzLYK.jpg","vote_average":5.18,"vote_count":3,"width":3840},{"aspect_ratio":1.778,"height":1125,"iso_639_1":null,"file_path":"/90WJt9FEAPbCPLMHWzkmxdMBEC0.jpg","vote_average":5.172,"vote_count":1,"width":2000},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/nzpvh5UVcpsiNoq3dfmQ0OzvA8C.jpg","vote_average":5.172,"vote_count":1,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":"en","file_path":"/4yRqdgulLRtcCO5ZUOs2G5v874l.jpg","vote_average":5.138,"vote_count":8,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/dkJWecUCEA9p8mgc9EA4HLcrcrX.jpg","vote_average":5.138,"vote_count":8,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/lcJ8S992xGr20KfNCbY4Fg3Xz6s.jpg","vote_average":5.118,"vote_count":4,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/savDotdy1XMXyDExGaGnVXv4lkn.jpg","vote_average":5.118,"vote_count":4,"width":1920},{"aspect_ratio":1.778,"height":1125,"iso_639_1":null,"file_path":"/rhVPGgJu1oSIGD59m79CPoCxD4V.jpg","vote_average":5.118,"vote_count":4,"width":2000},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/8aRLfI2AfZZPHISaGqPkrrj0xwH.jpg","vote_average":5.106,"vote_count":2,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":"en","file_path":"/kqeCh3Dyy898mbGyLsa8lpezkdp.jpg","vote_average":5.106,"vote_count":2,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/lTbCXhFiP0bMWelvGxfeiSoF4gP.jpg","vote_average":5.1,"vote_count":13,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/oqMcvhfJO4jkSqrpNYNs9VmcPbF.jpg","vote_average":5.09,"vote_count":11,"width":3840},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/v3EDPO2u8BS74sEh8XAKXxZqgTF.jpg","vote_average":5.08,"vote_count":9,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/bs7DjDcvwVH7Hs8rg01VmtAK6RU.jpg","vote_average":5.068,"vote_count":7,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/d8IovCCAmLJWqANR2mpQLWR7Sxx.jpg","vote_average":5.056,"vote_count":5,"width":3840},{"aspect_ratio":1.778,"height":1124,"iso_639_1":null,"file_path":"/s1mg99iu050QeSldjdYt2nFnBNa.jpg","vote_average":5.044,"vote_count":3,"width":1999},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/uNUZwEE3cc5uqxaEOOOoe6CM6DW.jpg","vote_average":5.044,"vote_count":3,"width":1920},{"aspect_ratio":1.778,"height":1350,"iso_639_1":null,"file_path":"/bLqRjOpUxyAuwGkZUFk8a2tgE8s.jpg","vote_average":5.044,"vote_count":3,"width":2400},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/qQ9ahv5g2nDWh8jVBQsQSnbvRAC.jpg","vote_average":4.996,"vote_count":6,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":"en","file_path":"/hgnCH9tPqzWpy7SFCZaRSDNV5GA.jpg","vote_average":4.982,"vote_count":4,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":"en","file_path":"/qq8FgxtIWTvtSe3dKrAMrdMr1p2.jpg","vote_average":4.982,"vote_count":4,"width":3840},{"aspect_ratio":1.778,"height":1800,"iso_639_1":"en","file_path":"/prlgSQTxNCOjOnXdxdnIRJIIxNl.jpg","vote_average":4.982,"vote_count":4,"width":3200},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/vL60o7UmYFK2Eui6gghvHtV42gG.jpg","vote_average":4.938,"vote_count":7,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":"en","file_path":"/murw7bvp4Zv7BnkXJnteWo39V7G.jpg","vote_average":4.938,"vote_count":7,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":"en","file_path":"/ohOYtSyl2E3L9IrIBGAYmJhkZ6H.jpg","vote_average":4.922,"vote_count":5,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":"hu","file_path":"/l2z8sTKwDbXjNbXse3xwiA5i7yM.jpg","vote_average":0.0,"vote_count":0,"width":3840}],"id":85552,"logos":[{"aspect_ratio":3.382,"height":1277,"iso_639_1":"en","file_path":"/zlNYMCiTsCn8Ss0t5IiktzEXlST.png","vote_average":0.0,"vote_count":0,"width":4319},{"aspect_ratio":3.295,"height":156,"iso_639_1":"sk","file_path":"/dpHGbHhzRcHZxMraGuLZitaMtS.png","vote_average":0.0,"vote_count":0,"width":514},{"aspect_ratio":4.444,"height":144,"iso_639_1":"ru","file_path":"/6SlweiZ4PK2sPcKNoSE0te5WOjp.png","vote_average":0.0,"vote_count":0,"width":640},{"aspect_ratio":3.924,"height":1093,"iso_639_1":"ko","file_path":"/2wjvTuAoE1vyQW4ll9f4wWCCz7E.png","vote_average":0.0,"vote_count":0,"width":4289},{"aspect_ratio":3.924,"height":1093,"iso_639_1":"ko","file_path":"/dRhR7LLKvCKP8XnoJKMEsmFosIj.png","vote_average":0.0,"vote_count":0,"width":4289},{"aspect_ratio":4.709,"height":117,"iso_639_1":"ru","file_path":"/hEzLQmok8C5aAtA8rmA9GRfx3KC.png","vote_average":0.0,"vote_count":0,"width":551},{"aspect_ratio":3.643,"height":549,"iso_639_1":"en","file_path":"/yJM6yE5HDXTCokJBu2SNXEhEbd8.svg","vote_average":0.0,"vote_count":0,"width":2000},{"aspect_ratio":6.074,"height":163,"iso_639_1":"en","file_path":"/kJQ7tS8RbANVW77R1eTlPHiLnf8.png","vote_average":0.0,"vote_count":0,"width":990},{"aspect_ratio":6.08,"height":163,"iso_639_1":"en","file_path":"/9DXNDOHrywvKe78St7iCFz2e4lZ.png","vote_average":0.0,"vote_count":0,"width":991},{"aspect_ratio":6.08,"height":163,"iso_639_1":"en","file_path":"/qkuhmHvgRmM2kbpQNSplkVEl7eo.png","vote_average":0.0,"vote_count":0,"width":991},{"aspect_ratio":6.037,"height":164,"iso_639_1":"en","file_path":"/mNZgKpf4wXwmopZrlvkvmlNLtIK.png","vote_average":0.0,"vote_count":0,"width":990},{"aspect_ratio":3.663,"height":1047,"iso_639_1":"ru","file_path":"/9KFwkdn53l4dxjMRyNIJhUm1NIZ.png","vote_average":0.0,"vote_count":0,"width":3835},{"aspect_ratio":3.295,"height":156,"iso_639_1":"ro","file_path":"/biJyenpVmPfsb3qQxZ3b2tuwtNz.png","vote_average":0.0,"vote_count":0,"width":514},{"aspect_ratio":2.02,"height":199,"iso_639_1":"ro","file_path":"/nB2kNJtecXyli3NY2ub6ewz9lMi.png","vote_average":0.0,"vote_count":0,"width":402}],"posters":[{"aspect_ratio":0.667,"height":2400,"iso_639_1":"en","file_path":"/jtnfNzqZwN4E32FGGxx1YZaBWWf.jpg","vote_average":5.402,"vote_count":18,"width":1600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg","vote_average":5.456,"vote_count":9,"width":2000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/5mi3aRl16yKmfpQJMzvqN5TXkdA.jpg","vote_average":5.414,"vote_count":34,"width":2000},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"ru","file_path":"/iwducKl5rdbmKiKnjhbfRZ0HBlZ.jpg","vote_average":5.384,"vote_count":2,"width":1600},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"ar","file_path":"/zNFZwelA4P9GYZtgRurEbiMsjhN.jpg","vote_average":5.384,"vote_count":2,"width":1600},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"he","file_path":"/ePw2voeg0oeWFfGiaDdZsAA0Ks4.jpg","vote_average":5.312,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"cs","file_path":"/dBwKEcsmhfyztspUwlRWkUNaOP3.jpg","vote_average":5.312,"vote_count":1,"width":1600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"cs","file_path":"/zexOYrZWwbR0LF2fW7S9GJCyS71.jpg","vote_average":5.312,"vote_count":1,"width":2000},{"aspect_ratio":0.75,"height":800,"iso_639_1":"fr","file_path":"/lPmLrzVy5uGz7nNOtruirVz0Q38.jpg","vote_average":5.312,"vote_count":1,"width":600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"hu","file_path":"/pI3Pp5avRa1hiXVKBQfAz46l0lI.jpg","vote_average":5.312,"vote_count":1,"width":2000},{"aspect_ratio":0.667,"height":1080,"iso_639_1":"ko","file_path":"/lRsDSuj98WQfXBCV44xMoG0G29M.jpg","vote_average":5.312,"vote_count":1,"width":720},{"aspect_ratio":0.667,"height":750,"iso_639_1":null,"file_path":"/dcb3G3k0ZTnxLmx9Dfm9kLORG40.jpg","vote_average":5.312,"vote_count":1,"width":500},{"aspect_ratio":0.667,"height":750,"iso_639_1":"fr","file_path":"/brur9dO4rDVPxzVWSYa1Cy9ZMTm.jpg","vote_average":5.246,"vote_count":2,"width":500},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"he","file_path":"/pEijN5sSNYmm13OOD5VkfIbzty1.jpg","vote_average":5.246,"vote_count":2,"width":1000},{"aspect_ratio":0.666,"height":1000,"iso_639_1":"ru","file_path":"/k6CUCJuoBMX5nRVhtO93qWKwyXJ.jpg","vote_average":5.246,"vote_count":2,"width":666},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"hu","file_path":"/d6hP83HsX9wK5UIFSltag8yqn7v.jpg","vote_average":5.246,"vote_count":2,"width":1000},{"aspect_ratio":0.667,"height":2400,"iso_639_1":"ko","file_path":"/8256OQLcAOKRLK6cy2wUuyqBy9f.jpg","vote_average":5.246,"vote_count":2,"width":1600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/288q0JefZUuTfqUG2qzPTCZYuAL.jpg","vote_average":5.22,"vote_count":13,"width":2000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/hDPKpdfXmnkgyCZw5Qj1RMIWDnv.jpg","vote_average":5.206,"vote_count":9,"width":2000},{"aspect_ratio":0.68,"height":1000,"iso_639_1":"en","file_path":"/5o6f5tAj0yJaVrx6fdmwNDZiojA.jpg","vote_average":5.18,"vote_count":3,"width":680},{"aspect_ratio":0.667,"height":3000,"iso_639_1":null,"file_path":"/4rnNs0ukZ7GeJHVZrKNSIrM9Fbi.jpg","vote_average":5.172,"vote_count":1,"width":2000},{"aspect_ratio":0.667,"height":2160,"iso_639_1":"ru","file_path":"/tLbZX8mhOe56vmKETzCkiTKGo5X.jpg","vote_average":5.172,"vote_count":1,"width":1440},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/7C4lY5mtSiCQ6SkS2phvaLFmBtl.jpg","vote_average":5.172,"vote_count":1,"width":2000},{"aspect_ratio":0.667,"height":2400,"iso_639_1":null,"file_path":"/9RKpfJIEM88AaFevGZBm5bRsy7Y.jpg","vote_average":5.172,"vote_count":1,"width":1600},{"aspect_ratio":0.667,"height":750,"iso_639_1":null,"file_path":"/iaDCXQQLEKBPFaMwELa3PzOk3Iw.jpg","vote_average":5.172,"vote_count":1,"width":500},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/4gXDoJS65yQ5WEj6H0mjmxuEV5f.jpg","vote_average":5.106,"vote_count":2,"width":2000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/9MmQrUGUbDDl2lHMwZvhjgNnkZt.jpg","vote_average":5.022,"vote_count":10,"width":2000},{"aspect_ratio":0.666,"height":1000,"iso_639_1":"en","file_path":"/tZhVXxolTg6KVR0Jqy3kR6jZRS9.jpg","vote_average":4.996,"vote_count":6,"width":666},{"aspect_ratio":0.667,"height":1440,"iso_639_1":"en","file_path":"/99d6KB1KMbeIVaUfYGor1e5dlbn.jpg","vote_average":4.982,"vote_count":13,"width":960},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/e7f25OTKC9uMA9GCotkC5XL9K6f.jpg","vote_average":4.982,"vote_count":4,"width":2000},{"aspect_ratio":0.668,"height":776,"iso_639_1":"uk","file_path":"/8XwpnqkgYYtCy5XXWYZwYa4SJXa.jpg","vote_average":0.0,"vote_count":0,"width":518},{"aspect_ratio":0.667,"height":900,"iso_639_1":"hu","file_path":"/qJKTtKLihGetBvHl7Y7r2dM1jCv.jpg","vote_average":0.0,"vote_count":0,"width":600},{"aspect_ratio":0.742,"height":2695,"iso_639_1":"ru","file_path":"/vPWyATNMDQP54aAiMA2J7ozPQ9E.jpg","vote_average":0.0,"vote_count":0,"width":2000},{"aspect_ratio":0.667,"height":750,"iso_639_1":null,"file_path":"/fLgpWBJoUxYyiiILvTJ4alu4Dp5.jpg","vote_average":0.0,"vote_count":0,"width":500},{"aspect_ratio":0.75,"height":2667,"iso_639_1":null,"file_path":"/dusgEoGB905VPj7anMTy7mUtdz1.jpg","vote_average":0.0,"vote_count":0,"width":2000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the credits (cast and crew) that have been added to a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 1acdc688-f277-4b6e-b425-2b1b2fe4c0ba |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 117c68bbc730b8f6fe1d6fdea8a61c4de362b075 |
| X-Memc-Age | 1575 |
| X-Memc-Expires | 13754 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:45 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"1219c81c0fbe2256e715826814011998" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | N_MzMQtUBOzqCG49kmaXTVL8fNgprdrEQHZj2Bo7jLOKCXa3MGk2cA== |
| Age | 6143 |
{"cast":[{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","character":"Rue Bennett","credit_id":"607ee9007e34830040f74fce","order":0},{"adult":false,"gender":1,"id":2340180,"known_for_department":"Acting","name":"Hunter Schafer","original_name":"Hunter Schafer","popularity":18.414,"profile_path":"/npAsOblFIk6vCyWaymt8rDmJXNK.jpg","character":"Jules Vaughn","credit_id":"607ee910f6787a004042c086","order":1},{"adult":false,"gender":1,"id":115440,"known_for_department":"Acting","name":"Sydney Sweeney","original_name":"Sydney Sweeney","popularity":76.545,"profile_path":"/afr2eoktU4lFYtmtfKo05EbQdXo.jpg","character":"Cassie Howard","credit_id":"5d07a9d8c3a36877db23927c","order":2},{"adult":false,"gender":1,"id":1497557,"known_for_department":"Acting","name":"Alexa Demie","original_name":"Alexa Demie","popularity":30.789,"profile_path":"/zba2qXMNRnD7uXOYzXfcnstv17V.jpg","character":"Maddy Perez","credit_id":"5c3338ed92514122ac771d7e","order":4},{"adult":false,"gender":2,"id":2352372,"known_for_department":"Acting","name":"Angus Cloud","original_name":"Angus Cloud","popularity":21.388,"profile_path":"/pFKAYz9OWjL4LQQY9outYxOrY79.jpg","character":"Fezco","credit_id":"5d1a6f4f8a84d27f09ccbf5a","order":5},{"adult":false,"gender":2,"id":2532098,"known_for_department":"Acting","name":"Javon Walton","original_name":"Javon Walton","popularity":9.858,"profile_path":null,"character":"Ashtray","credit_id":"61401ba4aaf897002a00703a","order":6},{"adult":false,"gender":1,"id":2340185,"known_for_department":"Acting","name":"Barbie Ferreira","original_name":"Barbie Ferreira","popularity":8.644,"profile_path":"/kl59GoAbazPffmmZtSLZmUQCK6S.jpg","character":"Kat Hernandez","credit_id":"5d078aed0e0a260d48ca97f7","order":7},{"adult":false,"gender":1,"id":41090,"known_for_department":"Acting","name":"Maude Apatow","original_name":"Maude Apatow","popularity":20.767,"profile_path":"/xWj49QAsGlC92YcguaEEYvoMEsg.jpg","character":"Lexi Howard","credit_id":"5d07a96f0e0a266573cad284","order":8},{"adult":false,"gender":2,"id":2711299,"known_for_department":"Acting","name":"Dominic Fike","original_name":"Dominic Fike","popularity":2.388,"profile_path":"/vtuRZff8c3QNKiShMo25z5M5guD.jpg","character":"Elliot","credit_id":"619d67aa4f9a990043774eef","order":9},{"adult":false,"gender":1,"id":1344344,"known_for_department":"Acting","name":"Storm Reid","original_name":"Storm Reid","popularity":12.224,"profile_path":"/wA8cntFil1AuwusEZXLH9o898m1.jpg","character":"Gia Bennett","credit_id":"5d07a9c80e0a267f57cac10b","order":10},{"adult":false,"gender":1,"id":98415,"known_for_department":"Acting","name":"Nika King","original_name":"Nika King","popularity":5.562,"profile_path":"/d91Uci8v9AZufDeufdbGRNJEzpn.jpg","character":"Leslie Bennett","credit_id":"5d1a6faaca4f6752bfd6fa42","order":11},{"adult":false,"gender":2,"id":58115,"known_for_department":"Acting","name":"Eric Dane","original_name":"Eric Dane","popularity":20.641,"profile_path":"/qa9WV0VS3Xin0M2shAT0268c1nb.jpg","character":"Cal Jacobs","credit_id":"5d1a6f7f30aa317ec9c5ad58","order":12},{"adult":false,"gender":2,"id":148992,"known_for_department":"Acting","name":"Austin Abrams","original_name":"Austin Abrams","popularity":13.884,"profile_path":"/9pSpSAk9NsYC5puqAVsmSK3OSeu.jpg","character":"Ethan Lewis","credit_id":"5d3fb80121621b3083edfff7","order":13},{"adult":false,"gender":2,"id":2034418,"known_for_department":"Acting","name":"Jacob Elordi","original_name":"Jacob Elordi","popularity":18.717,"profile_path":"/khfLyxY9gsKiLFoz2zj0h3uhDFJ.jpg","character":"Nate Jacobs","credit_id":"5d07a986c3a3684adb2db69d","order":272}],"crew":[{"adult":false,"gender":1,"id":2484106,"known_for_department":"Production","name":"Ashley Levinson","original_name":"Ashley Levinson","popularity":2.602,"profile_path":"/b0hMHB7BysInoGz2MeQFNHml445.jpg","credit_id":"619d62c5c0ae360044fb592e","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":0,"id":2077657,"known_for_department":"Production","name":"Harrison Kreiss","original_name":"Harrison Kreiss","popularity":0.614,"profile_path":null,"credit_id":"619d62d3e2ff320043798113","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"credit_id":"619d62e069d2800060eb6cf6","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":0,"id":3385974,"known_for_department":"Acting","name":"Yahir Rodriguez","original_name":"Yahir Rodriguez","popularity":0.6,"profile_path":null,"credit_id":"61e4e654b7abb500a242dbe7","department":"Production","job":"Casting Coordinator"},{"adult":false,"gender":0,"id":3385979,"known_for_department":"Crew","name":"Jeslian Lopez","original_name":"Jeslian Lopez","popularity":0.6,"profile_path":null,"credit_id":"61e4e69bdb8a0000407478a5","department":"Crew","job":"Visual Effects Art Director"},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","credit_id":"5fd693b1cfe48f00404f70e4","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1619915,"known_for_department":"Production","name":"Will Greenfield","original_name":"Will Greenfield","popularity":0.98,"profile_path":null,"credit_id":"619d620e4f9a9900245498cb","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":1653896,"known_for_department":"Crew","name":"Kenneth Yu","original_name":"Kenneth Yu","popularity":0.98,"profile_path":null,"credit_id":"619d62abf90b19002a99ecbe","department":"Production","job":"Producer"},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"credit_id":"5febddde07a808004093a3c9","department":"Writing","job":"Original Series Creator"},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"credit_id":"5febde9dbf7744003d29c06d","department":"Writing","job":"Original Series Creator"},{"adult":false,"gender":2,"id":197315,"known_for_department":"Acting","name":"Drake","original_name":"Drake","popularity":2.372,"profile_path":"/tE0ZkWBP2rLj8u0NJqmMi1h1kb1.jpg","credit_id":"5febdec61511aa003df59933","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","credit_id":"5febdecfd7107e003f27eacf","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","credit_id":"5febdf4e64f716003d102f80","department":"Sound","job":"Original Music Composer"},{"adult":false,"gender":0,"id":1590721,"known_for_department":"Production","name":"Ravi Nandan","original_name":"Ravi Nandan","popularity":1.258,"profile_path":null,"credit_id":"619d61f0c0ae360089159afe","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":74534,"known_for_department":"Production","name":"Kevin Turen","original_name":"Kevin Turen","popularity":3.443,"profile_path":null,"credit_id":"619d61fdaf58cb0091bc47fe","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":2438759,"known_for_department":"Production","name":"Adel 'Future' Nur","original_name":"Adel 'Future' Nur","popularity":1.9,"profile_path":null,"credit_id":"619d621ebc2cb300642f7ce5","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":2058384,"known_for_department":"Production","name":"Hadas Mozes Lichtenstein","original_name":"Hadas Mozes Lichtenstein","popularity":0.6,"profile_path":null,"credit_id":"619d6281af58cb0091bc48bc","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"credit_id":"619d628d63536a0043a4df3e","department":"Production","job":"Executive Producer"},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"credit_id":"619d6298af58cb00444c5a60","department":"Production","job":"Executive Producer"},{"adult":false,"gender":1,"id":963377,"known_for_department":"Costume \u0026 Make-Up","name":"Heidi Bivens","original_name":"Heidi Bivens","popularity":1.22,"profile_path":null,"credit_id":"61a11200058224002664ba9e","department":"Costume \u0026 Make-Up","job":"Costume Design"}],"id":85552}
Get the changes for a TV show. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the `start_date` and `end_date` query parameters.
TV show changes are different than movie changes in that there are some edits on seasons and episodes that will create a change entry at the show level. These can be found under the season and episode keys. These keys will contain a `series_id` and `episode_id`. You can use the [season changes](#endpoint:ZqhtyQbJ4YXz8RSya) and [episode changes](#endpoint:FpqrhBzgf2RJv4bHC) methods to look these up individually.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | b7fbc129-f1f0-4a8b-acf0-4cb917cdb788 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 8f97285c9fcca677a864f25a577d5add26dad9a5 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 300 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:45 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"1c7b0be7cfcb529d61df7c7b50baa91e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 6FwABu5EXOx7LKHzzkq8lFtIF8wWqXidmyxQAxSdBRCopAI4BKnh3w== |
| Age | 6143 |
{"changes":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get all of the episode groups that have been created for a TV show. With a group ID you can call the [get TV episode group details](#endpoint:yCouThc88qs7DGHY5) method.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 9722f3af-8712-42db-a0a1-31387d441765 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 3b1def50c3167ede69e4ea1b7cfe91f2e70d6b50 |
| X-Memc-Age | 13935 |
| X-Memc-Expires | 1121 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:45 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"982898c434836d5cfc8cd8297b1bde5a" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | iJP_aCtQCfzZq95ysUE9Nz9EZPQMURCTqNsD3rKrkRqG44dNkYIJqQ== |
| Age | 6144 |
{"results":[],"id":85552}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the external ids for a TV show. We currently support the following external sources.
| **Media Databases** | **Social IDs** |
| ------------------- | -------------- |
| IMDb ID | Facebook |
| TVDB ID | Instagram |
| Freebase MID* | Twitter |
| Freebase ID* | |
| TVRage ID* | |
*Defunct or no longer available as a service.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | e0733732-7f5d-4206-a9a3-3b3e9885fab6 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | f3a9c3e035c8f7e470e3af436c9badfc755afeba |
| X-Memc-Age | 8851 |
| X-Memc-Expires | 7720 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:45 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"e41d9ea1fefad1c01963ba4a554023d7" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Ky7ae4BCq5L2LQcL-hxp7zezHu9TPJpKI8_bI1OWr9NdSUz8pOljiA== |
| Age | 6144 |
{"id":85552,"imdb_id":"tt8772296","freebase_mid":null,"freebase_id":null,"tvdb_id":360261,"tvrage_id":null,"facebook_id":"EuphoriaHBO","instagram_id":"euphoria","twitter_id":"euphoriaHBO"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Grab the following account states for a session:
- TV show rating
- If it belongs to your watchlist
- If it belongs to your favourite list
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 3f434e4a-c3ca-4357-9156-29a63a2b248d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:09 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| X-Memc | MISS |
| X-Memc-Key | 4b8f7924e755249c72eb348ec25999ce862d0321 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| ETag | W/"11ec27e22a07eadf85a0c00310fa3d00" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | QqPMydt6uKGwBcVKTeRmpPOK-awBA-KxqWqcllYqudAziiK-j4Psyw== |
{"id":85552,"favorite":false,"rated":{"value":8.5},"watchlist":false}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the translations that exist for a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a0d04fb6-4440-4d8c-b2b1-58b4bfd55e82 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | e3e39842b557fc5e5fb93c941d188a35638d6fb7 |
| X-Memc-Age | 3473 |
| X-Memc-Expires | 13885 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:46 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"54715a3be2ad422ac0a53f1932593cb8" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | oYRBbctzlzQuOSNEzxGhmqhxQ9rW8THXn-Q_CkLeBl-0r8HFqTKGxQ== |
| Age | 6144 |
{"id":85552,"translations":[{"iso_3166_1":"SA","iso_639_1":"ar","name":"العربية","english_name":"Arabic","data":{"name":"نشوة","overview":"دراما خاصة بالمراهقين تتبع مجموعة من طلاب المدارس الثانوية وهم يتنقلون في الحب والصداقات في عالم من المخدرات والجنس والصدمات ووسائل التواصل الاجتماعي.","homepage":"","tagline":"أشعر بشيء ما."}},{"iso_3166_1":"BG","iso_639_1":"bg","name":"български език","english_name":"Bulgarian","data":{"name":"Еуфория","overview":"Сериалът е свеж поглед към вечната тема за порастването, като показва живота на съвременните тийнейджъри – партита, „разпалвани“ с наркотици и всекидневие, изпълнено с тревожност. В центъра на сериала е 17-годишната Рю Бенет – наркозависима, тъкмо изписана от клиника, която се опитва да си представи живота си без наркотиците. Всичко за нея се променя рязко, когато се запознава с Джулс Вон – транссексуално момиче, наскоро дошло в града след развода на родителите си. И тя, подобно на Рю, търси мястото си в света.","homepage":"","tagline":""}},{"iso_3166_1":"CZ","iso_639_1":"cs","name":"Český","english_name":"Czech","data":{"name":"Euforie","overview":"Euforie je pohled na brutalitu a potěšení dnešní mládeže. Seriál sleduje skupinku dospívajících středoškoláků, kteří se snaží vyrovnat s drogami, sexem a násilím.","homepage":"","tagline":""}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"name":"","overview":"Den Emmy-vindende HBO-dramaserie “Euphoria” vender tilbage med to specialafsnit. Efter Rue er blevet efterladt ved togstationen af Jules og får et tilbagefald, følger vi hende i første afsnit, mens hun fejrer jul.","homepage":"","tagline":""}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"name":"","overview":"Die 17-jährige drogenabhängige Rue Bennett hat bereits einen Entzug gemacht hat, doch sie kann die Finger nicht von Drogen lassen. Eine Gruppe von Schülern setzt sich mit Drogen, Sex, Gewalt und Freundschaft auseinander.","homepage":"","tagline":""}},{"iso_3166_1":"GR","iso_639_1":"el","name":"ελληνικά","english_name":"Greek","data":{"name":"","overview":"Μια ομάδα μαθητών γυμνασίου περιπλανιέτε ανάμεσα στην αγάπη και τις φιλίες σε έναν κόσμο ναρκωτικών, σεξ, τραύματος και κοινωνικών μέσων.","homepage":"","tagline":"Θυμήσου αυτό το συναίσθημα."}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"name":"","overview":"A group of high school students navigate love and friendships in a world of drugs, sex, trauma, and social media.","homepage":"","tagline":"Remember this feeling."}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"","overview":"Una reflexión sobre la adolescencia a través de un grupo de estudiantes de instituto que tienen que hacer frente a temas recurrentes de su edad, como la droga, el sexo y la violencia.","homepage":"","tagline":"Recuerda esta sensación."}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"name":"Euphoria","overview":"Un grupo de adolescentes experimenta los altibajos del amor y la amistad en un mundo de redes sociales, sexo, drogas y violencia en esta serie original de HBO producida por el cantautor Drake y protagonizada por Zendaya (Spider-Man: Homecoming).","homepage":"","tagline":"Siente algo."}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"name":"سرخوشی","overview":"سرخوشی داستان گروهی از دانش آموزان دبیرستانی را از طریق تجربیات خود در رابطه جنسی ، مواد مخدر ، دوستی ، عشق ، هویت و تروما دنبال می کند.","homepage":"","tagline":""}},{"iso_3166_1":"FI","iso_639_1":"fi","name":"suomi","english_name":"Finnish","data":{"name":"","overview":"Sarja seuraa joukkoa lukion opiskelijoita ja se käsittelee muun muassa seksuaalisuutta, päihteitä, kaverisuhteita, rakkautta, identiteettiä sekä traumoja.","homepage":"","tagline":""}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"","overview":"À 17 ans, Rue Bennett, fraîchement sortie de désintox, cherche à donner un sens à son existence. Elle se lie très vite à Jules Vaughn, une fille trans récemment arrivée en ville après le divorce de ses parents. Dans leur sillage gravitent Nate Jacobs, un sportif dont les problèmes de colère masquent des complexes sexuels ; Maddy Perez, la petite amie de Nate ; Chris McKay, star de l'équipe de football qui peine à suivre les cours ; Cassie Howard, dont le passif sexuel continue de la poursuivre ; Lexi Howard, jeune sœur de Cassie et amie d'enfance de Rue ; et Kat Hernandez, en pleine exploration de sa sexualité.\n\nAdaptation US de la série éponyme israëlienne Euphoria (2012), elle-même tirée d'une histoire vraie.","homepage":"","tagline":"Souvenez-vous de ce sentiment."}},{"iso_3166_1":"CA","iso_639_1":"fr","name":"Français","english_name":"French","data":{"name":"","overview":"Après un séjour en désintoxication, Rue Bennett fait son retour au secondaire. Elle y fait la rencontre de Jules, une jeune femme trans, avec qui elle commence à tisser des liens très forts. Avec leurs camarades de classes et amis, les deux évoluent dans un univers où la jeunesse n'a plus de tabou : les relations amoureuses se défont aussi vite qu'elles se font, les réseaux sociaux sont omniprésents, les secrets de chacun sont exposés aux yeux de tous et la drogue est facile d'accès.","homepage":"","tagline":""}},{"iso_3166_1":"IL","iso_639_1":"he","name":"עִבְרִית","english_name":"Hebrew","data":{"name":"אופוריה","overview":"רו בנט היא נערה נרקומנית שהשתחררה לאחרונה ממוסד גמילה ומתקשה להישאר נקייה ולפתוח דף חדש. חייה משתנים כשהיא פוגשת את ג'ולס ווהן, נערה טרנסג'נדרית שעברה לעיר אחרי גירושי הוריה – וכמו רו, מחפשת מקום להשתייך אליו. הסדרה מבוססת באופן רופף על המיני־סדרה הישראלית בעלת אותו השם.","homepage":"","tagline":"להרגיש משהו."}},{"iso_3166_1":"HR","iso_639_1":"hr","name":"Hrvatski","english_name":"Croatian","data":{"name":"Euforija","overview":"Dramska serija o odrastanju „Euforija“ prati skupinu srednjoškolaca dok prolaze kroz ljubav i prijateljstvo u svijetu droge, seksa, trauma i društvenih medija. Glumica i pjevačica Zendaya predvodi glumačku postavu.","homepage":"","tagline":""}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"name":"Eufória","overview":"A történet a középiskolás tinik életébe, annak is az árnyoldalába nyújt bepillantást. Miközben ifjú hőseink keresik helyüket a világban, megtapasztalják a drogot, a szexet és az erőszakot. Rue szerepében a színésznő-énekesnő Zendaya látható.","homepage":"","tagline":""}},{"iso_3166_1":"IT","iso_639_1":"it","name":"Italiano","english_name":"Italian","data":{"name":"","overview":"Un gruppo di liceali si trova alle prime armi con droghe, sesso, identità, traumi, amore e amicizia.","homepage":"","tagline":""}},{"iso_3166_1":"JP","iso_639_1":"ja","name":"日本語","english_name":"Japanese","data":{"name":"ユーフォリア","overview":"","homepage":"","tagline":""}},{"iso_3166_1":"GE","iso_639_1":"ka","name":"ქართული","english_name":"Georgian","data":{"name":"ეიფორია","overview":"","homepage":"","tagline":""}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"name":"유포리아","overview":"약물과 성, 트라우마, 범죄 그리고 소셜 미디어가 가득한 세상 속에서 사랑과 우정 사이에서 갈등하는 10대 청소년들의 이야기.","homepage":"","tagline":""}},{"iso_3166_1":"LT","iso_639_1":"lt","name":"Lietuvių","english_name":"Lithuanian","data":{"name":"Euforija","overview":"Drama „Euforija“ pasakoja apie mokinius, jų meilę, draugystę, narkotikus, seksą, traumas ir bendravimą socialiniuose tinkluose. Pagrindiniame vaidmenyje – aktorė, daininkė Zendaya. Taip pat vaidina: Hunter Schafer, Jacob Elordi, Algee Smith ir Sydney Sweeney.","homepage":"","tagline":""}},{"iso_3166_1":"LV","iso_639_1":"lv","name":"Latviešu","english_name":"Latvian","data":{"name":"Eiforija","overview":"","homepage":"","tagline":""}},{"iso_3166_1":"NO","iso_639_1":"nb","name":"Bokmål","english_name":"Norwegian Bokmål","data":{"name":"Euphoria","overview":"En gruppe videregående studenter navigerer i kjærlighet og vennskap i en verden av narkotika, sex, traumer og sosiale medier.","homepage":"","tagline":""}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"name":"","overview":"Euphoria’ vertelt het verhaal van de 17-jarige Rue, die na een overdosis haar zomer doorbrengt in rehab maar terugkeert naar school zonder enige intentie om clean te blijven. Niet dat Rue geen andere persoon wil zijn. Ze kán het gewoon niet. Wanneer ze Jules ontmoet, een transgender meisje dat net naar haar dorp verhuisde, maakt zij een grote indruk op haar leven.","homepage":"","tagline":""}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"name":"Euforia","overview":"Opowieść o współczesnych młodych Amerykanach, którzy nie potrafią odnaleźć się w chaosie życia codziennego.\n\nZagubieni we współczesnym świecie nastolatkowie, których kolorowy świat na każdym kroku kusi niebezpiecznymi używkami, a od nich już mały krok do wyniszczającego uzależnienia. Serial „Euforia” przedstawia losy kilku zwykłych licealistów, którzy muszą zmagać się życiem w rzeczywistości, gdzie liczy się tylko wygląd, kobiety traktowane są przedmiotowo, a media społecznościowe nadają ton temu, co w danej chwili jest ważne. Główną bohaterką serialu jest siedemnastoletnia Rue. Uzależniona od narkotyków – zagubiona dziewczyna – szuka swojej drogi życiowej oraz tożsamości płciowej. Rue będzie również narratorką całej serii opowiadającej o młodych ludziach, których rodzice mogliby równie dobrze nie istnieć.","homepage":"","tagline":""}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"","overview":"Um grupo de estudantes do ensino médio lida com diferentes situações típicas da idade como drogas, sexo, busca pela identidade, traumas, comportamento nas redes sociais e amizade.","homepage":"","tagline":"Lembre-se deste sentimento."}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"name":"","overview":"Protagonizada por Zendaya, esta série original HBO apresenta a visão crua e realista de um grupo de alunos do secundário. Atenção: Esta série contem uma linguagem forte e suscetível, com cenas de sexo explícito, uso de drogas e violência.","homepage":"","tagline":""}},{"iso_3166_1":"RO","iso_639_1":"ro","name":"Română","english_name":"Romanian","data":{"name":"Euforia","overview":"Serialul urmărește un grup de elevi de liceu care dau piept cu dragostea și prietenia într-o lume a drogurilor, sexului, traumelor și social media. Protagonista serialului e actrița și cântăreața Zendaya.","homepage":"","tagline":""}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"name":"Эйфория","overview":"«Эйфория» — откровенная молодежная драма, главные герои которой постигают жизнь через наркотики, секс, травмы и социальные медиа. В центре истории — 17-летняя Ру Беннетт, вернувшаяся в родной дом после лечения в реабилитационной клинике. Не теряя времени, она опять берется за старые привычки — наркотики и тусовки. Однако появление в городе девушки Джулс становится для Ру знаком надежды.","homepage":"","tagline":""}},{"iso_3166_1":"SK","iso_639_1":"sk","name":"Slovenčina","english_name":"Slovak","data":{"name":"Eufória","overview":"Eufória, dramatický seriál o dospievaní, rozpráva príbeh skupiny stredoškolákov, ktorí sa snažia vyznať v láske a priateľstve vo svete drog, sexu, tráum a sociálnych sietí. V čele hereckého obsadenia stojí herečka a speváčka Zendaya.","homepage":"","tagline":""}},{"iso_3166_1":"SE","iso_639_1":"sv","name":"svenska","english_name":"Swedish","data":{"name":"","overview":"En grupp high school-elever tar sig fram genom ett minfält av droger, sex, identitet, trauma, sociala media, kärlek och vänskap i dagens alltmer instabila värld.","homepage":"","tagline":""}},{"iso_3166_1":"TH","iso_639_1":"th","name":"ภาษาไทย","english_name":"Thai","data":{"name":"ยูโฟเรีย","overview":"Rue อายุสิบเจ็ดปีกลับบ้านจากการบำบัดโดยไม่มีแผนจะเลิกยาเลย ในงานปาร์ตี้สุดท้ายก่อนปีการศึกษาใหม่ เธอได้พบกับจูลส์ซึ่งเป็นคนใหม่ในเมือง","homepage":"","tagline":""}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"name":"","overview":"Dizi, 17 yaşındaki Rue’nun hikayesi anlatılıyor.. Zendaya’nın hayat verdiği Rue’nun anlattığı hikayeler; seks, kimlik arayışı, travma, sosyal medya, uyuşturucu, aşk ve arkadaşlık gibi temaları ele alıyor.","homepage":"","tagline":"Bir şey hisset"}},{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"name":"Ейфорія","overview":"У центрі історії — 17-річна Ру Беннетт, яка повернулася до рідного дому після лікування в реабілітаційній клініці. Не гаючи часу, вона знову береться за старі звички — наркотики й тусовки. Однак поява в місті дівчини Джулс стає для Ру знаком надії.","homepage":"","tagline":""}},{"iso_3166_1":"VN","iso_639_1":"vi","name":"Tiếng Việt","english_name":"Vietnamese","data":{"name":"Lâng Lâng","overview":"Một nhóm học sinh trung học đang lần tìm hướng đi trong tình yêu và tình bạn giữa một thế giới tràn đầy ma túy, tình dục, đau khổ và truyền thông xã hội hỗn loạn.","homepage":"","tagline":""}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"亢奋","overview":"改编自以色列同名影集,讲述在一年前有名青少年在夜总会外被谋杀,而悲剧发生一年后其他青少年同伴试图通过毒品﹑性爱和暴力来逃避现实,以应对无法确定的未来。","homepage":"","tagline":"记住这种感觉"}},{"iso_3166_1":"TW","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"name":"高校十八禁","overview":"改編自以色列同名影集,以 17 歲毒癮女孩芮(Rue)作為主角,描述青少年男女在毒品、性愛、身分認同、創傷、社交軟體、愛情以及友誼上的各種故事。","homepage":"","tagline":""}}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the videos that have been added to a TV show.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 28, 2021 | A new `include_video_language` filter is now available. You can use this filter the same way you use `include_image_language` on image calls. We also added two new fields, `official` and `published_at` to the video response. |
| March 23, 2019 | Vimeo was added as a video source. |
| March 20, 2019 | "Behind the Scenes" and "Bloopers" were added as valid video types. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6495b996-106a-433f-aa4e-0a8f95fe95a8 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | dbb7917d3e35b958fd27ac946a0c6d80eaa9621b |
| X-Memc-Age | 11817 |
| X-Memc-Expires | 2912 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:46 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"275e98035e68baf9936f8ab10869a47e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | CXxAaeqk6VAtj7wWMuCxp-Ft--Ayx-Rcahxi57kJ9AQQzkwMytJW_A== |
| Age | 6144 |
{"id":85552,"results":[{"iso_639_1":"en","iso_3166_1":"US","name":"EUPHORIA | SEASON 2 OFFICIAL TRAILER | HBO","key":"JdwZwrs8Qt0","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2021-12-20T18:01:35.000Z","id":"61ec2735c669ad011f6ae256"},{"iso_639_1":"en","iso_3166_1":"US","name":"euphoria: the craft | part two: jules (hbo)","key":"F7BViyyT8kM","site":"YouTube","size":1080,"type":"Behind the Scenes","official":true,"published_at":"2021-01-28T19:00:02.000Z","id":"60701ef0924ce500563fc843"},{"iso_639_1":"en","iso_3166_1":"US","name":"Euphoria - Season One Recap","key":"CCbessByWRg","site":"YouTube","size":1080,"type":"Clip","official":false,"published_at":"2020-11-30T00:45:00.000Z","id":"62b50f5446e75f0051e2a944"},{"iso_639_1":"en","iso_3166_1":"US","name":"the official blooper reel","key":"Iks1qBCeg_k","site":"YouTube","size":1080,"type":"Bloopers","official":true,"published_at":"2020-05-14T19:55:28.000Z","id":"60701edb3f8ede002974c1d3"},{"iso_639_1":"en","iso_3166_1":"US","name":"euphoria | visions of euphoria - behind the scenes of season 1 | HBO","key":"Ho3Cu0Q1ENc","site":"YouTube","size":1080,"type":"Behind the Scenes","official":true,"published_at":"2019-09-12T23:00:02.000Z","id":"60701fd03f8ede002974c232"},{"iso_639_1":"en","iso_3166_1":"US","name":"euphoria | composing the music of the series - behind the scenes of season 1 | HBO","key":"qnKf_e9H7dk","site":"YouTube","size":1080,"type":"Behind the Scenes","official":true,"published_at":"2019-09-05T17:00:09.000Z","id":"60701ff012b10e0059a63a80"},{"iso_639_1":"en","iso_3166_1":"US","name":"crack - behind the scenes of season 1","key":"eodp21uKdGc","site":"YouTube","size":1080,"type":"Bloopers","official":true,"published_at":"2019-08-28T19:00:05.000Z","id":"60702038629b2c0058fdb642"},{"iso_639_1":"en","iso_3166_1":"US","name":"Euphoria Season 1 Trailer | Rotten Tomatoes TV","key":"UR4Pxgnm-GA","site":"YouTube","size":1080,"type":"Trailer","official":false,"published_at":"2019-05-14T19:00:59.000Z","id":"61ec2722713ea600421c9e26"},{"iso_639_1":"en","iso_3166_1":"US","name":"official tease – promise","key":"JjcfL8fbs7k","site":"YouTube","size":1080,"type":"Teaser","official":true,"published_at":"2019-04-11T17:00:04.000Z","id":"5cb065709251412fb023a4ce"},{"iso_639_1":"en","iso_3166_1":"US","name":"official tease","key":"PzPtTPtW-qg","site":"YouTube","size":1080,"type":"Teaser","official":true,"published_at":"2019-03-28T17:01:03.000Z","id":"5cb065659251412fad23900e"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Returns all of the alternative titles for a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0fb9ab78-0a26-46e4-ae28-34977ba7a6f8 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 8f974477542e147111c9630eb43bf00f9093d47f |
| X-Memc-Age | 11033 |
| X-Memc-Expires | 5808 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:47 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"657342af285ac11fac027ebc54d73dfd" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | C83GiKrWsunRIQFve0CjjiuYIFCRulciIG93qf2I_lNO2UngfKvFTQ== |
| Age | 6143 |
{"id":85552,"results":[{"iso_3166_1":"BG","title":"Еуфория","type":""},{"iso_3166_1":"CN","title":"亢奋","type":""},{"iso_3166_1":"CN","title":"迷醉","type":""},{"iso_3166_1":"KR","title":"유포리아","type":""},{"iso_3166_1":"RU","title":"Эйфория","type":""},{"iso_3166_1":"TH","title":"ยูโฟเรีย","type":""},{"iso_3166_1":"TW","title":"高校十八禁","type":""},{"iso_3166_1":"US","title":"Euphoria U.S.","type":""},{"iso_3166_1":"VN","title":"Phê Pha","type":""}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of TV show recommendations for this item.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 2bd12694-abae-4225-8e00-40bb0e458a75 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:47 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 189d83fe25c77816b7d389a23009d66bf7b3cb42 |
| X-Memc-Age | 3109 |
| X-Memc-Expires | 13382 |
| ETag | W/"f4989dbf4c00083a8df5706964f58763" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 52zWqzXTeQsiXYDr0XsbE4eizGDubNnZsGqIujPLuA07-T5sxDWOeQ== |
| Age | 6143 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/bxU79lpl8ZQAVJ72155kqWkuqMu.jpg","id":81356,"name":"Sex Education","original_language":"en","original_name":"Sex Education","overview":"Inexperienced Otis channels his sex therapist mom when he teams up with rebellious Maeve to set up an underground sex therapy clinic at school.","poster_path":"/8j12tohv1NBZNmpU93f47sAKBbw.jpg","media_type":"tv","genre_ids":[35,18],"popularity":234.205,"first_air_date":"2019-01-11","vote_average":8.355,"vote_count":5790,"origin_country":["GB"]},{"adult":false,"backdrop_path":"/nfWhNM5VVd9a5bEGobs83TWTuLM.jpg","id":74577,"name":"The End of the F***ing World","original_language":"en","original_name":"The End of the F***ing World","overview":"James is 17 and is pretty sure he is a psychopath. Alyssa, also 17, is the cool and moody new girl at school. The pair make a connection and she persuades him to embark on a darkly comedic road trip in search of her real father.","poster_path":"/f1OV9xEJCZVYcYSDRr5xOD8NJw3.jpg","media_type":"tv","genre_ids":[35,18,80],"popularity":55.554,"first_air_date":"2017-10-24","vote_average":8.2,"vote_count":2284,"origin_country":["GB"]},{"adult":false,"backdrop_path":"/tfQwbHdIkS73IPVqY1wzhEgvhV9.jpg","id":90260,"name":"I Am Not Okay with This","original_language":"en","original_name":"I Am Not Okay with This","overview":"A teen navigates the complexities of high school, family and her sexuality while dealing with new superpowers. Based on Charles Forsman's graphic novel.","poster_path":"/kf3yX0ILNlLJ42X3lX2iYJ3QRp6.jpg","media_type":"tv","genre_ids":[18,35,10765],"popularity":31.196,"first_air_date":"2020-02-26","vote_average":8.2,"vote_count":1458,"origin_country":["US"]},{"adult":false,"backdrop_path":"/o4YY1HDW06M1kpktMQ9KeAW5kVl.jpg","id":900,"name":"Skins","original_language":"en","original_name":"Skins","overview":"Irreverent comedy drama which follows the messy lives, loves, delirious highs and inevitable lows of a group of raucous teenage friends in Bristol.","poster_path":"/cRC9ty2IDeNubVQUg5tws1hLKHG.jpg","media_type":"tv","genre_ids":[18,35],"popularity":92.457,"first_air_date":"2007-01-25","vote_average":8.225,"vote_count":958,"origin_country":["GB"]},{"adult":false,"backdrop_path":"/70YdbMELM4b8x8VXjlubymb2bQ0.jpg","id":70785,"name":"Anne with an E","original_language":"en","original_name":"Anne with an E","overview":"A coming-of-age story about an outsider who, against all odds and numerous challenges, fights for love and acceptance and for her place in the world. The series centers on a young orphaned girl in the late 1890’s, who, after an abusive childhood spent in orphanages and the homes of strangers, is mistakenly sent to live with an elderly woman and her aging brother. Over time, 13-year-old Anne will transform their lives and eventually the small town in which they live with her unique spirit, fierce intellect and brilliant imagination.","poster_path":"/6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg","media_type":"tv","genre_ids":[18,10751],"popularity":159.967,"first_air_date":"2017-03-19","vote_average":8.773,"vote_count":3952,"origin_country":["CA"]},{"adult":false,"backdrop_path":"/8Wo2Pqjxn7Xmd7p2dxRMIJtyMV7.jpg","id":66292,"name":"Big Little Lies","original_language":"en","original_name":"Big Little Lies","overview":"The tale of three mothers of first graders whose apparently perfect lives unravel to the point of murder.","poster_path":"/zxGkno93ExrTMsJVllH6mzQ652z.jpg","media_type":"tv","genre_ids":[18],"popularity":32.469,"first_air_date":"2017-02-19","vote_average":7.9,"vote_count":1074,"origin_country":["US"]},{"adult":false,"backdrop_path":"/dsBkVh0PWJ68ceJ58oJo63Plm63.jpg","id":80743,"name":"Insatiable","original_language":"en","original_name":"Insatiable","overview":"A bullied teenager turns to beauty pageants as a way to exact her revenge, with the help of a disgraced coach who soon realizes he's in over his head.","poster_path":"/lHZ4xqGQlmyiFTOVtwnNpTcZgkd.jpg","media_type":"tv","genre_ids":[18,35],"popularity":100.333,"first_air_date":"2018-08-10","vote_average":7.873,"vote_count":1444,"origin_country":["US"]},{"adult":false,"backdrop_path":"/900tHlUYUkp7Ol04XFSoAaEIXcT.jpg","id":87108,"name":"Chernobyl","original_language":"en","original_name":"Chernobyl","overview":"The true story of one of the worst man-made catastrophes in history: the catastrophic nuclear accident at Chernobyl. A tale of the brave men and women who sacrificed to save Europe from unimaginable disaster.","poster_path":"/hlLXt2tOPT6RRnjiUmoxyG1LTFi.jpg","media_type":"tv","genre_ids":[18],"popularity":64.683,"first_air_date":"2019-05-06","vote_average":8.585,"vote_count":4115,"origin_country":["US"]},{"adult":false,"backdrop_path":"/aPsyg7Q9xSUy3AshffqwWPc69Ir.jpg","id":79242,"name":"Chilling Adventures of Sabrina","original_language":"en","original_name":"Chilling Adventures of Sabrina","overview":"As her 16th birthday nears, Sabrina must choose between the witch world of her family and the human world of her friends. Based on the Archie comic.","poster_path":"/yxMpoHO0CXP5o9gB7IfsciilQS4.jpg","media_type":"tv","genre_ids":[9648,10765,18],"popularity":106.1,"first_air_date":"2018-10-26","vote_average":8.308,"vote_count":3037,"origin_country":["US"]},{"adult":false,"backdrop_path":"/e92qfYRVYUL602ztyEoujUtXlS1.jpg","id":78191,"name":"You","original_language":"en","original_name":"You","overview":"A dangerously charming, intensely obsessive young man goes to extreme measures to insert himself into the lives of those he is transfixed by.","poster_path":"/yxIdKGEjagaLs5kMjw92kAHmopH.jpg","media_type":"tv","genre_ids":[9648,80,18],"popularity":82.065,"first_air_date":"2018-09-09","vote_average":8.143,"vote_count":2083,"origin_country":["US"]},{"adult":false,"backdrop_path":"/7sqFEDDmK1hG5m92upolcfQxy7R.jpg","id":75006,"name":"The Umbrella Academy","original_language":"en","original_name":"The Umbrella Academy","overview":"A dysfunctional family of superheroes comes together to solve the mystery of their father's death, the threat of the apocalypse and more.","poster_path":"/qhcwrnnCnN8NE1N6XXKHFmveJR9.jpg","media_type":"tv","genre_ids":[10759,10765,18],"popularity":217.395,"first_air_date":"2019-02-15","vote_average":8.683,"vote_count":8200,"origin_country":["US"]},{"adult":false,"backdrop_path":"/56v2KjBlU4XaOv9rVYEQypROD7P.jpg","id":66732,"name":"Stranger Things","original_language":"en","original_name":"Stranger Things","overview":"When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.","poster_path":"/49WJfeN0moxb9IPfGn8AIqMGskD.jpg","media_type":"tv","genre_ids":[18,10765,9648],"popularity":1532.376,"first_air_date":"2016-07-15","vote_average":8.64,"vote_count":12949,"origin_country":["US"]},{"adult":false,"backdrop_path":"/rpB9xThPAHPpBHwNe5g7th6WsAW.jpg","id":69050,"name":"Riverdale","original_language":"en","original_name":"Riverdale","overview":"Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.","poster_path":"/kzZUa05wZOEiC2UVuJA2T8VrETU.jpg","media_type":"tv","genre_ids":[80,18,9648],"popularity":249.064,"first_air_date":"2017-01-26","vote_average":8.531,"vote_count":12748,"origin_country":["US"]},{"adult":false,"backdrop_path":"/97pA0UjBqqgcZFbREQL3U1BQDgX.jpg","id":96608,"name":"The Stranger","original_language":"en","original_name":"The Stranger","overview":"A web of secrets sends family man Adam Price on a desperate quest to uncover the truth about the people closest to him.","poster_path":"/qKtjZ6f8ip6M7pYiDcVs0QXUAly.jpg","media_type":"tv","genre_ids":[9648,80],"popularity":16.54,"first_air_date":"2020-01-30","vote_average":7.444,"vote_count":285,"origin_country":["GB"]},{"adult":false,"backdrop_path":"/ddkbWeVyqvLyJa3QdNRalj8kMQJ.jpg","id":67070,"name":"Fleabag","original_language":"en","original_name":"Fleabag","overview":"A comedy series adapted from the award-winning play about a young woman trying to cope with life in London whilst coming to terms with a recent tragedy.","poster_path":"/27vEYsRKa3eAniwmoccOoluEXQ1.jpg","media_type":"tv","genre_ids":[35,18],"popularity":32.398,"first_air_date":"2016-07-21","vote_average":8.239,"vote_count":688,"origin_country":["GB"]},{"adult":false,"backdrop_path":"/jBJWaqoSCiARWtfV0GlqHrcdidd.jpg","id":71912,"name":"The Witcher","original_language":"en","original_name":"The Witcher","overview":"Geralt of Rivia, a mutated monster-hunter for hire, journeys toward his destiny in a turbulent world where people often prove more wicked than beasts.","poster_path":"/7vjaCdMw15FEbXyLQTVa04URsPm.jpg","media_type":"tv","genre_ids":[10765,18,10759],"popularity":102.67,"first_air_date":"2019-12-20","vote_average":8.2,"vote_count":3909,"origin_country":["US"]},{"adult":false,"backdrop_path":"/rNyOeC4uh0YMjZwtrLPFGyVIvyI.jpg","id":1413,"name":"American Horror Story","original_language":"en","original_name":"American Horror Story","overview":"An anthology horror drama series centering on different characters and locations, including a house with a murderous past, an asylum, a witch coven, a freak show, a hotel, a farmhouse in Roanoke, a cult, the apocalypse and a summer camp.","poster_path":"/mckCh2GYSerIqyCyPSLIStLvmZF.jpg","media_type":"tv","genre_ids":[18,9648,10765],"popularity":219.918,"first_air_date":"2011-10-05","vote_average":8.146,"vote_count":4539,"origin_country":["US"]},{"adult":false,"backdrop_path":"/21qRgfB39UHIDjYan84kMmaSOyv.jpg","id":88512,"name":"Bonding","original_language":"en","original_name":"Bonding","overview":"A New York City grad student moonlighting as a dominatrix enlists her gay BFF from high school to be her assistant.","poster_path":"/a2GGurv3bY7W0qkfohlfkFNMQ7p.jpg","media_type":"tv","genre_ids":[18,35],"popularity":16.414,"first_air_date":"2019-04-24","vote_average":7.337,"vote_count":193,"origin_country":["US"]},{"adult":false,"backdrop_path":"/Qzpe5J1Q6i4uYw2sGJSBbswqbD.jpg","id":66788,"name":"13 Reasons Why","original_language":"en","original_name":"13 Reasons Why","overview":"After a teenage girl's perplexing suicide, a classmate receives a series of tapes that unravel the mystery of her tragic choice.","poster_path":"/nel144y4dIOdFFid6twN5mAX9Yd.jpg","media_type":"tv","genre_ids":[18,9648],"popularity":84.686,"first_air_date":"2017-03-31","vote_average":7.746,"vote_count":3375,"origin_country":["US"]},{"adult":false,"backdrop_path":"/gZzIQxo2ukFSdZGtlttA0wI6kax.jpg","id":34524,"name":"Teen Wolf","original_language":"en","original_name":"Teen Wolf","overview":"Scott McCall, a high school student living in the town of Beacon Hills has his life drastically changed when he's bitten by a werewolf, becoming one himself. He must henceforth learn to balance his problematic new identity with his day-to-day teenage life. The following characters are instrumental to his struggle: Stiles, his best friend; Allison, his love interest who comes from a family of werewolf hunters; and Derek, a mysterious werewolf with a dark past. Throughout the series, he strives to keep his loved ones safe while maintaining normal relationships with them.","poster_path":"/vY2vfAskJTiWsQSv6bdbNCQhPLm.jpg","media_type":"tv","genre_ids":[10765,18],"popularity":234.638,"first_air_date":"2011-06-05","vote_average":8.61,"vote_count":3335,"origin_country":["US"]},{"adult":false,"backdrop_path":"/jXB3OoWPkojsOP2O2OoLCeAIDRS.jpg","id":69478,"name":"The Handmaid's Tale","original_language":"en","original_name":"The Handmaid's Tale","overview":"Set in a dystopian future, a woman is forced to live as a concubine under a fundamentalist theocratic dictatorship. A TV adaptation of Margaret Atwood's novel.","poster_path":"/oIkxqt6ug5zT5ZSUUyc1Iqopf02.jpg","media_type":"tv","genre_ids":[10765,18],"popularity":89.038,"first_air_date":"2017-04-26","vote_average":8.159,"vote_count":1913,"origin_country":["US"]}],"total_pages":2,"total_results":40}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the aggregate credits (cast and crew) that have been added to a TV show.
This call differs from the main `credits` call in that it does not return the newest season but rather, is a view of all the entire cast & crew for all episodes belonging to a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0f2c2630-ee88-493e-912c-481e8a3e8d78 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:47 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 93f9c08ff4f5766f7647813c413d3748d61bcd93 |
| X-Memc-Age | 2450 |
| X-Memc-Expires | 12869 |
| ETag | W/"faaa2409503a98f732d77df69ed05afb" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Rw9br_BUWyCStniKXAOMrsPflCzWDkQ6isRvHCxBFGsc6NCIGXzqCA== |
| Age | 6144 |
{"cast":[{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","roles":[{"credit_id":"607ee9007e34830040f74fce","character":"Rue Bennett","episode_count":18}],"total_episode_count":18,"order":0},{"adult":false,"gender":1,"id":2340180,"known_for_department":"Acting","name":"Hunter Schafer","original_name":"Hunter Schafer","popularity":18.414,"profile_path":"/npAsOblFIk6vCyWaymt8rDmJXNK.jpg","roles":[{"credit_id":"607ee910f6787a004042c086","character":"Jules Vaughn","episode_count":18}],"total_episode_count":18,"order":1},{"adult":false,"gender":2,"id":2034418,"known_for_department":"Acting","name":"Jacob Elordi","original_name":"Jacob Elordi","popularity":18.717,"profile_path":"/khfLyxY9gsKiLFoz2zj0h3uhDFJ.jpg","roles":[{"credit_id":"5d07a986c3a3684adb2db69d","character":"Nate Jacobs","episode_count":17}],"total_episode_count":17,"order":272},{"adult":false,"gender":1,"id":115440,"known_for_department":"Acting","name":"Sydney Sweeney","original_name":"Sydney Sweeney","popularity":76.545,"profile_path":"/afr2eoktU4lFYtmtfKo05EbQdXo.jpg","roles":[{"credit_id":"5d07a9d8c3a36877db23927c","character":"Cassie Howard","episode_count":16}],"total_episode_count":16,"order":2},{"adult":false,"gender":1,"id":1497557,"known_for_department":"Acting","name":"Alexa Demie","original_name":"Alexa Demie","popularity":30.789,"profile_path":"/zba2qXMNRnD7uXOYzXfcnstv17V.jpg","roles":[{"credit_id":"5c3338ed92514122ac771d7e","character":"Maddy Perez","episode_count":16}],"total_episode_count":16,"order":4},{"adult":false,"gender":2,"id":2352372,"known_for_department":"Acting","name":"Angus Cloud","original_name":"Angus Cloud","popularity":21.388,"profile_path":"/pFKAYz9OWjL4LQQY9outYxOrY79.jpg","roles":[{"credit_id":"5d1a6f4f8a84d27f09ccbf5a","character":"Fezco","episode_count":16}],"total_episode_count":16,"order":5},{"adult":false,"gender":1,"id":2340185,"known_for_department":"Acting","name":"Barbie Ferreira","original_name":"Barbie Ferreira","popularity":8.644,"profile_path":"/kl59GoAbazPffmmZtSLZmUQCK6S.jpg","roles":[{"credit_id":"5d078aed0e0a260d48ca97f7","character":"Kat Hernandez","episode_count":16}],"total_episode_count":16,"order":7},{"adult":false,"gender":1,"id":41090,"known_for_department":"Acting","name":"Maude Apatow","original_name":"Maude Apatow","popularity":20.767,"profile_path":"/xWj49QAsGlC92YcguaEEYvoMEsg.jpg","roles":[{"credit_id":"5d07a96f0e0a266573cad284","character":"Lexi Howard","episode_count":16}],"total_episode_count":16,"order":8},{"adult":false,"gender":1,"id":1344344,"known_for_department":"Acting","name":"Storm Reid","original_name":"Storm Reid","popularity":12.224,"profile_path":"/wA8cntFil1AuwusEZXLH9o898m1.jpg","roles":[{"credit_id":"5d07a9c80e0a267f57cac10b","character":"Gia Bennett","episode_count":16}],"total_episode_count":16,"order":10},{"adult":false,"gender":1,"id":98415,"known_for_department":"Acting","name":"Nika King","original_name":"Nika King","popularity":5.562,"profile_path":"/d91Uci8v9AZufDeufdbGRNJEzpn.jpg","roles":[{"credit_id":"5d1a6faaca4f6752bfd6fa42","character":"Leslie Bennett","episode_count":16}],"total_episode_count":16,"order":11},{"adult":false,"gender":2,"id":58115,"known_for_department":"Acting","name":"Eric Dane","original_name":"Eric Dane","popularity":20.641,"profile_path":"/qa9WV0VS3Xin0M2shAT0268c1nb.jpg","roles":[{"credit_id":"5d1a6f7f30aa317ec9c5ad58","character":"Cal Jacobs","episode_count":16}],"total_episode_count":16,"order":12},{"adult":false,"gender":2,"id":91671,"known_for_department":"Acting","name":"Colman Domingo","original_name":"Colman Domingo","popularity":2.882,"profile_path":"/2tu6T9ugnf82qIMGVKWSb0dvvq5.jpg","roles":[{"credit_id":"5d3fb87b34e1521fb8e7c87a","character":"Ali","episode_count":16}],"total_episode_count":16,"order":237},{"adult":false,"gender":2,"id":2532098,"known_for_department":"Acting","name":"Javon Walton","original_name":"Javon Walton","popularity":9.858,"profile_path":null,"roles":[{"credit_id":"61401ba4aaf897002a00703a","character":"Ashtray","episode_count":15}],"total_episode_count":15,"order":6},{"adult":false,"gender":2,"id":148992,"known_for_department":"Acting","name":"Austin Abrams","original_name":"Austin Abrams","popularity":13.884,"profile_path":"/9pSpSAk9NsYC5puqAVsmSK3OSeu.jpg","roles":[{"credit_id":"5d3fb80121621b3083edfff7","character":"Ethan Lewis","episode_count":14}],"total_episode_count":14,"order":13},{"adult":false,"gender":1,"id":10402,"known_for_department":"Acting","name":"Alanna Ubach","original_name":"Alanna Ubach","popularity":10.821,"profile_path":"/p2sIpgftEIkhPrrpgu8wW8XEpDg.jpg","roles":[{"credit_id":"6234213432489b001b7b383a","character":"Suze Howard","episode_count":13}],"total_episode_count":13,"order":273},{"adult":false,"gender":2,"id":64343,"known_for_department":"Acting","name":"John Ales","original_name":"John Ales","popularity":5.99,"profile_path":"/d8jC0dF0iuzx2XnNxneFgK5eJeK.jpg","roles":[{"credit_id":"600b900fc86b3a003fbd9eb9","character":"David Vaughn","episode_count":9}],"total_episode_count":9,"order":151},{"adult":false,"gender":1,"id":59449,"known_for_department":"Acting","name":"Paula Marshall","original_name":"Paula Marshall","popularity":8.962,"profile_path":"/rBmk7DDOYHempHWrPnijRvPDFaW.jpg","roles":[{"credit_id":"61fbb41dd100b6009b0d5c6c","character":"Marsha Jacobs","episode_count":9}],"total_episode_count":9,"order":239},{"adult":false,"gender":2,"id":1377458,"known_for_department":"Acting","name":"Algee Smith","original_name":"Algee Smith","popularity":23.128,"profile_path":"/8lSjFECJflwHJJGt5e7CqyItXW2.jpg","roles":[{"credit_id":"5c3338ffc3a368107ea0337b","character":"Christopher McKay","episode_count":9}],"total_episode_count":9,"order":239},{"adult":false,"gender":1,"id":3386005,"known_for_department":"Acting","name":"Sophia Rose Wilson","original_name":"Sophia Rose Wilson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61e4faad4e4dff0067db69fc","character":"BB","episode_count":9}],"total_episode_count":9,"order":243},{"adult":false,"gender":2,"id":2711299,"known_for_department":"Acting","name":"Dominic Fike","original_name":"Dominic Fike","popularity":2.388,"profile_path":"/vtuRZff8c3QNKiShMo25z5M5guD.jpg","roles":[{"credit_id":"619d67aa4f9a990043774eef","character":"Elliot","episode_count":8}],"total_episode_count":8,"order":9},{"adult":true,"gender":1,"id":1585678,"known_for_department":"Acting","name":"Chloe Cherry","original_name":"Chloe Cherry","popularity":35.988,"profile_path":"/czDZr2NO24E6aGGeb7PnLhJRiQR.jpg","roles":[{"credit_id":"6234208534e152004618e2e0","character":"Faye","episode_count":7}],"total_episode_count":7,"order":274},{"adult":false,"gender":2,"id":1448516,"known_for_department":"Acting","name":"Keean Johnson","original_name":"Keean Johnson","popularity":17.56,"profile_path":"/qYslz07HQUW1bAqdYSa3dUbnglb.jpg","roles":[{"credit_id":"5d3fb90db87aec2c3d3cf24c","character":"Daniel","episode_count":6}],"total_episode_count":6,"order":6},{"adult":false,"gender":2,"id":1903427,"known_for_department":"Acting","name":"Zak Steiner","original_name":"Zak Steiner","popularity":3.174,"profile_path":null,"roles":[{"credit_id":"61fbb431ae6f0900a2e4484f","character":"Aaron Jacobs","episode_count":6}],"total_episode_count":6,"order":268},{"adult":false,"gender":1,"id":2881700,"known_for_department":"Acting","name":"Marsha Gambles","original_name":"Marsha Gambles","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"5fcea39a6af8f8003f09cba5","character":"Miss Marsha","episode_count":5}],"total_episode_count":5,"order":219},{"adult":false,"gender":0,"id":2581212,"known_for_department":"Acting","name":"Bruce Wexler","original_name":"Bruce Wexler","popularity":0.838,"profile_path":null,"roles":[{"credit_id":"61fc060c1e259a0113e09461","character":"Robert","episode_count":5}],"total_episode_count":5,"order":235},{"adult":false,"gender":2,"id":222052,"known_for_department":"Acting","name":"Nick Blood","original_name":"Nick Blood","popularity":1.187,"profile_path":"/npK7W0568Gtqe2kn3LTA7dxdXua.jpg","roles":[{"credit_id":"61fc17671e259a00450c745d","character":"Gus","episode_count":5}],"total_episode_count":5,"order":267},{"adult":false,"gender":0,"id":3411149,"known_for_department":"Acting","name":"Yukon Clement","original_name":"Yukon Clement","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc244beee18600911c6990","character":"Theo","episode_count":5}],"total_episode_count":5,"order":268},{"adult":false,"gender":2,"id":1371509,"known_for_department":"Acting","name":"Lukas Gage","original_name":"Lukas Gage","popularity":7.79,"profile_path":"/j7Zub5J9PgCnsfgEC5QCr160JtH.jpg","roles":[{"credit_id":"5d3fb98fb87aec32b439a032","character":"Tyler Clarkson","episode_count":4}],"total_episode_count":4,"order":7},{"adult":false,"gender":1,"id":144975,"known_for_department":"Acting","name":"Mercedes Colon","original_name":"Mercedes Colon","popularity":4.715,"profile_path":"/wOIxl1DMc2b3i2GwX3wz968uAaM.jpg","roles":[{"credit_id":"61401c4d19ab590026fb0220","character":"Kat's Mom","episode_count":4}],"total_episode_count":4,"order":24},{"adult":false,"gender":0,"id":3410989,"known_for_department":"Acting","name":"Tyler Timmons","original_name":"Tyler Timmons","popularity":1.4,"profile_path":null,"roles":[{"credit_id":"61fc05f859e8a900f13906fa","character":"Troy","episode_count":4}],"total_episode_count":4,"order":125},{"adult":false,"gender":0,"id":2239940,"known_for_department":"Acting","name":"Meeko","original_name":"Meeko","popularity":1.22,"profile_path":null,"roles":[{"credit_id":"61fc078764de350068e16f8f","character":"Mouse","episode_count":4}],"total_episode_count":4,"order":171},{"adult":false,"gender":1,"id":96625,"known_for_department":"Acting","name":"Minka Kelly","original_name":"Minka Kelly","popularity":10.953,"profile_path":"/40rLdQZlAPzDmizuDdb2uaSlFvC.jpg","roles":[{"credit_id":"61fc23e8bf0f63011a66ac8d","character":"Samantha","episode_count":4}],"total_episode_count":4,"order":239},{"adult":false,"gender":0,"id":3411162,"known_for_department":"Acting","name":"Veronica S. Taylor","original_name":"Veronica S. Taylor","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc25f6eee186006bd35c71","character":"Bobbi","episode_count":4}],"total_episode_count":4,"order":267},{"adult":false,"gender":0,"id":2700175,"known_for_department":"Acting","name":"Brynda Mattox","original_name":"Brynda Mattox","popularity":2.092,"profile_path":"/LDvMgn8OLJHnULNzIsoBtqRfVc.jpg","roles":[{"credit_id":"61fc086841429100d4fdad6e","character":"Fezco's Grandmother","episode_count":4}],"total_episode_count":4,"order":272},{"adult":false,"gender":0,"id":3410990,"known_for_department":"Acting","name":"Tristan Timmons","original_name":"Tristan Timmons","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0600b6abc4001cce24a6","character":"Roy","episode_count":3}],"total_episode_count":3,"order":87},{"adult":false,"gender":2,"id":2386216,"known_for_department":"Acting","name":"Ruben Dario","original_name":"Ruben Dario","popularity":0.828,"profile_path":"/mSclqpw3Cq4aJuHqRcsOyfISyf1.jpg","roles":[{"credit_id":"61fc0645dfaae900455de08f","character":"Ted","episode_count":3}],"total_episode_count":3,"order":103},{"adult":false,"gender":0,"id":3038958,"known_for_department":"Acting","name":"Eden Rose Ginsberg","original_name":"Eden Rose Ginsberg","popularity":0.6,"profile_path":"/pugmYUWUslUqLrOWR7hyDprKqcd.jpg","roles":[{"credit_id":"61fc250dfe6c182eb87bf464","character":"Influencer","episode_count":1},{"credit_id":"621fae9441aac4006c6c5f65","character":"Hallie","episode_count":2}],"total_episode_count":3,"order":232},{"adult":false,"gender":0,"id":3411133,"known_for_department":"Acting","name":"Melvin Estes","original_name":"Melvin Estes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc21d4bf0f6300ddff2f81","character":"Bruce","episode_count":3}],"total_episode_count":3,"order":236},{"adult":false,"gender":2,"id":3411136,"known_for_department":"Acting","name":"Ansel Wolf Pierce","original_name":"Ansel Wolf Pierce","popularity":0.6,"profile_path":"/2qJl57gY3iuC5KfnE7E63Kx234W.jpg","roles":[{"credit_id":"61fc221459e8a9001b160d64","character":"Caleb","episode_count":3}],"total_episode_count":3,"order":268},{"adult":false,"gender":2,"id":1837012,"known_for_department":"Acting","name":"Fernando Belo","original_name":"Fernando Belo","popularity":5.288,"profile_path":"/2LgWdZieV7B4gagKPgLlp6TOubh.jpg","roles":[{"credit_id":"61fc2485b7abb500665ce69e","character":"Theo's Dad","episode_count":3}],"total_episode_count":3,"order":268},{"adult":false,"gender":0,"id":3449983,"known_for_department":"Acting","name":"Gwendolyn Fuller Mukes","original_name":"Gwendolyn Fuller Mukes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb05477b1fb006cfda613","character":"Leslie's Mom","episode_count":3}],"total_episode_count":3,"order":271},{"adult":false,"gender":0,"id":3411027,"known_for_department":"Acting","name":"Keilani Arellanes","original_name":"Keilani Arellanes","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc09501e259a00700d29e5","character":"11-Year-Old Maddy","episode_count":3}],"total_episode_count":3,"order":271},{"adult":false,"gender":2,"id":2491481,"known_for_department":"Acting","name":"Jojo Tua","original_name":"Jojo Tua","popularity":0.6,"profile_path":"/ik5CeOLJK6kjalCCxQgdHdfqZUn.jpg","roles":[{"credit_id":"5e0595399bcd0f00150d75e2","character":"Another Guy / Another Classmate","episode_count":2}],"total_episode_count":2,"order":9},{"adult":false,"gender":2,"id":116526,"known_for_department":"Acting","name":"Jeremiah Birkett","original_name":"Jeremiah Birkett","popularity":9.25,"profile_path":"/8iFr7rPmJ2YpjFANVCpL9T3UvcK.jpg","roles":[{"credit_id":"5f806f08175051003691fb8e","character":"Principal Hayes","episode_count":2}],"total_episode_count":2,"order":15},{"adult":false,"gender":0,"id":3410595,"known_for_department":"Acting","name":"Henry Eikenberry","original_name":"Henry Eikenberry","popularity":4.847,"profile_path":null,"roles":[{"credit_id":"61fbb44fae6f0900a2e4485d","character":"Derek","episode_count":2}],"total_episode_count":2,"order":38},{"adult":false,"gender":2,"id":1783263,"known_for_department":"Acting","name":"Nolan Bateman","original_name":"Nolan Bateman","popularity":1.328,"profile_path":"/mGxc00GQxIY6lER3BAq7DH6OgbA.jpg","roles":[{"credit_id":"61fc064f59e8a9009257b302","character":"Wes","episode_count":2}],"total_episode_count":2,"order":54},{"adult":false,"gender":1,"id":4441,"known_for_department":"Acting","name":"Pell James","original_name":"Pell James","popularity":8.299,"profile_path":"/tJKjTQ1Uxd4sibZhJsbcnWZezlV.jpg","roles":[{"credit_id":"600bdf1bdd83fa003d91cd16","character":"Amy","episode_count":2}],"total_episode_count":2,"order":86},{"adult":false,"gender":0,"id":3387856,"known_for_department":"Acting","name":"Janice LeAnn Brown","original_name":"Janice LeAnn Brown","popularity":1.38,"profile_path":null,"roles":[{"credit_id":"61fc18cdeee1860044e42ac4","character":"6-Year-Old Rue","episode_count":1},{"credit_id":"61fc062268929c00422be300","character":"4-Year-Old Rue","episode_count":1}],"total_episode_count":2,"order":96},{"adult":false,"gender":1,"id":1548297,"known_for_department":"Acting","name":"Hannah Nordberg","original_name":"Hannah Nordberg","popularity":7.274,"profile_path":"/yDny2kcKXzsMfkp0FoQi6HWNaWh.jpg","roles":[{"credit_id":"5f203ad4b4a5430035338a6b","character":"Emma","episode_count":2}],"total_episode_count":2,"order":97},{"adult":false,"gender":0,"id":3411032,"known_for_department":"Acting","name":"Elizabeth Danielyan Betty","original_name":"Elizabeth Danielyan Betty","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc14ab7a97ab001f708d23","character":"Third Girl","episode_count":1},{"credit_id":"61fc099259e8a9006aa6b091","character":"Other Student","episode_count":1}],"total_episode_count":2,"order":99},{"adult":false,"gender":2,"id":79795,"known_for_department":"Acting","name":"Shiloh Fernandez","original_name":"Shiloh Fernandez","popularity":16.588,"profile_path":"/lS3I6nLQ3VxmE6KRmjoXDskDBnn.jpg","roles":[{"credit_id":"61fc09105c32470116fa566a","character":"Trevor","episode_count":2}],"total_episode_count":2,"order":102},{"adult":false,"gender":2,"id":1658615,"known_for_department":"Acting","name":"Jeff Pope","original_name":"Jeff Pope","popularity":1.4,"profile_path":"/faCDPwuS4tdGmrJJeUIbIfEBBmh.jpg","roles":[{"credit_id":"61fc092a5c324700455123fa","character":"Johnny_Unite_USA","episode_count":2}],"total_episode_count":2,"order":102},{"adult":false,"gender":2,"id":1517280,"known_for_department":"Acting","name":"Greg Bryan","original_name":"Greg Bryan","popularity":1.109,"profile_path":"/qNDR5r887sy5CQKo2z7pvkxMB9a.jpg","roles":[{"credit_id":"61fc07e2eee186006bd32c84","character":"Coach","episode_count":2}],"total_episode_count":2,"order":103},{"adult":false,"gender":1,"id":2138132,"known_for_department":"Acting","name":"Johanna Colón","original_name":"Johanna Colón","popularity":4.886,"profile_path":"/x9obbPwX0axTVb7h4wkqsrjUbgF.jpg","roles":[{"credit_id":"61fc093d4142910044dd357b","character":"11-Year-Old Kat","episode_count":2}],"total_episode_count":2,"order":124},{"adult":false,"gender":1,"id":1648880,"known_for_department":"Acting","name":"Aileen Burdock","original_name":"Aileen Burdock","popularity":1.781,"profile_path":"/4Qqfb3MQKPP8WL4wn1mVqAsao5T.jpg","roles":[{"credit_id":"61fc142759e8a9006aa6c18c","character":"Detective Riley","episode_count":2}],"total_episode_count":2,"order":130},{"adult":false,"gender":1,"id":1044149,"known_for_department":"Acting","name":"Wilzette Borno","original_name":"Wilzette Borno","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc15befe6c182eb87bdc00","character":"Receptionist","episode_count":2}],"total_episode_count":2,"order":149},{"adult":false,"gender":1,"id":1102,"known_for_department":"Acting","name":"Elpidia Carrillo","original_name":"Elpidia Carrillo","popularity":21.917,"profile_path":"/zYVzGHtODIUs83uOlGnNtBMwLwo.jpg","roles":[{"credit_id":"61fc12488c0a4869ee15296f","character":"Sonia","episode_count":2}],"total_episode_count":2,"order":151},{"adult":false,"gender":2,"id":1183744,"known_for_department":"Acting","name":"Jason Medwin","original_name":"Jason Medwin","popularity":1.646,"profile_path":null,"roles":[{"credit_id":"61fc260a1e259a009df58133","character":"Wrestling Coach","episode_count":1},{"credit_id":"61fc1673d100b6001bf7e5c5","character":"Pee Wee Ref","episode_count":1}],"total_episode_count":2,"order":172},{"adult":false,"gender":2,"id":1569982,"known_for_department":"Acting","name":"Brock O'Hurn","original_name":"Brock O'Hurn","popularity":3.168,"profile_path":"/3HMTNv2YDcWsAnJvwJyHDMpBTPR.jpg","roles":[{"credit_id":"61fc091ffe6c182eb87bca8e","character":"Super Hot Warrior Man","episode_count":2}],"total_episode_count":2,"order":191},{"adult":false,"gender":0,"id":3411135,"known_for_department":"Acting","name":"Siyon Foster","original_name":"Siyon Foster","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2201dfaae900c6baff73","character":"Virgil","episode_count":2}],"total_episode_count":2,"order":191},{"adult":false,"gender":2,"id":1783255,"known_for_department":"Acting","name":"Richie Merritt","original_name":"Richie Merritt","popularity":2.199,"profile_path":"/9guamI0YrLggrGjVSth9OnUrhRQ.jpg","roles":[{"credit_id":"61fc21ad41429100a217f3b4","character":"Bruce Jr.","episode_count":2}],"total_episode_count":2,"order":235},{"adult":false,"gender":0,"id":3449984,"known_for_department":"Acting","name":"Lamar Lyas","original_name":"Lamar Lyas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb06ff706de001b412885","character":"Preacher","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":1,"id":1517836,"known_for_department":"Acting","name":"Isabella Amara","original_name":"Isabella Amara","popularity":1.602,"profile_path":"/hz2uP4Qjucj5my9rLc0FO9aWV2E.jpg","roles":[{"credit_id":"621faefee194b0004444d61e","character":"Luna","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":1,"id":1600725,"known_for_department":"Acting","name":"Izabella Alvarez","original_name":"Izabella Alvarez","popularity":2.219,"profile_path":"/1oU5WQI38nBjtlzb7K06Crza5l5.jpg","roles":[{"credit_id":"621faeba6f43ec006d514e71","character":"Marta","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449982,"known_for_department":"Acting","name":"Bernardo Hiller","original_name":"Bernardo Hiller","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fafdf9020120043b91c11","character":"Rabbi","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":1,"id":2972563,"known_for_department":"Acting","name":"Clara York","original_name":"Clara York","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb2af8a88b2006dd83cd8","character":"Neighbor","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":980153,"known_for_department":"Acting","name":"Aja Bair","original_name":"Aja Bair","popularity":7.509,"profile_path":null,"roles":[{"credit_id":"621fae6b001bbd00435a152c","character":"Jade","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":1562954,"known_for_department":"Acting","name":"Rosie Rodriguez","original_name":"Rosie Rodriguez","popularity":0.648,"profile_path":null,"roles":[{"credit_id":"621fb111001bbd001bca5d29","character":"Assistant Stage Manager","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449981,"known_for_department":"Acting","name":"Audrey Linden","original_name":"Audrey Linden","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fafb8f706de001b4124cd","character":"Robert's Mother","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":2,"id":1224851,"known_for_department":"Acting","name":"Harvey J. Alperin","original_name":"Harvey J. Alperin","popularity":1.912,"profile_path":"/tJL7IYqrERqPrp4F2I3N8hBeR1l.jpg","roles":[{"credit_id":"621faf999f1be7006b84dc79","character":"Robert's Father","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":3449987,"known_for_department":"Acting","name":"Ethan J Runburg","original_name":"Ethan J Runburg","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb0e16f43ec001cae6926","character":"Mick","episode_count":2}],"total_episode_count":2,"order":267},{"adult":false,"gender":0,"id":1578269,"known_for_department":"Acting","name":"Jacob Clarke","original_name":"Jacob Clarke","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb1fe41aac40044e5543d","character":"Guy Next to Suze","episode_count":2}],"total_episode_count":2,"order":268},{"adult":false,"gender":3,"id":1105441,"known_for_department":"Acting","name":"Bobbi Salvör Menuez","original_name":"Bobbi Salvör Menuez","popularity":7.647,"profile_path":"/d5bgcle4AjHFfEzpWpdyc3irhif.jpg","roles":[{"credit_id":"5d3fb75234e1525dacea4ba3","character":"TC","episode_count":1}],"total_episode_count":1,"order":1},{"adult":false,"gender":3,"id":2042690,"known_for_department":"Acting","name":"Quintessa Swindell","original_name":"Quintessa Swindell","popularity":7.971,"profile_path":"/xKUFfFJR6o5Ka7AmetGMYjSmBGO.jpg","roles":[{"credit_id":"5d3fb75eb87aec2c3d3ceebb","character":"Anna","episode_count":1}],"total_episode_count":1,"order":2},{"adult":false,"gender":2,"id":2680302,"known_for_department":"Acting","name":"Michael Franklin","original_name":"Michael Franklin","popularity":0.72,"profile_path":"/yHHD5UqFw3sO1fFKogONjOQI5T3.jpg","roles":[{"credit_id":"5ee842ba88bbe6001fcc7264","character":"Police Officer","episode_count":1}],"total_episode_count":1,"order":11},{"adult":false,"gender":2,"id":105648,"known_for_department":"Acting","name":"Nat Faxon","original_name":"Nat Faxon","popularity":14.868,"profile_path":"/y0zLB7zVDztJLc2XW9Rg3f7dZvQ.jpg","roles":[{"credit_id":"5f328dcbcaa50800369a8d88","character":"Rick","episode_count":1}],"total_episode_count":1,"order":13},{"adult":false,"gender":2,"id":2447088,"known_for_department":"Acting","name":"Clark Furlong","original_name":"Clark Furlong","popularity":3.855,"profile_path":"/xYda6QecBF8GPn7rDVyMtfxDhgq.jpg","roles":[{"credit_id":"613ec081006b01002d7f9d6a","character":"11-Year-Old Jules","episode_count":1}],"total_episode_count":1,"order":21},{"adult":false,"gender":1,"id":1324161,"known_for_department":"Acting","name":"Cinda Adams","original_name":"Cinda Adams","popularity":1.295,"profile_path":"/7CZXKhAEyjslPo7OH6TrYWCWEZz.jpg","roles":[{"credit_id":"61b717790443c9004106e232","character":"Math Teacher","episode_count":1}],"total_episode_count":1,"order":24},{"adult":false,"gender":2,"id":21317,"known_for_department":"Acting","name":"Daeg Faerch","original_name":"Daeg Faerch","popularity":4.675,"profile_path":"/hXO449dEfMEJi8HOciQIKIqAmQr.jpg","roles":[{"credit_id":"61b7179603726400636209aa","character":"Mitch","episode_count":1}],"total_episode_count":1,"order":25},{"adult":false,"gender":1,"id":1672329,"known_for_department":"Acting","name":"Allie Marie Evans","original_name":"Allie Marie Evans","popularity":2.44,"profile_path":"/lTM3iyFdLICQfdXNxjAbhQaZCf7.jpg","roles":[{"credit_id":"61de3be9cb30840098d20b8f","character":"Natalie","episode_count":1}],"total_episode_count":1,"order":26},{"adult":false,"gender":0,"id":3379187,"known_for_department":"Acting","name":"Daelo Jin Walton","original_name":"Daelo Jin Walton","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61de43bf5c071b0043fa9f77","character":"6-Year-Old Ashtray","episode_count":1}],"total_episode_count":1,"order":27},{"adult":false,"gender":2,"id":1506297,"known_for_department":"Acting","name":"Mason Shea Joyce","original_name":"Mason Shea Joyce","popularity":3.783,"profile_path":"/93uP19JB418DQdTxbF0K3KECJLp.jpg","roles":[{"credit_id":"61de43cb07291c0067fb7ef8","character":"Young Fezco","episode_count":1}],"total_episode_count":1,"order":28},{"adult":false,"gender":1,"id":17920,"known_for_department":"Acting","name":"Kathrine Narducci","original_name":"Kathrine Narducci","popularity":12.373,"profile_path":"/bOxhHtEtmhdfVmnL0KyG4SPDlwJ.jpg","roles":[{"credit_id":"61de44046743fa008f9b8643","character":"Grandma","episode_count":1}],"total_episode_count":1,"order":29},{"adult":false,"gender":2,"id":41341,"known_for_department":"Acting","name":"Andy Mackenzie","original_name":"Andy Mackenzie","popularity":0.84,"profile_path":"/q8qdAq4xuBlcW4P5FinpRHexk9T.jpg","roles":[{"credit_id":"61de4429441b03001c935b14","character":"Bowl-Cut","episode_count":1}],"total_episode_count":1,"order":31},{"adult":false,"gender":2,"id":150786,"known_for_department":"Acting","name":"Charles Manson","original_name":"Charles Manson","popularity":1.4,"profile_path":"/fPBUj4MVR7x2FG2F296otdhxDJC.jpg","roles":[{"credit_id":"61e65090b7abb5006c5262bb","character":"Self (archive footage)","episode_count":1}],"total_episode_count":1,"order":33},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","roles":[{"credit_id":"61f9147c0721660099979e40","character":"Gospel Singer","episode_count":1}],"total_episode_count":1,"order":34},{"adult":false,"gender":1,"id":1392128,"known_for_department":"Acting","name":"Janet Song","original_name":"Janet Song","popularity":1.651,"profile_path":"/acwSEHOkLZmSmC6xEXt3DgL9gMZ.jpg","roles":[{"credit_id":"61fc061707216600431c97fd","character":"Therapist","episode_count":1}],"total_episode_count":1,"order":41},{"adult":false,"gender":1,"id":2072197,"known_for_department":"Acting","name":"McKenna Roberts","original_name":"McKenna Roberts","popularity":4.694,"profile_path":"/cxDP4bZIAeBDaIadkHaeswrUu0G.jpg","roles":[{"credit_id":"61fc062b1e259a001df24e24","character":"10-Year-Old Rue","episode_count":1}],"total_episode_count":1,"order":43},{"adult":false,"gender":0,"id":3410991,"known_for_department":"Acting","name":"Jared Michael Jordan","original_name":"Jared Michael Jordan","popularity":1.094,"profile_path":null,"roles":[{"credit_id":"61fc0636072166006da86b7d","character":"Jake","episode_count":1}],"total_episode_count":1,"order":44},{"adult":false,"gender":1,"id":1423663,"known_for_department":"Acting","name":"Olivia Grace Applegate","original_name":"Olivia Grace Applegate","popularity":7.723,"profile_path":"/5NVwmNqbjmZKHYlqqvOKUpQ5ndb.jpg","roles":[{"credit_id":"61fc0658b7abb5001b29823c","character":"Ms. Kelly","episode_count":1}],"total_episode_count":1,"order":47},{"adult":false,"gender":0,"id":3410993,"known_for_department":"Acting","name":"Jeffery Barnett","original_name":"Jeffery Barnett","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0661d100b60115531a0a","character":"Vincent Van Gogh","episode_count":1}],"total_episode_count":1,"order":48},{"adult":false,"gender":0,"id":3410994,"known_for_department":"Acting","name":"Hyla Rayne Fontenot","original_name":"Hyla Rayne Fontenot","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc066959e8a9001b15e42d","character":"7-Year-Old Gia","episode_count":1}],"total_episode_count":1,"order":49},{"adult":false,"gender":0,"id":1803675,"known_for_department":"Acting","name":"Alex J. Joseph","original_name":"Alex J. Joseph","popularity":1.214,"profile_path":null,"roles":[{"credit_id":"61fc0675dfaae900c6bad4ff","character":"Jockey Bro","episode_count":1}],"total_episode_count":1,"order":50},{"adult":false,"gender":1,"id":2444499,"known_for_department":"Acting","name":"Montanna Gillis","original_name":"Montanna Gillis","popularity":6.141,"profile_path":"/mW7w9bfR6ef4VgOANXOqa2xbLnT.jpg","roles":[{"credit_id":"61fc067e59e8a9006aa6ad09","character":"Random Hot Girl","episode_count":1}],"total_episode_count":1,"order":51},{"adult":false,"gender":2,"id":1720614,"known_for_department":"Acting","name":"Michael Andrew Baker","original_name":"Michael Andrew Baker","popularity":1.4,"profile_path":"/yww1ArQy1dRZFu5w7iwpT7AhSfe.jpg","roles":[{"credit_id":"61fc0687072166532c6e1643","character":"Jules Dad (uncredited)","episode_count":1}],"total_episode_count":1,"order":52},{"adult":false,"gender":2,"id":1384019,"known_for_department":"Acting","name":"Denny McAuliffe","original_name":"Denny McAuliffe","popularity":1.759,"profile_path":"/u43tznFWksGE2Z3B0uStNwkZh7D.jpg","roles":[{"credit_id":"61fc07b78c0a4800c0fc4688","character":"Jean Cut-Offs","episode_count":1}],"total_episode_count":1,"order":54},{"adult":false,"gender":2,"id":2080763,"known_for_department":"Acting","name":"Tom Clark","original_name":"Tom Clark","popularity":1.4,"profile_path":"/nqkvssLWurs1JUqEsuHCxmBQbhG.jpg","roles":[{"credit_id":"61fc07c20721664f6c5a8f93","character":"Biology Teacher","episode_count":1}],"total_episode_count":1,"order":55},{"adult":false,"gender":1,"id":142263,"known_for_department":"Acting","name":"Terry Walters","original_name":"Terry Walters","popularity":0.6,"profile_path":"/qaOGuU7LDXazCan3EiKiqe2IKFG.jpg","roles":[{"credit_id":"61fc07cb8c0a480069060865","character":"Mrs. Applegate","episode_count":1}],"total_episode_count":1,"order":56},{"adult":false,"gender":0,"id":2620167,"known_for_department":"Acting","name":"Elsa Márquez","original_name":"Elsa Márquez","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc07eb5c324700ddab1613","character":"Paramedic","episode_count":1}],"total_episode_count":1,"order":58},{"adult":false,"gender":0,"id":3285920,"known_for_department":"Acting","name":"Meagan Campbell","original_name":"Meagan Campbell","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc07f5072166532c6e188f","character":"Nurse","episode_count":1}],"total_episode_count":1,"order":59},{"adult":false,"gender":1,"id":2181893,"known_for_department":"Acting","name":"Kimberly Christian","original_name":"Kimberly Christian","popularity":0.6,"profile_path":"/cgYO3vsCG0UY6WuosVtgXziMMd9.jpg","roles":[{"credit_id":"61fc07fdfe6c1800c20adeae","character":"Police Officer","episode_count":1}],"total_episode_count":1,"order":60},{"adult":false,"gender":2,"id":2649674,"known_for_department":"Acting","name":"Chau Long","original_name":"Chau Long","popularity":1.442,"profile_path":"/yXLKGZOc5BfXh4SorV7ioiTbvjl.jpg","roles":[{"credit_id":"61fc08075c32470116fa54f6","character":"Jack Rose","episode_count":1}],"total_episode_count":1,"order":61},{"adult":false,"gender":0,"id":3411007,"known_for_department":"Acting","name":"Charli Wappet","original_name":"Charli Wappet","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0816eee18600cd3d4b8e","character":"Classmate","episode_count":1}],"total_episode_count":1,"order":62},{"adult":false,"gender":1,"id":1569776,"known_for_department":"Acting","name":"Heather Ann Gottlieb","original_name":"Heather Ann Gottlieb","popularity":1.4,"profile_path":"/iowMeb0UI5SHb5hNZPiBJPDgtg5.jpg","roles":[{"credit_id":"61fc082059e8a900c3abfbeb","character":"Classmate","episode_count":1}],"total_episode_count":1,"order":63},{"adult":false,"gender":0,"id":3411010,"known_for_department":"Acting","name":"Alyssa Esposito","original_name":"Alyssa Esposito","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc083d41429100a217d0e4","character":"Clerk","episode_count":1}],"total_episode_count":1,"order":64},{"adult":false,"gender":2,"id":566786,"known_for_department":"Acting","name":"Jared Day","original_name":"Jared Day","popularity":0.6,"profile_path":"/w7MN2dBECTlZeweIMc7wzX8Zn1i.jpg","roles":[{"credit_id":"61fc08461e259a009df54b32","character":"Phillip","episode_count":1}],"total_episode_count":1,"order":65},{"adult":false,"gender":0,"id":3411012,"known_for_department":"Acting","name":"Jean-Luc Michelena","original_name":"Jean-Luc Michelena","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc08517a97ab001f707908","character":"Ella","episode_count":1}],"total_episode_count":1,"order":66},{"adult":false,"gender":0,"id":3411015,"known_for_department":"Acting","name":"Gabriel Golub","original_name":"Gabriel Golub","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc085c7a97ab001f70792a","character":"Young Nate","episode_count":1}],"total_episode_count":1,"order":67},{"adult":true,"gender":1,"id":1846943,"known_for_department":"Acting","name":"Natalie Mars","original_name":"Natalie Mars","popularity":25.728,"profile_path":"/tyE87QPHabYRZRNAOfrrhKauIMn.jpg","roles":[{"credit_id":"61fc08761e259a00450c5e79","character":"Motel Hook Up","episode_count":1}],"total_episode_count":1,"order":69},{"adult":true,"gender":1,"id":1872377,"known_for_department":"Acting","name":"Korra del Rio","original_name":"Korra del Rio","popularity":18.768,"profile_path":"/6CD95BQuYuF4L09dLQHdflEpawZ.jpg","roles":[{"credit_id":"61fc0880eee186490a1aa853","character":"Motel Hook Up","episode_count":1}],"total_episode_count":1,"order":70},{"adult":true,"gender":0,"id":2055413,"known_for_department":"Acting","name":"Kayleigh Coxx","original_name":"Kayleigh Coxx","popularity":1.987,"profile_path":"/chebP3w4JtJztN5cD4XWl8T9PrI.jpg","roles":[{"credit_id":"61fc088acb802800bfe63122","character":"Motel Hook Up","episode_count":1}],"total_episode_count":1,"order":71},{"adult":true,"gender":1,"id":2205499,"known_for_department":"Acting","name":"Lianna Lawson","original_name":"Lianna Lawson","popularity":1.363,"profile_path":"/8MCoXap3HT1e2gmGYjWAmn2Wtz9.jpg","roles":[{"credit_id":"61fc08958c0a48001c84a5cc","character":"Motel Hook Up","episode_count":1}],"total_episode_count":1,"order":72},{"adult":false,"gender":2,"id":2197359,"known_for_department":"Acting","name":"Isaac Arellanes","original_name":"Isaac Arellanes","popularity":2.981,"profile_path":"/zHJaoEuXR439wLtiZq5DBCKCi9r.jpg","roles":[{"credit_id":"61fc0946ae6f0901157b1bef","character":"11-Year-Old Daniel","episode_count":1}],"total_episode_count":1,"order":77},{"adult":true,"gender":0,"id":2118059,"known_for_department":"Acting","name":"Lukas Miller","original_name":"Lukas Miller","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc095a6f31af00ba021927","character":"Guy Teasing Kat","episode_count":1}],"total_episode_count":1,"order":79},{"adult":false,"gender":0,"id":1242716,"known_for_department":"Acting","name":"Ray Benson","original_name":"Ray Benson","popularity":1.4,"profile_path":null,"roles":[{"credit_id":"61fc09651e259a0113e09a28","character":"Guy Teasing Kat","episode_count":1}],"total_episode_count":1,"order":80},{"adult":false,"gender":0,"id":3411029,"known_for_department":"Acting","name":"Brianna Albrektsen","original_name":"Brianna Albrektsen","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc096fae6f09006b225400","character":"Cunty Classmate","episode_count":1}],"total_episode_count":1,"order":81},{"adult":false,"gender":2,"id":1449394,"known_for_department":"Acting","name":"Peyton Clark","original_name":"Peyton Clark","popularity":4.12,"profile_path":"/2SX4aAhAszrqdoLf9yD37KWvu45.jpg","roles":[{"credit_id":"61fc097acb802800922069dd","character":"Chapter Prez","episode_count":1}],"total_episode_count":1,"order":82},{"adult":false,"gender":0,"id":3411030,"known_for_department":"Acting","name":"Brandon Knabe","original_name":"Brandon Knabe","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc098364de3500b75e342b","character":"Pledge","episode_count":1}],"total_episode_count":1,"order":83},{"adult":false,"gender":1,"id":2211036,"known_for_department":"Acting","name":"Erika Bowman","original_name":"Erika Bowman","popularity":0.6,"profile_path":"/7VjkmNaOVhD4AjkH4lYVOxnO3I0.jpg","roles":[{"credit_id":"61fc099d07216600431c9dc7","character":"Cafeteria Woman","episode_count":1}],"total_episode_count":1,"order":85},{"adult":false,"gender":0,"id":3411034,"known_for_department":"Acting","name":"Seth McSwain","original_name":"Seth McSwain","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc09a6eee18600cd3d4e00","character":"Filthy Dude","episode_count":1}],"total_episode_count":1,"order":86},{"adult":false,"gender":2,"id":1011103,"known_for_department":"Acting","name":"Will Peltz","original_name":"Will Peltz","popularity":4.326,"profile_path":"/qN3cclEyvxwela4dgix0Xd9JWEl.jpg","roles":[{"credit_id":"61fc0a4a414291001ca7ea44","character":"Luke Kasten","episode_count":1}],"total_episode_count":1,"order":86},{"adult":false,"gender":2,"id":9378,"known_for_department":"Acting","name":"Anthony Ray Parker","original_name":"Anthony Ray Parker","popularity":3.965,"profile_path":"/k03O1ClFvGRSedUnK0sAjTkrogX.jpg","roles":[{"credit_id":"61fc0a71b7abb500e88ecfb2","character":"Allan","episode_count":1}],"total_episode_count":1,"order":87},{"adult":false,"gender":1,"id":1514927,"known_for_department":"Acting","name":"Nancy De Mayo","original_name":"Nancy De Mayo","popularity":4.253,"profile_path":"/iqRoS7KswuMfhPr5iKimCfsPZrl.jpg","roles":[{"credit_id":"61fc0a7964de350044209de5","character":"Dr. Kay","episode_count":1}],"total_episode_count":1,"order":88},{"adult":false,"gender":2,"id":1391889,"known_for_department":"Acting","name":"Mike Ostroski","original_name":"Mike Ostroski","popularity":1.345,"profile_path":"/tSHW9pmdaHCGxbzdqkNtAedMcbL.jpg","roles":[{"credit_id":"61fc0a8359e8a9006aa6b237","character":"Dr. Goodwin","episode_count":1}],"total_episode_count":1,"order":89},{"adult":false,"gender":0,"id":2578938,"known_for_department":"Acting","name":"Ariel Flores","original_name":"Ariel Flores","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0a8bdfaae9009c570c29","character":"Jesse","episode_count":1}],"total_episode_count":1,"order":90},{"adult":false,"gender":2,"id":2217322,"known_for_department":"Acting","name":"Turhan Troy Caylak","original_name":"Turhan Troy Caylak","popularity":1.68,"profile_path":"/ci3TlMl4Ad8IpjmIsGg8DdmoJ5o.jpg","roles":[{"credit_id":"61fc0a9ab7abb500433373fe","character":"Doctor","episode_count":1}],"total_episode_count":1,"order":91},{"adult":false,"gender":2,"id":2532536,"known_for_department":"Acting","name":"Brian Tichnell","original_name":"Brian Tichnell","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0aa2cb8028001c57e28a","character":"Some Hook Up","episode_count":1}],"total_episode_count":1,"order":92},{"adult":false,"gender":0,"id":3400617,"known_for_department":"Acting","name":"Ronan Arthur","original_name":"Ronan Arthur","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0aac5c324700950378dc","character":"Random Sweet Guy","episode_count":1}],"total_episode_count":1,"order":93},{"adult":false,"gender":2,"id":2499178,"known_for_department":"Acting","name":"Danny Plotner","original_name":"Danny Plotner","popularity":0.786,"profile_path":"/uCUwR3JcVCu7EorhQof38Tp0aTZ.jpg","roles":[{"credit_id":"61fc0ab66f31af006a92e3f0","character":"Random Guy","episode_count":1}],"total_episode_count":1,"order":94},{"adult":false,"gender":0,"id":2508773,"known_for_department":"Acting","name":"Matthew Mikita","original_name":"Matthew Mikita","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0ac041429100a217d44c","character":"Random Weird Guy","episode_count":1}],"total_episode_count":1,"order":95},{"adult":false,"gender":0,"id":1777708,"known_for_department":"Acting","name":"Jason Ponder","original_name":"Jason Ponder","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0ac8b7abb50091de7ad1","character":"Emcee","episode_count":1}],"total_episode_count":1,"order":96},{"adult":false,"gender":0,"id":3411036,"known_for_department":"Acting","name":"Jason Trent Wold","original_name":"Jason Trent Wold","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc0adb414291001ca7eb4d","character":"Carnival Worker","episode_count":1}],"total_episode_count":1,"order":97},{"adult":false,"gender":2,"id":1849534,"known_for_department":"Acting","name":"Edwin Garcia II","original_name":"Edwin Garcia II","popularity":0.6,"profile_path":"/wRNvDZy5URJzxbwIFmTgdHzgMtk.jpg","roles":[{"credit_id":"61fc0ae3eee18600f7f8d82f","character":"Slushie Guy","episode_count":1}],"total_episode_count":1,"order":98},{"adult":false,"gender":0,"id":2010827,"known_for_department":"Acting","name":"Elizabeth Posey","original_name":"Elizabeth Posey","popularity":1.411,"profile_path":null,"roles":[{"credit_id":"61fc0aed559d22006a0a1118","character":"Becky","episode_count":1}],"total_episode_count":1,"order":99},{"adult":false,"gender":2,"id":118590,"known_for_department":"Acting","name":"Larry Joe Campbell","original_name":"Larry Joe Campbell","popularity":11.392,"profile_path":"/lOP81xAI3yNWJAxl9vmkzKADUsI.jpg","roles":[{"credit_id":"61fc125c5c324700455131cd","character":"Officer Wilson","episode_count":1}],"total_episode_count":1,"order":101},{"adult":false,"gender":0,"id":1680199,"known_for_department":"Acting","name":"Sean Martini","original_name":"Sean Martini","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc13edae6f090043f2e05d","character":"Minako","episode_count":1}],"total_episode_count":1,"order":102},{"adult":false,"gender":2,"id":937000,"known_for_department":"Acting","name":"Theo Breaux","original_name":"Theo Breaux","popularity":2.086,"profile_path":"/1TdQKGvR3IJJGIHvR0EwikMRSHv.jpg","roles":[{"credit_id":"61fc14158c0a48001c84b9f7","character":"Police Detective","episode_count":1}],"total_episode_count":1,"order":103},{"adult":false,"gender":2,"id":1277,"known_for_department":"Acting","name":"Vito D'Ambrosio","original_name":"Vito D'Ambrosio","popularity":2.213,"profile_path":"/cnoB8PvDu986ZIJylw9sFaOaJYU.jpg","roles":[{"credit_id":"61fc141e64de3500e10b0175","character":"Police Detective","episode_count":1}],"total_episode_count":1,"order":104},{"adult":false,"gender":0,"id":3187561,"known_for_department":"Acting","name":"Priscilla Davies","original_name":"Priscilla Davies","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc142feee18600cd3d5e4c","character":"Survivor","episode_count":1}],"total_episode_count":1,"order":106},{"adult":false,"gender":0,"id":2115426,"known_for_department":"Acting","name":"Lisa Pescherine","original_name":"Lisa Pescherine","popularity":0.6,"profile_path":"/6WZdQ3jq3vRSZqjbRkTNhyl0gHb.jpg","roles":[{"credit_id":"61fc1442b6abc400687f5a44","character":"Mrs. Donovan","episode_count":1}],"total_episode_count":1,"order":107},{"adult":false,"gender":0,"id":2970377,"known_for_department":"Acting","name":"Aliyah Conley","original_name":"Aliyah Conley","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc144b1e259a009df56008","character":"13-Year-Old Rue","episode_count":1}],"total_episode_count":1,"order":108},{"adult":false,"gender":2,"id":2177048,"known_for_department":"Acting","name":"Justice Alan","original_name":"Justice Alan","popularity":1.4,"profile_path":"/wbU7XDz0Jl990KYjnySG39va535.jpg","roles":[{"credit_id":"61fc1456ae6f09006b226521","character":"Rue's 1st Kiss","episode_count":1}],"total_episode_count":1,"order":109},{"adult":false,"gender":2,"id":2098450,"known_for_department":"Acting","name":"Casey Miller","original_name":"Casey Miller","popularity":0.6,"profile_path":"/8gYhXk6039lpOsLXUucsCvpis0t.jpg","roles":[{"credit_id":"61fc145eeee186490a1ab8a1","character":"Rando Fuckboy","episode_count":1}],"total_episode_count":1,"order":110},{"adult":false,"gender":0,"id":2273141,"known_for_department":"Acting","name":"Andy Sandoval","original_name":"Andy Sandoval","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc14675c3247006da924b6","character":"Rando Fuckboy","episode_count":1}],"total_episode_count":1,"order":111},{"adult":false,"gender":0,"id":2174197,"known_for_department":"Acting","name":"Virginia Schneider","original_name":"Virginia Schneider","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc1487fe6c1800c20af329","character":"Lawyer","episode_count":1}],"total_episode_count":1,"order":112},{"adult":false,"gender":0,"id":3411080,"known_for_department":"Acting","name":"Melissa de la Cruz","original_name":"Melissa de la Cruz","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1495eee18600cd3d5ed8","character":"Random Girl","episode_count":1}],"total_episode_count":1,"order":113},{"adult":false,"gender":1,"id":58412,"known_for_department":"Acting","name":"Courtney Taylor Burness","original_name":"Courtney Taylor Burness","popularity":9.271,"profile_path":"/rOhI4S5EHfQjPBJzmyAEWZe5fRO.jpg","roles":[{"credit_id":"61fc149f64de35004420adbf","character":"Another Girl","episode_count":1}],"total_episode_count":1,"order":114},{"adult":false,"gender":0,"id":3411081,"known_for_department":"Acting","name":"Cameron Alexander","original_name":"Cameron Alexander","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc14c2dfaae900455df42f","character":"Random Guy","episode_count":1}],"total_episode_count":1,"order":116},{"adult":false,"gender":2,"id":1144724,"known_for_department":"Acting","name":"Carson Nicely","original_name":"Carson Nicely","popularity":1.38,"profile_path":"/gbPfjCsL85JCBVqN5pdKe1TQAqz.jpg","roles":[{"credit_id":"61fc14d3b6abc400c1e95876","character":"Older Guy","episode_count":1}],"total_episode_count":1,"order":117},{"adult":false,"gender":0,"id":3411082,"known_for_department":"Acting","name":"Kossisko","original_name":"Kossisko","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc14dc8c0a48006906199b","character":"DJ","episode_count":1}],"total_episode_count":1,"order":118},{"adult":false,"gender":2,"id":2288560,"known_for_department":"Acting","name":"Akono Dixon","original_name":"Akono Dixon","popularity":1.0,"profile_path":null,"roles":[{"credit_id":"61fc14e7d100b6009b0db5d0","character":"Some Guy","episode_count":1}],"total_episode_count":1,"order":119},{"adult":false,"gender":0,"id":3411084,"known_for_department":"Acting","name":"Hugo Almonte","original_name":"Hugo Almonte","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc14f15c3247001d971dae","character":"A New Guy","episode_count":1}],"total_episode_count":1,"order":120},{"adult":false,"gender":2,"id":1681723,"known_for_department":"Acting","name":"Dylan McNamara","original_name":"Dylan McNamara","popularity":2.568,"profile_path":null,"roles":[{"credit_id":"61fc14fa559d227d962d2a27","character":"Another New Guy","episode_count":1}],"total_episode_count":1,"order":121},{"adult":false,"gender":0,"id":1453369,"known_for_department":"Acting","name":"Jean Kinsella","original_name":"Jean Kinsella","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1503cb80280092207ba7","character":"Stockbrocker Guy","episode_count":1}],"total_episode_count":1,"order":122},{"adult":false,"gender":0,"id":1723891,"known_for_department":"Acting","name":"Christian Berishaj","original_name":"Christian Berishaj","popularity":1.389,"profile_path":null,"roles":[{"credit_id":"61fc150d5c324700ddab2a4c","character":"Hot Roller Rink Dude","episode_count":1}],"total_episode_count":1,"order":123},{"adult":false,"gender":2,"id":1514101,"known_for_department":"Acting","name":"Cranston Johnson","original_name":"Cranston Johnson","popularity":3.605,"profile_path":"/utbB7yAt2tuZ7YOkWlgzf1d5I1y.jpg","roles":[{"credit_id":"61fc155668929c00f62d1c4b","character":"Frederick McKay","episode_count":1}],"total_episode_count":1,"order":124},{"adult":false,"gender":2,"id":2185357,"known_for_department":"Acting","name":"Yohance Biagas Bey","original_name":"Yohance Biagas Bey","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc158507216600431caf69","character":"11-Year-Old McKay","episode_count":1}],"total_episode_count":1,"order":125},{"adult":false,"gender":2,"id":2185355,"known_for_department":"Acting","name":"Zakai Biagas Bey","original_name":"Zakai Biagas Bey","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1592559d22006a0a2185","character":"11-Year-Old McKay","episode_count":1}],"total_episode_count":1,"order":126},{"adult":false,"gender":0,"id":3084839,"known_for_department":"Acting","name":"Nick King","original_name":"Nick King","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc15a5eee186490a1aba6a","character":"Michael (Maître d')","episode_count":1}],"total_episode_count":1,"order":127},{"adult":false,"gender":2,"id":962603,"known_for_department":"Acting","name":"Jim Garrity","original_name":"Jim Garrity","popularity":1.369,"profile_path":"/lLAlcWaFKOuIUXRkRHLA5uMLQGn.jpg","roles":[{"credit_id":"61fc15b1b7abb500e88edfc3","character":"Tim (Manager)","episode_count":1}],"total_episode_count":1,"order":128},{"adult":false,"gender":0,"id":3411087,"known_for_department":"Acting","name":"Julia Nye","original_name":"Julia Nye","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc15ea559d220043ccc2e9","character":"Drunk Frat Girl","episode_count":1}],"total_episode_count":1,"order":130},{"adult":false,"gender":0,"id":3411088,"known_for_department":"Acting","name":"Jeff Sanders","original_name":"Jeff Sanders","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc16217a97ab001f708fbe","character":"Offensive Coordinator","episode_count":1}],"total_episode_count":1,"order":131},{"adult":false,"gender":0,"id":1570880,"known_for_department":"Acting","name":"Michael Petrone","original_name":"Michael Petrone","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc166a7a97ab00732a847b","character":"Pee Wee Coach","episode_count":1}],"total_episode_count":1,"order":132},{"adult":false,"gender":0,"id":1034652,"known_for_department":"Acting","name":"David Baracskai","original_name":"David Baracskai","popularity":1.529,"profile_path":null,"roles":[{"credit_id":"61fc162a414291001ca7fb12","character":"Jock","episode_count":1}],"total_episode_count":1,"order":132},{"adult":false,"gender":0,"id":3411090,"known_for_department":"Acting","name":"Dino Lorenzo Scordia","original_name":"Dino Lorenzo Scordia","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc167e6f31af00ba022e81","character":"Cornerback","episode_count":1}],"total_episode_count":1,"order":134},{"adult":false,"gender":0,"id":3037924,"known_for_department":"Acting","name":"Biff Miller","original_name":"Biff Miller","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1687b7abb50091de8d2f","character":"Frat Bro","episode_count":1}],"total_episode_count":1,"order":135},{"adult":false,"gender":2,"id":2368802,"known_for_department":"Acting","name":"Dominic Goodman","original_name":"Dominic Goodman","popularity":3.921,"profile_path":"/y2ZVef2P4VsMms9daFyumkCNOb1.jpg","roles":[{"credit_id":"61fc169064de35001b907026","character":"Frat Bro","episode_count":1}],"total_episode_count":1,"order":136},{"adult":false,"gender":0,"id":1675855,"known_for_department":"Acting","name":"Percy Smith","original_name":"Percy Smith","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc169a414291001ca7fc41","character":"Pay Pig","episode_count":1}],"total_episode_count":1,"order":137},{"adult":false,"gender":2,"id":1277015,"known_for_department":"Acting","name":"Rich Grosso","original_name":"Rich Grosso","popularity":1.22,"profile_path":null,"roles":[{"credit_id":"61fc16a368929c0068b13fc9","character":"Pay Pig","episode_count":1}],"total_episode_count":1,"order":138},{"adult":false,"gender":2,"id":1341061,"known_for_department":"Acting","name":"Stuart McLean","original_name":"Stuart McLean","popularity":1.048,"profile_path":"/hAXOOxRvHc2PYE032JSTVP1ytxE.jpg","roles":[{"credit_id":"61fc16ac8c0a4869ee152f4b","character":"Pay Pig","episode_count":1}],"total_episode_count":1,"order":139},{"adult":false,"gender":2,"id":1266790,"known_for_department":"Acting","name":"Thomas F. Evans","original_name":"Thomas F. Evans","popularity":1.746,"profile_path":"/2HhkcFXqsZV52KJQmP5jo0Ojpqt.jpg","roles":[{"credit_id":"61fc16b4072166532c6e348a","character":"Pay Pig","episode_count":1}],"total_episode_count":1,"order":140},{"adult":false,"gender":0,"id":3411093,"known_for_department":"Acting","name":"Shamari Maurice","original_name":"Shamari Maurice","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc178fdfaae900f5e3f93e","character":"Harris","episode_count":1}],"total_episode_count":1,"order":142},{"adult":false,"gender":0,"id":3411094,"known_for_department":"Acting","name":"Kyra Adler","original_name":"Kyra Adler","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc17a768929c0122a476d4","character":"11-Year-Old Cassie","episode_count":1}],"total_episode_count":1,"order":143},{"adult":false,"gender":2,"id":1530815,"known_for_department":"Acting","name":"Ryan Gibson","original_name":"Ryan Gibson","popularity":1.4,"profile_path":"/mRu1L09teImLfW5CzslYPnpuKUa.jpg","roles":[{"credit_id":"61fc17c57a97ab00a968d5c2","character":"English Teacher","episode_count":1}],"total_episode_count":1,"order":144},{"adult":false,"gender":2,"id":204904,"known_for_department":"Acting","name":"Chris Doubek","original_name":"Chris Doubek","popularity":1.932,"profile_path":"/av06AVYfFQ9tl365fsqRqbyCs29.jpg","roles":[{"credit_id":"61fc17cdeee18600cd3d6401","character":"Uncle Ted","episode_count":1}],"total_episode_count":1,"order":145},{"adult":false,"gender":2,"id":1198725,"known_for_department":"Acting","name":"Davey Johnson","original_name":"Davey Johnson","popularity":2.573,"profile_path":"/iez4oEjV4TG0orLjUL23qfqCCY3.jpg","roles":[{"credit_id":"61fc17d6414291006b5c6dc0","character":"Creepy Male Relative","episode_count":1}],"total_episode_count":1,"order":146},{"adult":false,"gender":0,"id":3411096,"known_for_department":"Acting","name":"Stewart Scott McDonald","original_name":"Stewart Scott McDonald","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc17e0b7abb5001b299a45","character":"Creepy Male Relative","episode_count":1}],"total_episode_count":1,"order":147},{"adult":false,"gender":0,"id":2927231,"known_for_department":"Acting","name":"An Phan","original_name":"An Phan","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc17eb559d220043ccc575","character":"Shitty Friend","episode_count":1}],"total_episode_count":1,"order":148},{"adult":false,"gender":2,"id":1636662,"known_for_department":"Visual Effects","name":"Blumes Tracy","original_name":"Blumes Tracy","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc17fd59e8a9001b15fcc6","character":"Puppeteer","episode_count":1}],"total_episode_count":1,"order":149},{"adult":false,"gender":0,"id":591090,"known_for_department":"Acting","name":"Adam Bedi","original_name":"Adam Bedi","popularity":0.772,"profile_path":null,"roles":[{"credit_id":"61fc1808559d2200c7d17b68","character":"Puppeteer","episode_count":1}],"total_episode_count":1,"order":150},{"adult":false,"gender":0,"id":3411100,"known_for_department":"Acting","name":"Caleb Coffee","original_name":"Caleb Coffee","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1948ae6f090043f2e90d","character":"Young Kid","episode_count":1}],"total_episode_count":1,"order":152},{"adult":false,"gender":0,"id":1735930,"known_for_department":"Acting","name":"Evans Forde","original_name":"Evans Forde","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc19531e259a009df569b7","character":"Wealthy Man","episode_count":1}],"total_episode_count":1,"order":153},{"adult":false,"gender":2,"id":1367103,"known_for_department":"Acting","name":"Anthony S. Johnson","original_name":"Anthony S. Johnson","popularity":0.6,"profile_path":"/yTIUEYigiJ0P62QIJiWrRRMDFf8.jpg","roles":[{"credit_id":"61fc195cdfaae9006ab1a2df","character":"Doctor","episode_count":1}],"total_episode_count":1,"order":154},{"adult":false,"gender":2,"id":1783270,"known_for_department":"Acting","name":"Chuck McCollum","original_name":"Chuck McCollum","popularity":1.4,"profile_path":"/2bOEWh3IRjNpz5vUEYSu4LNamx3.jpg","roles":[{"credit_id":"61fc196468929c00422bfde2","character":"Surgeon","episode_count":1}],"total_episode_count":1,"order":155},{"adult":false,"gender":2,"id":2645995,"known_for_department":"Acting","name":"Evan Michael Pinsonnault","original_name":"Evan Michael Pinsonnault","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc196e68929c0122a478cf","character":"Football Announcer","episode_count":1}],"total_episode_count":1,"order":156},{"adult":false,"gender":2,"id":102777,"known_for_department":"Acting","name":"Mel Fair","original_name":"Mel Fair","popularity":1.883,"profile_path":"/9Q9sIiikHS5HvDO89KscfnruZrb.jpg","roles":[{"credit_id":"61fc19861e259a00450c7787","character":"Football Announcer","episode_count":1}],"total_episode_count":1,"order":157},{"adult":false,"gender":0,"id":3320212,"known_for_department":"Acting","name":"Jarrett Austin Brown","original_name":"Jarrett Austin Brown","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc1996fe6c182eb87be078","character":"Friend","episode_count":1}],"total_episode_count":1,"order":158},{"adult":false,"gender":0,"id":1227223,"known_for_department":"Acting","name":"Roy Lee Jones","original_name":"Roy Lee Jones","popularity":1.62,"profile_path":null,"roles":[{"credit_id":"61fc199ed100b6001bf7e9fb","character":"Man in Waiting Room","episode_count":1}],"total_episode_count":1,"order":159},{"adult":false,"gender":0,"id":3411102,"known_for_department":"Acting","name":"Rebecca Lee","original_name":"Rebecca Lee","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc19bed100b6001bf7ea2d","character":"Hospital Nurse","episode_count":1}],"total_episode_count":1,"order":160},{"adult":false,"gender":1,"id":1182683,"known_for_department":"Acting","name":"Stevvi Alexander","original_name":"Stevvi Alexander","popularity":0.6,"profile_path":"/cBLuvpVRYJoPvLn59sVIk9FPkyH.jpg","roles":[{"credit_id":"61fc19d741429100d4fdcd58","character":"Nurse","episode_count":1}],"total_episode_count":1,"order":161},{"adult":false,"gender":0,"id":571239,"known_for_department":"Acting","name":"Kamilah Barrett","original_name":"Kamilah Barrett","popularity":0.64,"profile_path":null,"roles":[{"credit_id":"61fc19e459e8a9001b15ff8c","character":"Station Employee","episode_count":1}],"total_episode_count":1,"order":162},{"adult":false,"gender":2,"id":2676371,"known_for_department":"Acting","name":"Ryan Bertroche","original_name":"Ryan Bertroche","popularity":0.84,"profile_path":null,"roles":[{"credit_id":"61fc19ee072166006da883eb","character":"Random Hot Guy","episode_count":1}],"total_episode_count":1,"order":163},{"adult":false,"gender":2,"id":3204986,"known_for_department":"Acting","name":"Demetrius 'Lil Meech' Flenory","original_name":"Demetrius 'Lil Meech' Flenory","popularity":1.214,"profile_path":"/zbbaLXEs1wnMQjrgrerurDHcY6R.jpg","roles":[{"credit_id":"61fc21b964de3500b75e59cd","character":"Travis","episode_count":1}],"total_episode_count":1,"order":170},{"adult":false,"gender":0,"id":2116763,"known_for_department":"Acting","name":"Philip Ursino","original_name":"Philip Ursino","popularity":0.728,"profile_path":null,"roles":[{"credit_id":"61fc21dd59e8a9001b160d01","character":"Paulie","episode_count":1}],"total_episode_count":1,"order":172},{"adult":false,"gender":0,"id":2367261,"known_for_department":"Acting","name":"Ash Khan","original_name":"Ash Khan","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc21f8ae6f0900a2e4c1ef","character":"Dr. Salah","episode_count":1}],"total_episode_count":1,"order":173},{"adult":false,"gender":0,"id":2021029,"known_for_department":"Acting","name":"Isabella Brenza","original_name":"Isabella Brenza","popularity":3.063,"profile_path":"/lBs5Mxlh798UtoQQrdvoL69kpTj.jpg","roles":[{"credit_id":"61fc220aeee1860044e439f5","character":"Girl in Backroom","episode_count":1}],"total_episode_count":1,"order":175},{"adult":false,"gender":0,"id":2722700,"known_for_department":"Production","name":"Oscar Pereida","original_name":"Oscar Pereida","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc221e559d2200c7d1890d","character":"Cashier","episode_count":1}],"total_episode_count":1,"order":177},{"adult":false,"gender":2,"id":1129158,"known_for_department":"Acting","name":"Mike G.","original_name":"Mike G.","popularity":0.75,"profile_path":"/g4Vp1kQq6E05Czb1JNyIFbfVWO0.jpg","roles":[{"credit_id":"61fc222a1e259a009df579a6","character":"Strip Club Bouncer","episode_count":1}],"total_episode_count":1,"order":178},{"adult":false,"gender":0,"id":1759243,"known_for_department":"Acting","name":"Rogelio Camarillo","original_name":"Rogelio Camarillo","popularity":0.98,"profile_path":"/cQ3BRNdRnuB5DDXn82sxZbqAQz3.jpg","roles":[{"credit_id":"61fc2233072166006da89160","character":"Strip Club Bartender","episode_count":1}],"total_episode_count":1,"order":179},{"adult":false,"gender":1,"id":2625529,"known_for_department":"Acting","name":"Sydney Martin","original_name":"Sydney Martin","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc223c41429100d4fddc17","character":"Bikini Girl","episode_count":1}],"total_episode_count":1,"order":180},{"adult":true,"gender":1,"id":591844,"known_for_department":"Acting","name":"Aiden Ashley","original_name":"Aiden Ashley","popularity":4.689,"profile_path":"/9BPDh8wlgJg2tgCS5AhfeuvXsDs.jpg","roles":[{"credit_id":"61fc22456f31af008f856f73","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":181},{"adult":true,"gender":1,"id":2335449,"known_for_department":"Acting","name":"Diana Grace","original_name":"Diana Grace","popularity":2.09,"profile_path":"/jrl1oOz73507qIQw1bhNEnZ7ZKG.jpg","roles":[{"credit_id":"61fc224d7a97ab00a968e6df","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":182},{"adult":true,"gender":1,"id":3235895,"known_for_department":"Acting","name":"Kenzie Anne","original_name":"Kenzie Anne","popularity":10.171,"profile_path":"/mdlKbtePONhkLoZnc3xwyLwTi63.jpg","roles":[{"credit_id":"61fc2256559d22006a0a3817","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":183},{"adult":false,"gender":0,"id":3411139,"known_for_department":"Acting","name":"Trenee Bowman","original_name":"Trenee Bowman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc225e68929c00a4858c4a","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":184},{"adult":false,"gender":0,"id":3411140,"known_for_department":"Acting","name":"Shannon Caetano","original_name":"Shannon Caetano","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc226768929c0122a48694","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":185},{"adult":false,"gender":0,"id":3411141,"known_for_department":"Acting","name":"Kiajah Powell","original_name":"Kiajah Powell","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc227068929c0122a486ba","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":186},{"adult":false,"gender":0,"id":3411142,"known_for_department":"Acting","name":"Consuella Torres","original_name":"Consuella Torres","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc227868929c00422c0ebd","character":"Stripper","episode_count":1}],"total_episode_count":1,"order":187},{"adult":false,"gender":0,"id":2415031,"known_for_department":"Acting","name":"Robyn Okrant","original_name":"Robyn Okrant","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc24918c0a4800970bf1b0","character":"Receptionist","episode_count":1}],"total_episode_count":1,"order":192},{"adult":false,"gender":0,"id":3411151,"known_for_department":"Acting","name":"Ziayla Pizarro","original_name":"Ziayla Pizarro","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc249dfe6c1800f43ad4cf","character":"Elliot's Cousin","episode_count":1}],"total_episode_count":1,"order":193},{"adult":false,"gender":0,"id":3411152,"known_for_department":"Acting","name":"Christin Byrdsong","original_name":"Christin Byrdsong","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc24aadfaae9009c573d21","character":"Guy in Motel Room","episode_count":1}],"total_episode_count":1,"order":194},{"adult":false,"gender":0,"id":3411153,"known_for_department":"Acting","name":"Anna Smith","original_name":"Anna Smith","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc24f5ae6f090043f2fa49","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":195},{"adult":false,"gender":0,"id":3411154,"known_for_department":"Acting","name":"Andrea Somer","original_name":"Andrea Somer","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2504b6abc400c1e97493","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":196},{"adult":false,"gender":0,"id":1543404,"known_for_department":"Acting","name":"Amanda LaCount","original_name":"Amanda LaCount","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc2516eee186490a1ad162","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":198},{"adult":false,"gender":0,"id":3411155,"known_for_department":"Acting","name":"Jackie Winn","original_name":"Jackie Winn","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2522eee186490a1ad190","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":199},{"adult":false,"gender":0,"id":3411156,"known_for_department":"Acting","name":"Bree Kish","original_name":"Bree Kish","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc252b68929c00a48591d4","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":200},{"adult":false,"gender":0,"id":3281116,"known_for_department":"Acting","name":"Emily Roslyn Villarreal","original_name":"Emily Roslyn Villarreal","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25337390c0006dc53cdb","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":201},{"adult":false,"gender":0,"id":3411157,"known_for_department":"Acting","name":"Jewell Farshad","original_name":"Jewell Farshad","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc253ceee1860044e43f3e","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":202},{"adult":false,"gender":1,"id":1820335,"known_for_department":"Acting","name":"Annie Hsu","original_name":"Annie Hsu","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2545d100b60115534dbe","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":203},{"adult":false,"gender":0,"id":3411158,"known_for_department":"Acting","name":"Chloe Bunce","original_name":"Chloe Bunce","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc254d68929c0068b1557d","character":"Influencer","episode_count":1}],"total_episode_count":1,"order":204},{"adult":false,"gender":0,"id":3411159,"known_for_department":"Acting","name":"Elias Kacavas","original_name":"Elias Kacavas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25961e259a009df580bd","character":"18 Year-Old Cal","episode_count":1}],"total_episode_count":1,"order":205},{"adult":false,"gender":1,"id":3411160,"known_for_department":"Acting","name":"Rebecca Louise","original_name":"Rebecca Louise","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc25ceb7abb50043339d82","character":"17 Year-Old Marsha","episode_count":1}],"total_episode_count":1,"order":206},{"adult":false,"gender":0,"id":3186291,"known_for_department":"Acting","name":"Anouk Samuel","original_name":"Anouk Samuel","popularity":1.38,"profile_path":null,"roles":[{"credit_id":"61fc25d6cb80280092209751","character":"Lisa","episode_count":1}],"total_episode_count":1,"order":207},{"adult":false,"gender":2,"id":113006,"known_for_department":"Acting","name":"James C. Burns","original_name":"James C. Burns","popularity":2.241,"profile_path":"/lo4k6Vl7lo5DlU8sSqi3e0GEAXp.jpg","roles":[{"credit_id":"61fc25ddae6f0901157b48fd","character":"Bud","episode_count":1}],"total_episode_count":1,"order":208},{"adult":false,"gender":1,"id":59846,"known_for_department":"Acting","name":"Joanne Baron","original_name":"Joanne Baron","popularity":3.185,"profile_path":"/cd9dbkbTcDTtFWli2YrkYMgiwGU.jpg","roles":[{"credit_id":"61fc25e57390c00118859723","character":"Judy","episode_count":1}],"total_episode_count":1,"order":209},{"adult":false,"gender":0,"id":2418325,"known_for_department":"Acting","name":"Ernie González Jr.","original_name":"Ernie González Jr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2615ce997a00445f96fd","character":"Vice Principal","episode_count":1}],"total_episode_count":1,"order":212},{"adult":false,"gender":1,"id":2382697,"known_for_department":"Acting","name":"Christie Nicole Chaplin","original_name":"Christie Nicole Chaplin","popularity":1.573,"profile_path":"/r49c1EDhnECIfaLsNpTAsRnl5Oo.jpg","roles":[{"credit_id":"61fc26204142916e34219b62","character":"Young Cal's Sister","episode_count":1}],"total_episode_count":1,"order":213},{"adult":false,"gender":0,"id":1391885,"known_for_department":"Acting","name":"Audrey Walters","original_name":"Audrey Walters","popularity":1.159,"profile_path":"/rBfLWEyHDMenAMZMolXT1dgYUpc.jpg","roles":[{"credit_id":"61fc2629cb80280069fcfb2c","character":"Young Cal's Mom","episode_count":1}],"total_episode_count":1,"order":214},{"adult":false,"gender":0,"id":3411166,"known_for_department":"Acting","name":"Suzanne Egertson","original_name":"Suzanne Egertson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2632bf0f63006c6fa5b9","character":"Derek's New Girlfriend","episode_count":1}],"total_episode_count":1,"order":215},{"adult":false,"gender":0,"id":3411168,"known_for_department":"Acting","name":"Bryan Charles Feldman","original_name":"Bryan Charles Feldman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc263b8c0a4800690631d4","character":"Ethan's Dad","episode_count":1}],"total_episode_count":1,"order":216},{"adult":false,"gender":0,"id":3411169,"known_for_department":"Acting","name":"Joshua Hoyo Jr.","original_name":"Joshua Hoyo Jr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26444142916e34219bc5","character":"Meat Head Jock","episode_count":1}],"total_episode_count":1,"order":217},{"adult":false,"gender":0,"id":2049533,"known_for_department":"Acting","name":"Brooklyn Brailsford","original_name":"Brooklyn Brailsford","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc264ceee18600f7f9055e","character":"Hot Girl","episode_count":1}],"total_episode_count":1,"order":218},{"adult":false,"gender":0,"id":3411171,"known_for_department":"Acting","name":"Marlis Yurcisin","original_name":"Marlis Yurcisin","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc265edfaae9006ab1b758","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":219},{"adult":false,"gender":0,"id":3411174,"known_for_department":"Acting","name":"Nicole Thompson","original_name":"Nicole Thompson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26865c3247009503a4be","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":220},{"adult":false,"gender":1,"id":1941640,"known_for_department":"Acting","name":"Sally Brunski","original_name":"Sally Brunski","popularity":5.219,"profile_path":"/txgZOkq91cSqgs3arJBtno7QMKY.jpg","roles":[{"credit_id":"61fc2690eee1860044e441fe","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":221},{"adult":false,"gender":0,"id":1773749,"known_for_department":"Lighting","name":"Danny Durr","original_name":"Danny Durr","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc269a559d22001b95d6a5","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":222},{"adult":false,"gender":2,"id":1367508,"known_for_department":"Directing","name":"Steve Gehrke","original_name":"Steve Gehrke","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26a56f31af00e649fcfd","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":223},{"adult":false,"gender":0,"id":1612490,"known_for_department":"Costume \u0026 Make-Up","name":"Angelina Vitto","original_name":"Angelina Vitto","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc26ae7390c0001dab22a3","character":"Film Crew","episode_count":1}],"total_episode_count":1,"order":224},{"adult":false,"gender":0,"id":1505217,"known_for_department":"Acting","name":"Herman Jackson","original_name":"Herman Jackson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2707cb80280069fcfc6a","character":"Organist","episode_count":1}],"total_episode_count":1,"order":225},{"adult":false,"gender":0,"id":2900952,"known_for_department":"Acting","name":"Lafayette R. Dorsey Sr.","original_name":"Lafayette R. Dorsey Sr.","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2710bf0f63011a66b051","character":"Minister","episode_count":1}],"total_episode_count":1,"order":226},{"adult":false,"gender":2,"id":1094420,"known_for_department":"Acting","name":"Saxon Anderson","original_name":"Saxon Anderson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc272bfe6c18009387241b","character":"Outskirts Bartender","episode_count":1}],"total_episode_count":1,"order":227},{"adult":false,"gender":0,"id":1420973,"known_for_department":"Crew","name":"Michael Hilow","original_name":"Michael Hilow","popularity":0.996,"profile_path":null,"roles":[{"credit_id":"61fc273b8c0a4869ee154322","character":"Clerk","episode_count":1}],"total_episode_count":1,"order":228},{"adult":false,"gender":2,"id":3394224,"known_for_department":"Acting","name":"Eric Barron","original_name":"Eric Barron","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"61fc274568929c00f62d36be","character":"Skinny Guy","episode_count":1}],"total_episode_count":1,"order":229},{"adult":false,"gender":1,"id":2908024,"known_for_department":"Acting","name":"Coco Lloyd","original_name":"Coco Lloyd","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc274dcb8028001c580c3d","character":"Tammy","episode_count":1}],"total_episode_count":1,"order":230},{"adult":false,"gender":1,"id":2049953,"known_for_department":"Acting","name":"Elise Luthman","original_name":"Elise Luthman","popularity":0.992,"profile_path":"/6MHLrKdB2ZqOV3UWaE6TBZThH5o.jpg","roles":[{"credit_id":"61fc27565c32470116fa827b","character":"Sandy","episode_count":1}],"total_episode_count":1,"order":231},{"adult":false,"gender":1,"id":1253106,"known_for_department":"Acting","name":"Elle Alexander","original_name":"Elle Alexander","popularity":2.615,"profile_path":"/6MZFAolCYO4Gq3GyhdRbvf1XbhN.jpg","roles":[{"credit_id":"61fc275ffe6c1800c20b1159","character":"Molly","episode_count":1}],"total_episode_count":1,"order":232},{"adult":false,"gender":0,"id":3411179,"known_for_department":"Acting","name":"Winter Bassett","original_name":"Winter Bassett","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"61fc2771eee18600cd3d7e6d","character":"Stacey","episode_count":1}],"total_episode_count":1,"order":233},{"adult":false,"gender":1,"id":2101073,"known_for_department":"Acting","name":"Nikkie de Jager","original_name":"Nikkie de Jager","popularity":0.6,"profile_path":"/zQ8TEVI0LTqi7wbPld6y4BVnAmn.jpg","roles":[{"credit_id":"61fdc51c025764010bee9d76","character":"Influencer (archive footage)","episode_count":1}],"total_episode_count":1,"order":234},{"adult":false,"gender":0,"id":3416262,"known_for_department":"Acting","name":"Alumière Glass","original_name":"Alumière Glass","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6200912511386c004305367b","character":"3-Year-Old Rue","episode_count":1}],"total_episode_count":1,"order":235},{"adult":true,"gender":1,"id":236030,"known_for_department":"Acting","name":"Jessie Andrews","original_name":"Jessie Andrews","popularity":2.911,"profile_path":"/miJ1dy5mYGLloLCQvoSdeCnT2ye.jpg","roles":[{"credit_id":"62009144cf4b8b0066ae0d8d","character":"Ella","episode_count":1}],"total_episode_count":1,"order":236},{"adult":false,"gender":1,"id":2346405,"known_for_department":"Acting","name":"Susan Louise O'Connor","original_name":"Susan Louise O'Connor","popularity":1.322,"profile_path":null,"roles":[{"credit_id":"620aabf0014325008d2494c0","character":"Waitress","episode_count":1}],"total_episode_count":1,"order":237},{"adult":false,"gender":1,"id":1897539,"known_for_department":"Acting","name":"Kathy Dorn","original_name":"Kathy Dorn","popularity":0.828,"profile_path":"/s6EUNi9NRRvuvVXgb6NhPp3F6tK.jpg","roles":[{"credit_id":"621fb25b41aac40044e555ec","character":"Invested Audience Girl","episode_count":1}],"total_episode_count":1,"order":251},{"adult":false,"gender":0,"id":3057748,"known_for_department":"Acting","name":"Aaron Holliday","original_name":"Aaron Holliday","popularity":0.98,"profile_path":null,"roles":[{"credit_id":"621fb2cc001bbd006cad5ecd","character":"Skye","episode_count":1}],"total_episode_count":1,"order":254},{"adult":false,"gender":0,"id":3450006,"known_for_department":"Acting","name":"Ricky Guzman","original_name":"Ricky Guzman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb2ec7719d70044f56e66","character":"Ricki","episode_count":1}],"total_episode_count":1,"order":255},{"adult":true,"gender":1,"id":2085404,"known_for_department":"Acting","name":"Ashley Lane","original_name":"Ashley Lane","popularity":17.904,"profile_path":"/r3vQlZiPoNLGcdQRUDwuZhzVkWk.jpg","roles":[{"credit_id":"621fb54a001bbd006cad6a22","character":"Bambi","episode_count":1}],"total_episode_count":1,"order":256},{"adult":false,"gender":0,"id":3450019,"known_for_department":"Acting","name":"Liam Manfredonia","original_name":"Liam Manfredonia","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5786b5fc2006b9db26c","character":"Hard Harry","episode_count":1}],"total_episode_count":1,"order":257},{"adult":false,"gender":0,"id":1035863,"known_for_department":"Acting","name":"Adam Popp","original_name":"Adam Popp","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb593f706de0043cc24c5","character":"Cop","episode_count":1}],"total_episode_count":1,"order":258},{"adult":false,"gender":0,"id":3450021,"known_for_department":"Acting","name":"Joe Robinson","original_name":"Joe Robinson","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5aa001bbd006cad6b81","character":"Cop","episode_count":1}],"total_episode_count":1,"order":259},{"adult":false,"gender":0,"id":1826530,"known_for_department":"Crew","name":"Jeffrey G. Barnett","original_name":"Jeffrey G. Barnett","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb5cd902012006d445c56","character":"Cop","episode_count":1}],"total_episode_count":1,"order":260},{"adult":false,"gender":2,"id":112119,"known_for_department":"Acting","name":"Derek Graf","original_name":"Derek Graf","popularity":3.62,"profile_path":"/wwa2VZwRjXYrXv5kdhj9dIgQn8I.jpg","roles":[{"credit_id":"621fb5e7f706de0043cc2682","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":261},{"adult":false,"gender":2,"id":1696636,"known_for_department":"Crew","name":"David Castillo","original_name":"David Castillo","popularity":0.6,"profile_path":"/jlQLRRhOJB3bkXNMletYPio8pS4.jpg","roles":[{"credit_id":"621fb67f058224006c466ce9","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":262},{"adult":false,"gender":0,"id":3450028,"known_for_department":"Acting","name":"Joe Dominguez","original_name":"Joe Dominguez","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb6d6f706de001b414715","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":263},{"adult":false,"gender":0,"id":1894537,"known_for_department":"Acting","name":"Wilson Wong","original_name":"Wilson Wong","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb6feeea34d001b0e9d4b","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":264},{"adult":false,"gender":0,"id":1455749,"known_for_department":"Acting","name":"Nick Epper","original_name":"Nick Epper","popularity":1.4,"profile_path":null,"roles":[{"credit_id":"621fb70f41aac40044e5680c","character":"SWAT Team","episode_count":1}],"total_episode_count":1,"order":265},{"adult":false,"gender":0,"id":2980136,"known_for_department":"Production","name":"Laphea Coleman","original_name":"Laphea Coleman","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"621fb90d8a88b2006dd85740","character":"Student (uncredited)","episode_count":1}],"total_episode_count":1,"order":266},{"adult":false,"gender":0,"id":3458154,"known_for_department":"Acting","name":"Leo Llenas","original_name":"Leo Llenas","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ea550d5d850047a1c0ef","character":"Makeout Guy","episode_count":1}],"total_episode_count":1,"order":267},{"adult":false,"gender":0,"id":3458158,"known_for_department":"Acting","name":"Malia Barnhardt","original_name":"Malia Barnhardt","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227eb3435818f0046f83725","character":"14-Year-Old-Leslie","episode_count":1}],"total_episode_count":1,"order":268},{"adult":false,"gender":2,"id":34050,"known_for_department":"Writing","name":"Allan Loeb","original_name":"Allan Loeb","popularity":1.573,"profile_path":null,"roles":[{"credit_id":"6227eb9f1130bd0067c4547c","character":"Gabe","episode_count":1}],"total_episode_count":1,"order":269},{"adult":false,"gender":0,"id":3430110,"known_for_department":"Acting","name":"Davison Locksley","original_name":"Davison Locksley","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227eba82f1be00045ac0b95","character":"Homeless Man","episode_count":1}],"total_episode_count":1,"order":270},{"adult":false,"gender":2,"id":92488,"known_for_department":"Crew","name":"Kevin Beard","original_name":"Kevin Beard","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ebc7b76cbb001b9ff4a5","character":"Cop","episode_count":1}],"total_episode_count":1,"order":271},{"adult":false,"gender":0,"id":3458164,"known_for_department":"Acting","name":"Michael Ferragamo","original_name":"Michael Ferragamo","popularity":0.6,"profile_path":null,"roles":[{"credit_id":"6227ebcf1bf266004616a65c","character":"Cop","episode_count":1}],"total_episode_count":1,"order":272}],"crew":[{"adult":false,"gender":0,"id":2238033,"known_for_department":"Art","name":"Michael Hersey","original_name":"Michael Hersey","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f527f1759c002ead3d89","job":"Art Direction","episode_count":8}],"department":"Art","total_episode_count":8},{"adult":false,"gender":2,"id":66495,"known_for_department":"Art","name":"Jason Baldwin Stewart","original_name":"Jason Baldwin Stewart","popularity":0.828,"profile_path":null,"jobs":[{"credit_id":"60f7fa349603310081152f4b","job":"Production Design","episode_count":6},{"credit_id":"60f7f66c39a1a60082ff16b6","job":"Art Direction","episode_count":1}],"department":"Art","total_episode_count":7},{"adult":false,"gender":2,"id":984533,"known_for_department":"Art","name":"Adam Willis","original_name":"Adam Willis","popularity":1.166,"profile_path":null,"jobs":[{"credit_id":"60f7f5ecf1759c005f35bd61","job":"Set Decoration","episode_count":7}],"department":"Art","total_episode_count":7},{"adult":false,"gender":0,"id":2300458,"known_for_department":"Art","name":"Alison Korth","original_name":"Alison Korth","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f530c439c000465ed53b","job":"Set Decoration","episode_count":7}],"department":"Art","total_episode_count":7},{"adult":false,"gender":0,"id":1718397,"known_for_department":"Art","name":"Eric Jihwan Jeon","original_name":"Eric Jihwan Jeon","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f5ccc439c0005c2b7490","job":"Supervising Art Director","episode_count":7}],"department":"Art","total_episode_count":7},{"adult":false,"gender":2,"id":1012821,"known_for_department":"Art","name":"Michael Grasley","original_name":"Michael Grasley","popularity":1.38,"profile_path":null,"jobs":[{"credit_id":"60f7f51ad7fbda0062a3e0ec","job":"Production Design","episode_count":5}],"department":"Art","total_episode_count":5},{"adult":false,"gender":1,"id":989751,"known_for_department":"Art","name":"Kay Lee","original_name":"Kay Lee","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f5b3209f180044bca7ad","job":"Production Design","episode_count":5}],"department":"Art","total_episode_count":5},{"adult":false,"gender":0,"id":2062521,"known_for_department":"Art","name":"Ali Rubinfeld","original_name":"Ali Rubinfeld","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f54bd7fbda0062a3e10d","job":"Set Decoration","episode_count":5}],"department":"Art","total_episode_count":5},{"adult":false,"gender":0,"id":2861793,"known_for_department":"Art","name":"Julia Altschul","original_name":"Julia Altschul","popularity":0.676,"profile_path":null,"jobs":[{"credit_id":"60f7fa71fd140b005d2b8a61","job":"Set Decoration","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":2011863,"known_for_department":"Art","name":"Alyssa Hill","original_name":"Alyssa Hill","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111e63d4d9600919554e1","job":"Art Direction","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":2809354,"known_for_department":"Art","name":"Nealy Orillion","original_name":"Nealy Orillion","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111f00582240042abb9ff","job":"Art Direction","episode_count":4}],"department":"Art","total_episode_count":4},{"adult":false,"gender":0,"id":960808,"known_for_department":"Art","name":"Nick Ralbovsky","original_name":"Nick Ralbovsky","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61a111f73d4d96002e5f23ab","job":"Supervising Art Director","episode_count":3}],"department":"Art","total_episode_count":3},{"adult":false,"gender":0,"id":1813742,"known_for_department":"Art","name":"Bryan Langer","original_name":"Bryan Langer","popularity":0.694,"profile_path":null,"jobs":[{"credit_id":"60f7f654fd140b005d2b86c2","job":"Art Direction","episode_count":2}],"department":"Art","total_episode_count":2},{"adult":false,"gender":1,"id":1364238,"known_for_department":"Art","name":"Chilly Nathan","original_name":"Chilly Nathan","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f539fd140b002937d975","job":"Set Decoration","episode_count":1}],"department":"Art","total_episode_count":1},{"adult":false,"gender":2,"id":1164081,"known_for_department":"Camera","name":"Drew Daniels","original_name":"Drew Daniels","popularity":1.22,"profile_path":"/oViatszuW3jai7gpDwzxwnDYe30.jpg","jobs":[{"credit_id":"60f01dc3ab1bc7007416ce02","job":"Director of Photography","episode_count":2}],"department":"Camera","total_episode_count":2},{"adult":false,"gender":2,"id":1388962,"known_for_department":"Camera","name":"Adam Newport-Berra","original_name":"Adam Newport-Berra","popularity":1.424,"profile_path":"/m1J1LPLpn17jObXDtAzpgkcgSmi.jpg","jobs":[{"credit_id":"60f7f881944a570075d71abe","job":"Director of Photography","episode_count":2}],"department":"Camera","total_episode_count":2},{"adult":false,"gender":2,"id":1418991,"known_for_department":"Camera","name":"André Chemetoff","original_name":"André Chemetoff","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"60f7f592fd140b007e5bb3a5","job":"Director of Photography","episode_count":1}],"department":"Camera","total_episode_count":1},{"adult":false,"gender":1,"id":963377,"known_for_department":"Costume \u0026 Make-Up","name":"Heidi Bivens","original_name":"Heidi Bivens","popularity":1.22,"profile_path":null,"jobs":[{"credit_id":"61a11200058224002664ba9e","job":"Costume Design","episode_count":16}],"department":"Costume \u0026 Make-Up","total_episode_count":16},{"adult":false,"gender":0,"id":1949332,"known_for_department":"Costume \u0026 Make-Up","name":"Katina Danabassis","original_name":"Katina Danabassis","popularity":1.96,"profile_path":null,"jobs":[{"credit_id":"615fd6a93e2ec80063f6f65a","job":"Assistant Costume Designer","episode_count":7}],"department":"Costume \u0026 Make-Up","total_episode_count":7},{"adult":false,"gender":0,"id":1480630,"known_for_department":"Costume \u0026 Make-Up","name":"Doniella Davy","original_name":"Doniella Davy","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61400fa794d8a80043fcbd7b","job":"Makeup Department Head","episode_count":5}],"department":"Costume \u0026 Make-Up","total_episode_count":5},{"adult":false,"gender":0,"id":3301104,"known_for_department":"Costume \u0026 Make-Up","name":"Kaity Licina","original_name":"Kaity Licina","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888f8069d2800066dfaa1e","job":"Key Hair Stylist","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":0,"id":1571069,"known_for_department":"Costume \u0026 Make-Up","name":"Monique Hyman","original_name":"Monique Hyman","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888f6f160e730029e0f1bf","job":"Hairstylist","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":0,"id":1955808,"known_for_department":"Costume \u0026 Make-Up","name":"Kimberly Boyenger","original_name":"Kimberly Boyenger","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888f2fddd52d00616946eb","job":"Hairstylist","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":2,"id":175183,"known_for_department":"Costume \u0026 Make-Up","name":"Jason Collins","original_name":"Jason Collins","popularity":1.166,"profile_path":null,"jobs":[{"credit_id":"61888f4ff8aee80043621e29","job":"Special Effects Makeup Artist","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":1,"id":3147859,"known_for_department":"Costume \u0026 Make-Up","name":"Yunea Cruz","original_name":"Yunea Cruz","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888f5b1fd36f006287b3a3","job":"Key Hair Stylist","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":0,"id":1551525,"known_for_department":"Costume \u0026 Make-Up","name":"Kimberly Kimble","original_name":"Kimberly Kimble","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61feb141dd926a0110238bbb","job":"Hair Department Head","episode_count":1}],"department":"Costume \u0026 Make-Up","total_episode_count":1},{"adult":false,"gender":0,"id":3385979,"known_for_department":"Crew","name":"Jeslian Lopez","original_name":"Jeslian Lopez","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e4e69bdb8a0000407478a5","job":"Visual Effects Art Director","episode_count":8}],"department":"Crew","total_episode_count":8},{"adult":false,"gender":0,"id":2999889,"known_for_department":"Crew","name":"Stephen Cheatum","original_name":"Stephen Cheatum","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"6140102794d8a800915f80ef","job":"Visual Effects Editor","episode_count":1}],"department":"Crew","total_episode_count":1},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","jobs":[{"credit_id":"5d078a71925141488abbac4a","job":"Director","episode_count":15}],"department":"Directing","total_episode_count":15},{"adult":false,"gender":1,"id":41421,"known_for_department":"Acting","name":"Jennifer Morrison","original_name":"Jennifer Morrison","popularity":24.37,"profile_path":"/i6dkHIME0BOPhbcPESHZND3vmtk.jpg","jobs":[{"credit_id":"5d078aab9251414241b8d41e","job":"Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":0,"id":1903366,"known_for_department":"Directing","name":"Angie Meyer","original_name":"Angie Meyer","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888fd23e2ec8008d26cf07","job":"First Assistant Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":1,"id":1285848,"known_for_department":"Acting","name":"Augustine Frizzell","original_name":"Augustine Frizzell","popularity":0.6,"profile_path":"/8V00TfK356FLSZwYYJq8cTlEaZH.jpg","jobs":[{"credit_id":"5d078a4c0e0a261fbbda2249","job":"Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":1,"id":1903368,"known_for_department":"Directing","name":"Samantha Hollingsworth","original_name":"Samantha Hollingsworth","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888fb9fb5299008d000dfb","job":"Second Assistant Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":1,"id":1474622,"known_for_department":"Directing","name":"Pippa Bianco","original_name":"Pippa Bianco","popularity":0.972,"profile_path":"/P125W7iwAPQNMFVo103MccxBYk.jpg","jobs":[{"credit_id":"5d078ad39251411a82ce0525","job":"Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":0,"id":2142742,"known_for_department":"Directing","name":"Jason Z. Kemp","original_name":"Jason Z. Kemp","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888fc6f8aee80091f1cf5d","job":"First Assistant Director","episode_count":1}],"department":"Directing","total_episode_count":1},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61feb0c5197de4008e0709f1","job":"Supervising Editor","episode_count":1},{"credit_id":"60f7f4fafd140b00463ae04e","job":"Editor","episode_count":7}],"department":"Editing","total_episode_count":8},{"adult":false,"gender":0,"id":1823398,"known_for_department":"Editing","name":"Nikola Boyanov","original_name":"Nikola Boyanov","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7fa19944a5700303d880d","job":"Co-Editor","episode_count":4}],"department":"Editing","total_episode_count":4},{"adult":false,"gender":0,"id":1924906,"known_for_department":"Editing","name":"Laura Zempel","original_name":"Laura Zempel","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"60f7f62d3103250046cd2c84","job":"Editor","episode_count":3}],"department":"Editing","total_episode_count":3},{"adult":false,"gender":2,"id":1383143,"known_for_department":"Editing","name":"Harry Yoon","original_name":"Harry Yoon","popularity":0.6,"profile_path":"/jtJEPNDcKHfNGti58ox6IYlWI0I.jpg","jobs":[{"credit_id":"60f7f794d7fbda004513eba7","job":"Editor","episode_count":2}],"department":"Editing","total_episode_count":2},{"adult":false,"gender":0,"id":1324187,"known_for_department":"Editing","name":"Aaron I. Butler","original_name":"Aaron I. Butler","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e58a3ef5c824004293dfec","job":"Editor","episode_count":1}],"department":"Editing","total_episode_count":1},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"619d628d63536a0043a4df3e","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"jobs":[{"credit_id":"619d6298af58cb00444c5a60","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":0,"id":2058384,"known_for_department":"Production","name":"Hadas Mozes Lichtenstein","original_name":"Hadas Mozes Lichtenstein","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"619d6281af58cb0091bc48bc","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":2,"id":197315,"known_for_department":"Acting","name":"Drake","original_name":"Drake","popularity":2.372,"profile_path":"/tE0ZkWBP2rLj8u0NJqmMi1h1kb1.jpg","jobs":[{"credit_id":"5febdec61511aa003df59933","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":2,"id":2438759,"known_for_department":"Production","name":"Adel 'Future' Nur","original_name":"Adel 'Future' Nur","popularity":1.9,"profile_path":null,"jobs":[{"credit_id":"619d621ebc2cb300642f7ce5","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":2,"id":96172,"known_for_department":"Directing","name":"Sam Levinson","original_name":"Sam Levinson","popularity":9.353,"profile_path":"/unyjIDs02a9ghtZhnajoAKKGzhW.jpg","jobs":[{"credit_id":"5febdecfd7107e003f27eacf","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":0,"id":74534,"known_for_department":"Production","name":"Kevin Turen","original_name":"Kevin Turen","popularity":3.443,"profile_path":null,"jobs":[{"credit_id":"619d61fdaf58cb0091bc47fe","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":0,"id":1590721,"known_for_department":"Production","name":"Ravi Nandan","original_name":"Ravi Nandan","popularity":1.258,"profile_path":null,"jobs":[{"credit_id":"619d61f0c0ae360089159afe","job":"Executive Producer","episode_count":18}],"department":"Production","total_episode_count":18},{"adult":false,"gender":0,"id":1619915,"known_for_department":"Production","name":"Will Greenfield","original_name":"Will Greenfield","popularity":0.98,"profile_path":null,"jobs":[{"credit_id":"619d620e4f9a9900245498cb","job":"Executive Producer","episode_count":16}],"department":"Production","total_episode_count":16},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","jobs":[{"credit_id":"5fd693b1cfe48f00404f70e4","job":"Executive Producer","episode_count":10}],"department":"Production","total_episode_count":10},{"adult":false,"gender":2,"id":1653896,"known_for_department":"Crew","name":"Kenneth Yu","original_name":"Kenneth Yu","popularity":0.98,"profile_path":null,"jobs":[{"credit_id":"619d62abf90b19002a99ecbe","job":"Producer","episode_count":10}],"department":"Production","total_episode_count":10},{"adult":false,"gender":0,"id":3385974,"known_for_department":"Acting","name":"Yahir Rodriguez","original_name":"Yahir Rodriguez","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61e4e654b7abb500a242dbe7","job":"Casting Coordinator","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":2077657,"known_for_department":"Production","name":"Harrison Kreiss","original_name":"Harrison Kreiss","popularity":0.614,"profile_path":null,"jobs":[{"credit_id":"619d62d3e2ff320043798113","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":2,"id":971868,"known_for_department":"Editing","name":"Julio Perez IV","original_name":"Julio Perez IV","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"619d62e069d2800060eb6cf6","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":1,"id":2484106,"known_for_department":"Production","name":"Ashley Levinson","original_name":"Ashley Levinson","popularity":2.602,"profile_path":"/b0hMHB7BysInoGz2MeQFNHml445.jpg","jobs":[{"credit_id":"619d62c5c0ae360044fb592e","job":"Co-Executive Producer","episode_count":8}],"department":"Production","total_episode_count":8},{"adult":false,"gender":0,"id":2302951,"known_for_department":"Production","name":"Jamie Feldman","original_name":"Jamie Feldman","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888f973faba0002c4ad7db","job":"Production Supervisor","episode_count":1}],"department":"Production","total_episode_count":1},{"adult":false,"gender":0,"id":549480,"known_for_department":"Production","name":"Jennifer Venditti","original_name":"Jennifer Venditti","popularity":0.84,"profile_path":null,"jobs":[{"credit_id":"61888f22f8aee80043621db4","job":"Casting","episode_count":1}],"department":"Production","total_episode_count":1},{"adult":false,"gender":0,"id":2270596,"known_for_department":"Directing","name":"Tyler Romary","original_name":"Tyler Romary","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"61888fa0cee481008f46dcdc","job":"Unit Production Manager","episode_count":1}],"department":"Production","total_episode_count":1},{"adult":false,"gender":2,"id":2474721,"known_for_department":"Acting","name":"Labrinth","original_name":"Labrinth","popularity":0.98,"profile_path":"/oCZegAaDUrTRUQWDY7n55u4ODo8.jpg","jobs":[{"credit_id":"5febdf4e64f716003d102f80","job":"Original Music Composer","episode_count":16}],"department":"Sound","total_episode_count":16},{"adult":false,"gender":1,"id":2023802,"known_for_department":"Sound","name":"Jen Malone","original_name":"Jen Malone","popularity":0.98,"profile_path":null,"jobs":[{"credit_id":"5f3f9bd0c175b2003763868c","job":"Music Supervisor","episode_count":8}],"department":"Sound","total_episode_count":8},{"adult":false,"gender":1,"id":505710,"known_for_department":"Acting","name":"Zendaya","original_name":"Zendaya","popularity":34.814,"profile_path":"/53pJxbVQfS61drr3vjWofFe5YJV.jpg","jobs":[{"credit_id":"62d747918a0e9b005986be6d","job":"Songs","episode_count":2}],"department":"Sound","total_episode_count":2},{"adult":false,"gender":0,"id":3166100,"known_for_department":"Sound","name":"Gustave Rudman","original_name":"Gustave Rudman","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"62d5aaf672c13e062e717fbc","job":"Original Music Composer","episode_count":1}],"department":"Sound","total_episode_count":1},{"adult":false,"gender":0,"id":2047679,"known_for_department":"Sound","name":"Brett Hinton","original_name":"Brett Hinton","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"614010008d22fc0061e93a30","job":"Supervising Sound Editor","episode_count":1}],"department":"Sound","total_episode_count":1},{"adult":false,"gender":0,"id":2029845,"known_for_department":"Sound","name":"Sean O'Malley","original_name":"Sean O'Malley","popularity":0.972,"profile_path":null,"jobs":[{"credit_id":"6140101819ab590026fae3f8","job":"Sound Mixer","episode_count":1}],"department":"Sound","total_episode_count":1},{"adult":false,"gender":0,"id":3085925,"known_for_department":"Visual Effects","name":"Cathy Shaw","original_name":"Cathy Shaw","popularity":0.6,"profile_path":null,"jobs":[{"credit_id":"6140104d94d8a80027a328bc","job":"VFX Artist","episode_count":1}],"department":"Visual Effects","total_episode_count":1},{"adult":false,"gender":0,"id":1673231,"known_for_department":"Visual Effects","name":"Doug Spilatro","original_name":"Doug Spilatro","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"6140105e9c97bd004334c228","job":"VFX Artist","episode_count":1}],"department":"Visual Effects","total_episode_count":1},{"adult":false,"gender":0,"id":1159281,"known_for_department":"Writing","name":"Ron Leshem","original_name":"Ron Leshem","popularity":1.4,"profile_path":null,"jobs":[{"credit_id":"5febde9dbf7744003d29c06d","job":"Original Series Creator","episode_count":16}],"department":"Writing","total_episode_count":16},{"adult":false,"gender":0,"id":1809843,"known_for_department":"Writing","name":"Daphna Levin","original_name":"Daphna Levin","popularity":1.38,"profile_path":null,"jobs":[{"credit_id":"5febddde07a808004093a3c9","job":"Original Series Creator","episode_count":16}],"department":"Writing","total_episode_count":16}],"id":85552}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of seasons or episodes that have been screened in a film festival or theatre.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | cccdbf73-d99d-4731-9ac1-d430591ef99d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 62cecbd7f785a67a3d3d70fffce9658747f91415 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 16879 |
| Last-Modified | Fri, 15 Jul 2022 11:08:08 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:48 GMT |
| Cache-Control | public, max-age=28800 |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | LKhotkwpkcgkAnbiit_RV8p0dCBv6cEdQzD7aqtuLHldYuRupQpn7Q== |
| Age | 6143 |
{"id":85552,"results":[{"id":2549367,"episode_number":2,"season_number":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the keywords that have been added to a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6434a929-9376-4e8a-8d32-b2b7c1ff4aa3 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 7e6e6dd8579d719a89927437f881aad00ad1b45d |
| X-Memc-Age | 14921 |
| X-Memc-Expires | 2862 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:48 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"b639ad3731cd8164c5a2a396aaaff82e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 05mlZ2q42jHE9pAnjgRpZ8U8CQRT__6JOCUL7H_ynPg1fDI0r9wntQ== |
| Age | 6143 |
{"id":85552,"results":[{"name":"drug crime","id":2151},{"name":"sex scandal","id":2943},{"name":"sex addiction","id":5906},{"name":"attention deficit hyperactivity disorder (adhd)","id":5529},{"name":"relationship problems","id":5625},{"name":"childhood trauma","id":5707},{"name":"addiction","id":6782},{"name":"drug use","id":11494},{"name":"coming of age","id":10683},{"name":"love-hate relationship","id":7277},{"name":"sexual freedom","id":11530},{"name":"drug rehabilitation","id":10649},{"name":"teenage girl","id":10809},{"name":"female protagonist","id":11322},{"name":"high school student","id":33910},{"name":"painful memories","id":162139},{"name":"peer pressure","id":178444},{"name":"pornography addiction","id":199758},{"name":"addiction recovery","id":234956},{"name":"2010s","id":257783},{"name":"abusive family","id":262278},{"name":"2020s","id":285268}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of similar TV shows. These items are assembled by looking at keywords and genres.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | d93fde15-4cc4-4d51-8c79-7a87beae2ff1 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:48 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 9576ba0de97d6f242a0671fb31e81a74a77fcf6b |
| X-Memc-Age | 162 |
| X-Memc-Expires | 14314 |
| ETag | W/"37200148c73bb1c5e87a7498b52163d7" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | zH8xcFi7PHgOvmqOzWg0uX06V9tsPOiL20aklBEoCONwauMWgefAeQ== |
| Age | 6144 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/u7AgEpo2Q4EkPATOQlZ0FWaURbq.jpg","genre_ids":[10759,18],"id":2407,"origin_country":["US"],"original_language":"en","original_name":"Dark Angel","overview":"Super soldier Max Guevera tries to live a normal life in post-apocalyptic Seattle while eluding capture by government agents from the covert biotech facility she escaped from as a child and searching for her genetically-enhanced brothers and sisters who have dispersed after escape.","popularity":29.649,"poster_path":"/yX2YSHdufG8UZRE07RiVY4bwji.jpg","first_air_date":"2000-10-03","name":"Dark Angel","vote_average":7.484,"vote_count":315},{"adult":false,"backdrop_path":"/cD9PxbrdWYgL7MUpD9eOYuiSe2P.jpg","genre_ids":[80,18,9648],"id":2734,"origin_country":["US"],"original_language":"en","original_name":"Law \u0026 Order: Special Victims Unit","overview":"In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.","popularity":583.647,"poster_path":"/ywBt4WKADdMVgxTR1rS2uFwMYTH.jpg","first_air_date":"1999-09-20","name":"Law \u0026 Order: Special Victims Unit","vote_average":7.923,"vote_count":2965},{"adult":false,"backdrop_path":"/ex7OI0gG6WeMa9wwRyIOnXgupRE.jpg","genre_ids":[18,35],"id":1777,"origin_country":["US"],"original_language":"en","original_name":"Boy Meets World","overview":"The coming of age events and everyday life-lessons of Cory Matthews, a Philadelphian who grows up from a young boy to a married man.","popularity":20.4,"poster_path":"/k1vbAJBnTNWQICRFX767TNrbg1V.jpg","first_air_date":"1993-09-24","name":"Boy Meets World","vote_average":8.372,"vote_count":383},{"adult":false,"backdrop_path":"/1ZUxE7S1xm61j9okBXcmMjFDpT9.jpg","genre_ids":[35],"id":8592,"origin_country":["US"],"original_language":"en","original_name":"Parks and Recreation","overview":"Hilarious ensemble comedy that follows Leslie Knope, a mid-level bureaucrat in the Parks and Recreation Department of Pawnee, Indiana, and her tireless efforts to make her quintessentially American town just a little bit more fun.","popularity":61.197,"poster_path":"/5IOj62y2Eb2ngyYmEn1IJ7bFhzH.jpg","first_air_date":"2009-04-09","name":"Parks and Recreation","vote_average":8.052,"vote_count":977},{"adult":false,"backdrop_path":"/uiBb01nmHwyVTSILSMKJ4WIvijc.jpg","genre_ids":[16,35,10759,10765],"id":5895,"origin_country":["JP","US"],"original_language":"ja","original_name":"フリクリ","overview":"Naota Nandaba is an ordinary sixth grader living in a city where nothing amazing ever seems to happen. After his brother Tasuku leaves town to play baseball in America, Naota takes it upon himself to look after everything Tasuku left behind—from his top bunk bed to his ex-girlfriend Mamimi Samejima, who hasn't stopped clinging to Naota since Tasuku left.\n\nLittle does Naota know, however, that his mundane existence is on the verge of being changed forever: enter Haruko Haruhara, a Vespa-riding, bass guitar-wielding, pink-haired psychopath whose first encounter with Naota leaves him with tire tracks on his back and a giant horn on his head. Though all he wants is some peace and quiet, when Haruko takes up residence at his parents' home, Naota finds himself dragged into the heart of the greatest battle for supremacy that Earth—and quite possibly the entire universe—has ever seen.","popularity":16.151,"poster_path":"/FkgA8CcmiLJGVCRYRQ2g2UfVtF.jpg","first_air_date":"2000-04-26","name":"FLCL","vote_average":8.1,"vote_count":243},{"adult":false,"backdrop_path":"/ueZFcwAUvkjyAB9beaiqJyg0M8H.jpg","genre_ids":[35,18,9648,10765],"id":1981,"origin_country":["US"],"original_language":"en","original_name":"Charmed","overview":"Three sisters (Prue, Piper and Phoebe) reunite and unlock their powers to become the Charmed Ones, the most powerful good witches of all time, whose prophesied destiny is to protect innocent lives from evil beings such as demons and warlocks. Each sister possesses unique magical powers that grow and evolve, while they attempt to maintain normal lives in modern day San Francisco. ","popularity":169.903,"poster_path":"/z4bPJ1BWU2EtV69NII2GVvsugQ2.jpg","first_air_date":"1998-10-07","name":"Charmed","vote_average":8.234,"vote_count":1789},{"adult":false,"backdrop_path":"/kmBTPt1uh3uTWyIsppQGaaVfRgn.jpg","genre_ids":[18],"id":2327,"origin_country":["US"],"original_language":"en","original_name":"Dawson's Creek","overview":"Dawson's Creek is an American teen drama that portrays the fictional lives of a close-knit group of teenagers through high school and college.","popularity":37.638,"poster_path":"/arT93dBemanftfWTcf9I0JRIlxU.jpg","first_air_date":"1998-01-20","name":"Dawson's Creek","vote_average":7.534,"vote_count":366},{"adult":false,"backdrop_path":"/rS5auVloiAu1s3q1cPBk73712AQ.jpg","genre_ids":[35],"id":2352,"origin_country":["US"],"original_language":"en","original_name":"The Nanny","overview":"Fran, fresh out of her job as a bridal consultant in her boyfriend’s shop, first appears on the doorstep of Broadway producer Maxwell Sheffield peddling cosmetics, and quickly stumbled upon the opportunity to become The Nanny for his three children. But soon Fran, with her offbeat nurturing and no-nonsense honesty, touches Maxwell as well as the kids.","popularity":148.276,"poster_path":"/ArcJvQ27Bhn5FiyfAphS2eNEMhb.jpg","first_air_date":"1993-11-03","name":"The Nanny","vote_average":8.2,"vote_count":828},{"adult":false,"backdrop_path":"/1lOGkpGa9SjZ2uP1PxfxDkSXRNs.jpg","genre_ids":[18,35],"id":2382,"origin_country":["US"],"original_language":"en","original_name":"Freaks and Geeks","overview":"High school mathlete Lindsay Weir rebels and begins hanging out with a crowd of burnouts (the \"freaks\"), while her brother Sam Weir navigates a different part of the social universe with his nerdy friends (the \"geeks\").","popularity":24.627,"poster_path":"/tPqV63zcW6ZV0Hd48DMGb5UzQIG.jpg","first_air_date":"1999-09-25","name":"Freaks and Geeks","vote_average":8.083,"vote_count":527},{"adult":false,"backdrop_path":"/XuJi5lKkYLCFpJprfSUZveRof7.jpg","genre_ids":[35,18,10751],"id":4500,"origin_country":["US"],"original_language":"en","original_name":"The Wonder Years","overview":"The story of Kevin Arnold facing the trials and tribulations of youth while growing up during the 1960s and 70s. Told through narration from an adult Kevin, Kevin faces the difficulties of maintaining relationships and friendships on his enthralling journey into adulthood.","popularity":45.666,"poster_path":"/tkaduqdhFrF1vp8L55OJfB5jw8Z.jpg","first_air_date":"1988-01-31","name":"The Wonder Years","vote_average":8.4,"vote_count":776},{"adult":false,"backdrop_path":"/rfgtmeFvT0bU3AjX6b7C4Vj8iBY.jpg","genre_ids":[16,10759,10765],"id":21729,"origin_country":["JP"],"original_language":"ja","original_name":"天元突破グレンラガン","overview":"In the distant future, mankind has lived quietly and restlessly underground for hundreds of years, subject to earthquakes and cave-ins. Living in one such village are 2 young men: one named Simon who is shy and naïve, and the other named Kamina who believes in the existence of a “surface” world above their heads.","popularity":27.832,"poster_path":"/xL6HsYsk5N9PKwk6jFwMNQq3K3M.jpg","first_air_date":"2007-04-01","name":"Gurren Lagann","vote_average":8.2,"vote_count":339},{"adult":false,"backdrop_path":"/g1xn0ce0PQ5Kk7FSj6lMuLNqyiX.jpg","genre_ids":[35,18],"id":16420,"origin_country":["KR"],"original_language":"ko","original_name":"꽃보다 남자","overview":"A working class girl winds up at an exclusive prep school. Unassuming high school girl Jan Di stands up to -- and eventually falls for -- a spoiled rich kid who belongs to the school's most powerful clique.","popularity":87.789,"poster_path":"/Apn2ccFuy7uahKAd0Kb9DbQQvNY.jpg","first_air_date":"2009-01-05","name":"Boys Over Flowers","vote_average":8.28,"vote_count":1510},{"adult":false,"backdrop_path":"/VQe5q9BD3itFA30VNHOmcKWrSr.jpg","genre_ids":[16,10759,10765],"id":24710,"origin_country":["JP"],"original_language":"ja","original_name":"ふしぎの海のナディア","overview":"In mankind's grasp for the future, a sinister foe known only as Gargoyle begins his plans to take over the world. Nadia, with the help of a young inventor, Jean Ratlique, and Captain Nemo of the submarine Nautilus, must fight to save the world from Gargoyle and Neo-Atlantis.","popularity":28.017,"poster_path":"/gGy8YnsdVFontYtnrmQsAbNvzh4.jpg","first_air_date":"1990-04-13","name":"Nadia: The Secret of Blue Water","vote_average":7.6,"vote_count":34},{"adult":false,"backdrop_path":"/14DtOlRGmcvaPHNFi2xZy7Grrad.jpg","genre_ids":[9648,18,80],"id":4920,"origin_country":["US"],"original_language":"en","original_name":"Damages","overview":"Damages is an American legal thriller television series created by the writing and production trio of Daniel Zelman and brothers Glenn and Todd A. Kessler. The plot revolves around the brilliant, ruthless lawyer Patty Hewes and her protégée, recent law school graduate Ellen Parsons. Each season features a major case that Hewes and her firm take on, while also examining a chapter of the complicated relationship between Ellen and Patty. The first two seasons center around the law firm Hewes \u0026 Associates. Later seasons center more on Patty and Ellen's relationship as Ellen begins to distance herself from Hewes \u0026 Associates and begins an independent career.","popularity":34.521,"poster_path":"/bowEbW8Q3Oc02BvHBKTL5gWv9Nx.jpg","first_air_date":"2007-07-24","name":"Damages","vote_average":7.602,"vote_count":152},{"adult":false,"backdrop_path":"/gZeLjJnY8lpRUgi4RffcULZ6R4O.jpg","genre_ids":[35,18,10759],"id":3469,"origin_country":["GB"],"original_language":"en","original_name":"Minder","overview":"This comedy drama series featured Terry McCann, a former boxer with a conviction for G.B.H., and Arthur Daley, a second-hand car dealer with an eye for a nice little earner. Alongside his many business ventures, Arthur would regularly hire Terry out as a minder or bodyguard, later replaced by nephew, Ray Daley.","popularity":24.416,"poster_path":"/r3AVqlKZZLKsueqMo5o9LE85Kv.jpg","first_air_date":"1979-10-29","name":"Minder","vote_average":7.5,"vote_count":13},{"adult":false,"backdrop_path":"/cCy8zz9QcI3bzzfMtbvixk7hYmq.jpg","genre_ids":[16,35,10759,10765],"id":178,"origin_country":["US"],"original_language":"en","original_name":"My Life as a Teenage Robot","overview":"My Life as a Teenage Robot is an American animated science fantasy television series, created by Rob Renzetti for Nickelodeon. It was Nickelodeon's first animated science fiction fairy tale. The series follows the adventures of XJ-9, better known as Jenny Wakeman, a robot girl designed to protect Earth, who is excessively addicted to teen-related activities, which are almost always interrupted by Nora Wakeman, her creator and mother.","popularity":24.41,"poster_path":"/xHucEYE9gZDCqQA1tZeCJe9x0JN.jpg","first_air_date":"2003-08-01","name":"My Life as a Teenage Robot","vote_average":7.727,"vote_count":121},{"adult":false,"backdrop_path":"/nTiVkActCwvEyIqBRpJjik8jSuk.jpg","genre_ids":[10765,35,18,10759],"id":95,"origin_country":["US"],"original_language":"en","original_name":"Buffy the Vampire Slayer","overview":"Into every generation a slayer is born: one girl in all the world, a chosen one. She alone will wield the strength and skill to fight the vampires, demons, and the forces of darkness; to stop the spread of their evil and the swell of their number. She is the Slayer.","popularity":68.222,"poster_path":"/y7fVZkyheCEQHDUEHwNmYENGfT2.jpg","first_air_date":"1997-03-10","name":"Buffy the Vampire Slayer","vote_average":8.217,"vote_count":1276},{"adult":false,"backdrop_path":"/9YLMZClDOs2cmVGiFXx1slAE4sP.jpg","genre_ids":[35,18],"id":4586,"origin_country":["US"],"original_language":"en","original_name":"Gilmore Girls","overview":"Set in the charming town of Stars Hollow, Connecticut, the series follows the captivating lives of Lorelai and Rory Gilmore, a mother/daughter pair who have a relationship most people only dream of.","popularity":90.26,"poster_path":"/dSS7XoqmNxMebyVbEGBY0HWrReA.jpg","first_air_date":"2000-10-05","name":"Gilmore Girls","vote_average":7.839,"vote_count":602},{"adult":false,"backdrop_path":"/cK5AbLFBY2JDoqEdVXk0697e2SV.jpg","genre_ids":[35],"id":4608,"origin_country":["US"],"original_language":"en","original_name":"30 Rock","overview":"Liz Lemon, the head writer for a late-night TV variety show in New York, tries to juggle all the egos around her while chasing her own dream.","popularity":47.424,"poster_path":"/k3RbNzPEPW0cmkfkn1xVCTk3Qde.jpg","first_air_date":"2006-10-11","name":"30 Rock","vote_average":7.428,"vote_count":497},{"adult":false,"backdrop_path":"/c9bwsqTNRr1r7HGKDAu4OfYlBAt.jpg","genre_ids":[18,10759,10765],"id":4616,"origin_country":["US"],"original_language":"en","original_name":"Xena: Warrior Princess","overview":"Xena is an infamous warrior on a quest to seek redemption for her past sins against the innocent. Accompanied her comrade-in-arms Gabrielle, the campy couple use their formidable fighting skills to help those who are unable to defend themselves.","popularity":64.34,"poster_path":"/qjUn6GVZVDifLHB7bvVrgZsOfzE.jpg","first_air_date":"1995-09-04","name":"Xena: Warrior Princess","vote_average":7.619,"vote_count":1036}],"total_pages":500,"total_results":10000}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of TV shows that are airing today. This query is purely day based as we do not currently support airing times.
You can specify a [timezone](endpoint:KQ4CDdEoWKJYLkrhS) to offset the day calculation. Without a specified timezone, this query defaults to EST (Eastern Time UTC-05:00).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 61b4a376-9ac3-4051-b1ad-7053fba59fe4 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:39:54 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | dDYdzAEzN9aKbepYCXTGHTZCvdTgIyamvVqMk2epHlfYuwVUZMIO0w== |
| Age | 8958 |
{"page":1,"results":[{"backdrop_path":"/iSA7iVTzExSuXvjDEoFELwY5JgT.jpg","first_air_date":"2019-07-09","genre_ids":[10764],"id":90521,"name":"Love Island","origin_country":["US"],"original_language":"en","original_name":"Love Island","overview":"American version of the British dating reality competition in which ten singles come to stay in a villa for a few weeks and have to couple up with one another. Over the course of those weeks, they face the public vote and might be eliminated from the show. Other islanders join and try to break up the couples.","popularity":1750.614,"poster_path":"/47X1h91UUfhMxO42KV9fKoGAVMC.jpg","vote_average":7.1,"vote_count":50},{"backdrop_path":"/sIRK4NYe1OK2hOJAg4xxuxzceKk.jpg","first_air_date":"2022-05-16","genre_ids":[35,18],"id":135647,"name":"2 Good 2 Be True","origin_country":["PH"],"original_language":"tl","original_name":"2 Good 2 Be True","overview":"Car mechanic Eloy makes a terrible first impression on Ali, who works for a real estate magnate. But both of them are hiding their true personas.","popularity":1503.914,"poster_path":"/2Wf5ySCPcnp8lRhbSD7jt0YLz5A.jpg","vote_average":7.4,"vote_count":149},{"backdrop_path":"/kOkmTrD8kWLeTXcAEwctg6GwW7t.jpg","first_air_date":"2017-02-20","genre_ids":[10751,35],"id":91759,"name":"Come Home Love: Lo and Behold","origin_country":["HK"],"original_language":"cn","original_name":"愛.回家之開心速遞","overview":"","popularity":1400.136,"poster_path":"/5hYejOX8mkPuppAjJy6E37EoD6H.jpg","vote_average":8,"vote_count":2},{"backdrop_path":"/x0RRnWdYeczF4KXDqW8blda7SKS.jpg","first_air_date":"2022-03-28","genre_ids":[18,10766],"id":158415,"name":"Pantanal","origin_country":["BR"],"original_language":"pt","original_name":"Pantanal","overview":"After the mysterious disappearance of his father, Joventino, the cowboy José Leôncio becomes a wealthy farm owner in Pantanal. Over twenty years have passed and, bitter-hearted because of his father vanishing and the escape of his wife to Rio de Janeiro with his baby, José Leôncio has the chance to make amends with the boy, now a young man raised in the big city with very different values and habits than his own.","popularity":1352.729,"poster_path":"/wRzDupqEtggcrs9032yNgGNxDA.jpg","vote_average":5.6,"vote_count":40},{"backdrop_path":"/hNwopoqRDazw1uPHY2jSNmV2gS2.jpg","first_air_date":"2005-06-06","genre_ids":[10763,10764,99],"id":203599,"name":"Scoop","origin_country":["HK"],"original_language":"cn","original_name":"東張西望","overview":"Scoop is a comprehensive information programme of Television Broadcasts Limited.\n\nThe content of the program is mainly based on entertainment news and personal follow-up of the artists, and will also be interspersed with the latest trends of TVB dramas and artists. Some entertainment news content clips will be rebroadcast on the next day's \"Entertainment Live\".\n\nThis program will be broadcast on Jade Channel from 19:30-20:00 (Hong Kong time) from June 6, 2005, and will be broadcast every day from March 3, 2019, and will be broadcast on myTV (later myTV SUPER) to provide \"Program Review\".","popularity":1350.303,"poster_path":"/qo6y0XvSBlKM3XCbYVdcR3a6qyQ.jpg","vote_average":7.6,"vote_count":5},{"backdrop_path":"/jW61BMd1ZVWPXI7Ts4iC2BTx8Qj.jpg","first_air_date":"2022-04-11","genre_ids":[18],"id":196572,"name":"The Secret House","origin_country":["KR"],"original_language":"ko","original_name":"비밀의 집","overview":"A story about quitting being a good boy and chasing evil to the end for the sake of the mother and sister who sacrificed for themselves.\n\nA revenge play in which a dirt spoon lawyer chasing the traces of his missing mother walks into the secret surrounding him to fight the world.","popularity":1337.029,"poster_path":"/wNN9hJDV45BF2PiJQQVwBCiqLIl.jpg","vote_average":6.5,"vote_count":4},{"backdrop_path":"/fMvRiykSZrb5KCQnHxe3dNN5XKX.jpg","first_air_date":"2022-06-27","genre_ids":[18],"id":194619,"name":"A Family Affair","origin_country":["PH"],"original_language":"tl","original_name":"A Family Affair","overview":"An inheritance from the late matriarch of the Estrellas intertwines the life of Cherry Red with Dave, Paco, Seb, and Drew. Amid the romance that arose between her and two of the four brothers, Cherry's past unravels and exposes deeply buried secrets.","popularity":1326.616,"poster_path":"/gkap4pWN722E0UK9WNL2vjGnAtw.jpg","vote_average":5,"vote_count":2},{"backdrop_path":"/vNfuoO1JU4cfE4aJjLib2LsKYRb.jpg","first_air_date":"2021-07-12","genre_ids":[10764],"id":124428,"name":"B&B Vol Liefde","origin_country":["NL"],"original_language":"nl","original_name":"B&B Vol Liefde","overview":"","popularity":1222.021,"poster_path":"/oW1TpjHFYCoCMAwE3ZmrlhEVAT5.jpg","vote_average":4,"vote_count":2},{"backdrop_path":"/ry9SsBPOShH7eEL2dJc1coCBh8X.jpg","first_air_date":"2022-03-07","genre_ids":[35,18],"id":157936,"name":"For You","origin_country":["PT"],"original_language":"pt","original_name":"Por Ti","overview":"In the parish of Rio Meandro, two villages are at war over the construction of a dam that will submerge one of them: either Aldeia Velha or Aldeia Nova.","popularity":1096.112,"poster_path":"/7GmlOYoR2GNiBRFs47azHIcqncR.jpg","vote_average":4.5,"vote_count":6},{"backdrop_path":"/vAMnMp84ASHuiHM6YxNa3esG1o9.jpg","first_air_date":"2020-08-17","genre_ids":[],"id":205401,"name":"Ik Weet Er Alles Van! (incl) VIPS","origin_country":["NL"],"original_language":"nl","original_name":"Ik Weet Er Alles Van! (incl) VIPS","overview":"","popularity":903.099,"poster_path":"/1UWnPL8nhyc6enkTjfJKM5Fcn0x.jpg","vote_average":4.5,"vote_count":2},{"backdrop_path":"/xefsQ5rz9PWN8mO7UZLoiPk9nuV.jpg","first_air_date":"2022-06-29","genre_ids":[18,35],"id":197067,"name":"Extraordinary Attorney Woo","origin_country":["KR"],"original_language":"ko","original_name":"이상한 변호사 우영우","overview":"Brilliant attorney Woo Young-woo tackles challenges in the courtroom and beyond as a newbie at a top law firm and a woman on the autism spectrum.","popularity":827.029,"poster_path":"/zuNOQVI4rEaqwknrfQUVKtlKE2C.jpg","vote_average":9,"vote_count":53},{"backdrop_path":null,"first_air_date":"2022-05-30","genre_ids":[35,10765],"id":152296,"name":"Love in 40 Days","origin_country":["PH"],"original_language":"tl","original_name":"Love in 40 Days","overview":"After getting involved in a fatal car crash, a competitive career woman arrives in an uncanny purgatory. While settling her unfinished businesses as a lingering spirit, she meets and finds her soulmate in a rebellious scion with a third eye.","popularity":770.56,"poster_path":"/7cdnr3Bu728ukVBDMcOZ8zLrwOt.jpg","vote_average":3.1,"vote_count":4},{"backdrop_path":"/eGAOc17X55kIVjhPhflRbi8DrgF.jpg","first_air_date":"2022-06-06","genre_ids":[10766,35,18],"id":202740,"name":"Lua de Mel","origin_country":["PT"],"original_language":"pt","original_name":"Lua de Mel","overview":"","popularity":729.048,"poster_path":"/8lIzd4bSU1xoWwcFihI3BzeWsz3.jpg","vote_average":2,"vote_count":1},{"backdrop_path":"/iRbXWivpVS5Yzb1S1hoEppQFgqH.jpg","first_air_date":"2022-07-20","genre_ids":[18,10765],"id":130147,"name":"Immortal Samsara","origin_country":["CN"],"original_language":"zh","original_name":"沉香如屑","overview":"Yan Dan is the only descendant of an ancient tribe, the four-leaf scorpion. Since ancient times, her whole body has been a treasure of medicine. She and her twin sister Zhixi were able to cultivate into human form at the Queen Mother's Feast a hundred years in advance and encountered the biggest trial in her life - the love trial. She fell in love with Lord Ying Yuan but had to spend the next 800 years forgetting him. However, at this time, Yu Mo suddenly entered her life, and become her great support. Every day, Yu Mo takes Yan Dan out to do good deeds. One day while they were punishing evil, they meet Lord Ying Yuan's current reincarnation, Tang Zhou, who is currently a demon hunter. They help Tang Zhou search for the four ancient artifacts, and also discover a mysterious secret.","popularity":669.948,"poster_path":"/guScvEfq9QpnRwCjzYwQFbSSIr7.jpg","vote_average":4.3,"vote_count":6},{"backdrop_path":"/5y2sHlCndnEZC6MjkJ4w40WFzo5.jpg","first_air_date":"2022-02-07","genre_ids":[18,10766],"id":154911,"name":"Além da Ilusão","origin_country":["BR"],"original_language":"pt","original_name":"Além da Ilusão","overview":"","popularity":656.495,"poster_path":"/8BzuwDAMamf5TX4TepbDDEq7ima.jpg","vote_average":6.5,"vote_count":13},{"backdrop_path":"/r8CGqB8IJNbA1IruHWquS7YttNB.jpg","first_air_date":"1995-10-23","genre_ids":[10766],"id":966,"name":"Hollyoaks","origin_country":["GB"],"original_language":"en","original_name":"Hollyoaks","overview":"The daily soap that follows the loves, lives and misdemeanours of a group of people living in the Chester village of Hollyoaks where anything could, and frequently does, happen...","popularity":559.598,"poster_path":"/bpmLMZP3M1vLujPqHnOTnKVjRJY.jpg","vote_average":5.4,"vote_count":45},{"backdrop_path":"/8HSthe0wcxl7QpuHt8nIGHhflTn.jpg","first_air_date":"1975-10-20","genre_ids":[10763],"id":1655,"name":"PBS NewsHour","origin_country":["US"],"original_language":"en","original_name":"PBS NewsHour","overview":"America's first and longest running hour-long nightly news broadcast known for its in-depth coverage of issues and current events.","popularity":557.337,"poster_path":"/rhd0rmg0dd4foBJJxiPzFKLon89.jpg","vote_average":5.3,"vote_count":35},{"backdrop_path":"/boPsYdMOZQj6FJy9xXmAkrEK7ry.jpg","first_air_date":"1972-10-16","genre_ids":[10766,18],"id":2527,"name":"Emmerdale","origin_country":["GB"],"original_language":"en","original_name":"Emmerdale","overview":"The lives of several families in the Yorkshire Dales revolve around a farm and the nearby village. With murders, affairs, lies, deceit, laughter and tears, it's all there in the village.","popularity":556.768,"poster_path":"/ualtuRRNYa9Fj61wSuBVcuvaVDP.jpg","vote_average":3.9,"vote_count":75},{"backdrop_path":"/26be9JndZG6uYBfNPAy51dUKj0y.jpg","first_air_date":"2022-01-03","genre_ids":[10766],"id":154571,"name":"Quero é Viver","origin_country":["PT"],"original_language":"pt","original_name":"Quero é Viver","overview":"Ana Margarida Rosa Lobo, a 70-year-old actress at the end of her career, discovers she has Alzheimer's and without explaining to anyone, she decides to end her five-decade marriage with Sérgio and move to another house to enjoy her lucidity while she can. This decision causes an upheaval in the professional and personal lives of her four daughters. Faced with this situation, the family will be tested to the limit and the four women change their way of looking at life, questioning their love relationships that they have also built.","popularity":431.245,"poster_path":"/bAp4W1ppwVlp7EpJb91RwTTLhm3.jpg","vote_average":4.6,"vote_count":5},{"backdrop_path":"/k5cf0dZsmsXYeoBshOmINK62jKb.jpg","first_air_date":"2022-05-10","genre_ids":[10766,18],"id":196614,"name":"Until cash tears us apart","origin_country":["CO"],"original_language":"es","original_name":"Hasta que la plata nos separe","overview":"Rafael Méndez is an ethical and noble man who dedicates his life to selling household items and is dating his neighbor Vicky Pardo. Alejandra Maldonado is a successful businesswoman and manager of the Ramenautos car dealership, she is engaged to Luciano Valenzuela. Rafael and Alejandra suffer a car accident that will trigger a series of events that will bring them closer. Rafael must pay off the debt he has left Alejandra with after the accident and this closeness will lead them to fall in love despite their social differences. However, circumstances and their respective families and partners will do everything possible to prevent their love from happening.","popularity":346.748,"poster_path":"/wWlPY4zmuJDelcOwb4ph9lGo5Ew.jpg","vote_average":8.3,"vote_count":60}],"total_pages":11,"total_results":213}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of shows that are currently on the air.
This query looks for any TV show that has an episode with an air date in the next 7 days.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8165b7bf-32c9-4751-af03-b7acbdd99e27 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:39:54 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | EckL47SxVlPiN6YC3tNIooQeZfiYebf0CZDkMwLXzt9_q6X22hmwFA== |
| Age | 8958 |
{"page":1,"results":[{"backdrop_path":"/iSA7iVTzExSuXvjDEoFELwY5JgT.jpg","first_air_date":"2019-07-09","genre_ids":[10764],"id":90521,"name":"Love Island","origin_country":["US"],"original_language":"en","original_name":"Love Island","overview":"American version of the British dating reality competition in which ten singles come to stay in a villa for a few weeks and have to couple up with one another. Over the course of those weeks, they face the public vote and might be eliminated from the show. Other islanders join and try to break up the couples.","popularity":1750.614,"poster_path":"/47X1h91UUfhMxO42KV9fKoGAVMC.jpg","vote_average":7.1,"vote_count":50},{"backdrop_path":"/sIRK4NYe1OK2hOJAg4xxuxzceKk.jpg","first_air_date":"2022-05-16","genre_ids":[35,18],"id":135647,"name":"2 Good 2 Be True","origin_country":["PH"],"original_language":"tl","original_name":"2 Good 2 Be True","overview":"Car mechanic Eloy makes a terrible first impression on Ali, who works for a real estate magnate. But both of them are hiding their true personas.","popularity":1503.914,"poster_path":"/2Wf5ySCPcnp8lRhbSD7jt0YLz5A.jpg","vote_average":7.4,"vote_count":149},{"backdrop_path":"/kOkmTrD8kWLeTXcAEwctg6GwW7t.jpg","first_air_date":"2017-02-20","genre_ids":[10751,35],"id":91759,"name":"Come Home Love: Lo and Behold","origin_country":["HK"],"original_language":"cn","original_name":"愛.回家之開心速遞","overview":"","popularity":1400.136,"poster_path":"/5hYejOX8mkPuppAjJy6E37EoD6H.jpg","vote_average":8,"vote_count":2},{"backdrop_path":"/x0RRnWdYeczF4KXDqW8blda7SKS.jpg","first_air_date":"2022-03-28","genre_ids":[18,10766],"id":158415,"name":"Pantanal","origin_country":["BR"],"original_language":"pt","original_name":"Pantanal","overview":"After the mysterious disappearance of his father, Joventino, the cowboy José Leôncio becomes a wealthy farm owner in Pantanal. Over twenty years have passed and, bitter-hearted because of his father vanishing and the escape of his wife to Rio de Janeiro with his baby, José Leôncio has the chance to make amends with the boy, now a young man raised in the big city with very different values and habits than his own.","popularity":1352.729,"poster_path":"/wRzDupqEtggcrs9032yNgGNxDA.jpg","vote_average":5.6,"vote_count":40},{"backdrop_path":"/hNwopoqRDazw1uPHY2jSNmV2gS2.jpg","first_air_date":"2005-06-06","genre_ids":[10763,10764,99],"id":203599,"name":"Scoop","origin_country":["HK"],"original_language":"cn","original_name":"東張西望","overview":"Scoop is a comprehensive information programme of Television Broadcasts Limited.\n\nThe content of the program is mainly based on entertainment news and personal follow-up of the artists, and will also be interspersed with the latest trends of TVB dramas and artists. Some entertainment news content clips will be rebroadcast on the next day's \"Entertainment Live\".\n\nThis program will be broadcast on Jade Channel from 19:30-20:00 (Hong Kong time) from June 6, 2005, and will be broadcast every day from March 3, 2019, and will be broadcast on myTV (later myTV SUPER) to provide \"Program Review\".","popularity":1350.303,"poster_path":"/qo6y0XvSBlKM3XCbYVdcR3a6qyQ.jpg","vote_average":7.6,"vote_count":5},{"backdrop_path":"/jW61BMd1ZVWPXI7Ts4iC2BTx8Qj.jpg","first_air_date":"2022-04-11","genre_ids":[18],"id":196572,"name":"The Secret House","origin_country":["KR"],"original_language":"ko","original_name":"비밀의 집","overview":"A story about quitting being a good boy and chasing evil to the end for the sake of the mother and sister who sacrificed for themselves.\n\nA revenge play in which a dirt spoon lawyer chasing the traces of his missing mother walks into the secret surrounding him to fight the world.","popularity":1337.029,"poster_path":"/wNN9hJDV45BF2PiJQQVwBCiqLIl.jpg","vote_average":6.5,"vote_count":4},{"backdrop_path":"/fMvRiykSZrb5KCQnHxe3dNN5XKX.jpg","first_air_date":"2022-06-27","genre_ids":[18],"id":194619,"name":"A Family Affair","origin_country":["PH"],"original_language":"tl","original_name":"A Family Affair","overview":"An inheritance from the late matriarch of the Estrellas intertwines the life of Cherry Red with Dave, Paco, Seb, and Drew. Amid the romance that arose between her and two of the four brothers, Cherry's past unravels and exposes deeply buried secrets.","popularity":1326.616,"poster_path":"/gkap4pWN722E0UK9WNL2vjGnAtw.jpg","vote_average":5,"vote_count":2},{"backdrop_path":"/vNfuoO1JU4cfE4aJjLib2LsKYRb.jpg","first_air_date":"2021-07-12","genre_ids":[10764],"id":124428,"name":"B&B Vol Liefde","origin_country":["NL"],"original_language":"nl","original_name":"B&B Vol Liefde","overview":"","popularity":1222.021,"poster_path":"/oW1TpjHFYCoCMAwE3ZmrlhEVAT5.jpg","vote_average":4,"vote_count":2},{"backdrop_path":"/ry9SsBPOShH7eEL2dJc1coCBh8X.jpg","first_air_date":"2022-03-07","genre_ids":[35,18],"id":157936,"name":"For You","origin_country":["PT"],"original_language":"pt","original_name":"Por Ti","overview":"In the parish of Rio Meandro, two villages are at war over the construction of a dam that will submerge one of them: either Aldeia Velha or Aldeia Nova.","popularity":1096.112,"poster_path":"/7GmlOYoR2GNiBRFs47azHIcqncR.jpg","vote_average":4.5,"vote_count":6},{"backdrop_path":"/vAMnMp84ASHuiHM6YxNa3esG1o9.jpg","first_air_date":"2020-08-17","genre_ids":[],"id":205401,"name":"Ik Weet Er Alles Van! (incl) VIPS","origin_country":["NL"],"original_language":"nl","original_name":"Ik Weet Er Alles Van! (incl) VIPS","overview":"","popularity":903.099,"poster_path":"/1UWnPL8nhyc6enkTjfJKM5Fcn0x.jpg","vote_average":4.5,"vote_count":2},{"backdrop_path":"/xefsQ5rz9PWN8mO7UZLoiPk9nuV.jpg","first_air_date":"2022-06-29","genre_ids":[18,35],"id":197067,"name":"Extraordinary Attorney Woo","origin_country":["KR"],"original_language":"ko","original_name":"이상한 변호사 우영우","overview":"Brilliant attorney Woo Young-woo tackles challenges in the courtroom and beyond as a newbie at a top law firm and a woman on the autism spectrum.","popularity":827.029,"poster_path":"/zuNOQVI4rEaqwknrfQUVKtlKE2C.jpg","vote_average":9,"vote_count":53},{"backdrop_path":null,"first_air_date":"2022-05-30","genre_ids":[35,10765],"id":152296,"name":"Love in 40 Days","origin_country":["PH"],"original_language":"tl","original_name":"Love in 40 Days","overview":"After getting involved in a fatal car crash, a competitive career woman arrives in an uncanny purgatory. While settling her unfinished businesses as a lingering spirit, she meets and finds her soulmate in a rebellious scion with a third eye.","popularity":770.56,"poster_path":"/7cdnr3Bu728ukVBDMcOZ8zLrwOt.jpg","vote_average":3.1,"vote_count":4},{"backdrop_path":"/eGAOc17X55kIVjhPhflRbi8DrgF.jpg","first_air_date":"2022-06-06","genre_ids":[10766,35,18],"id":202740,"name":"Lua de Mel","origin_country":["PT"],"original_language":"pt","original_name":"Lua de Mel","overview":"","popularity":729.048,"poster_path":"/8lIzd4bSU1xoWwcFihI3BzeWsz3.jpg","vote_average":2,"vote_count":1},{"backdrop_path":"/iRbXWivpVS5Yzb1S1hoEppQFgqH.jpg","first_air_date":"2022-07-20","genre_ids":[18,10765],"id":130147,"name":"Immortal Samsara","origin_country":["CN"],"original_language":"zh","original_name":"沉香如屑","overview":"Yan Dan is the only descendant of an ancient tribe, the four-leaf scorpion. Since ancient times, her whole body has been a treasure of medicine. She and her twin sister Zhixi were able to cultivate into human form at the Queen Mother's Feast a hundred years in advance and encountered the biggest trial in her life - the love trial. She fell in love with Lord Ying Yuan but had to spend the next 800 years forgetting him. However, at this time, Yu Mo suddenly entered her life, and become her great support. Every day, Yu Mo takes Yan Dan out to do good deeds. One day while they were punishing evil, they meet Lord Ying Yuan's current reincarnation, Tang Zhou, who is currently a demon hunter. They help Tang Zhou search for the four ancient artifacts, and also discover a mysterious secret.","popularity":669.948,"poster_path":"/guScvEfq9QpnRwCjzYwQFbSSIr7.jpg","vote_average":4.3,"vote_count":6},{"backdrop_path":"/5y2sHlCndnEZC6MjkJ4w40WFzo5.jpg","first_air_date":"2022-02-07","genre_ids":[18,10766],"id":154911,"name":"Além da Ilusão","origin_country":["BR"],"original_language":"pt","original_name":"Além da Ilusão","overview":"","popularity":656.495,"poster_path":"/8BzuwDAMamf5TX4TepbDDEq7ima.jpg","vote_average":6.5,"vote_count":13},{"backdrop_path":"/eiRLR7HN0hdyYsahegb0FP1Yra0.jpg","first_air_date":"2022-07-28","genre_ids":[18,9648],"id":110531,"name":"Pretty Little Liars: Original Sin","origin_country":["US"],"original_language":"en","original_name":"Pretty Little Liars: Original Sin","overview":"Twenty years ago, a series of tragic events almost ripped the blue-collar town of Millwood apart. Now, in the present day, a group of disparate teen girls finds themselves tormented by an unknown Assailant and made to pay for the secret sin their parents committed two decades ago, as well as their own.","popularity":607.591,"poster_path":"/igmLgglembi9mZ2RYQRaGKigbvq.jpg","vote_average":7.9,"vote_count":49},{"backdrop_path":"/xdcQMtVf0JXOhgXOOTAI6tNQXRP.jpg","first_air_date":"2022-08-18","genre_ids":[35,10759],"id":92783,"name":"She-Hulk: Attorney at Law","origin_country":["US"],"original_language":"en","original_name":"She-Hulk: Attorney at Law","overview":"Jennifer Walters navigates the complicated life of a single, 30-something attorney who also happens to be a green 6-foot-7-inch superpowered hulk.","popularity":586.194,"poster_path":"/zNKVhijwhmkcMcgonCQ2yHLc7Ca.jpg","vote_average":7.5,"vote_count":4},{"backdrop_path":"/r8CGqB8IJNbA1IruHWquS7YttNB.jpg","first_air_date":"1995-10-23","genre_ids":[10766],"id":966,"name":"Hollyoaks","origin_country":["GB"],"original_language":"en","original_name":"Hollyoaks","overview":"The daily soap that follows the loves, lives and misdemeanours of a group of people living in the Chester village of Hollyoaks where anything could, and frequently does, happen...","popularity":559.598,"poster_path":"/bpmLMZP3M1vLujPqHnOTnKVjRJY.jpg","vote_average":5.4,"vote_count":45},{"backdrop_path":"/8HSthe0wcxl7QpuHt8nIGHhflTn.jpg","first_air_date":"1975-10-20","genre_ids":[10763],"id":1655,"name":"PBS NewsHour","origin_country":["US"],"original_language":"en","original_name":"PBS NewsHour","overview":"America's first and longest running hour-long nightly news broadcast known for its in-depth coverage of issues and current events.","popularity":557.337,"poster_path":"/rhd0rmg0dd4foBJJxiPzFKLon89.jpg","vote_average":5.3,"vote_count":35},{"backdrop_path":"/boPsYdMOZQj6FJy9xXmAkrEK7ry.jpg","first_air_date":"1972-10-16","genre_ids":[10766,18],"id":2527,"name":"Emmerdale","origin_country":["GB"],"original_language":"en","original_name":"Emmerdale","overview":"The lives of several families in the Yorkshire Dales revolve around a farm and the nearby village. With murders, affairs, lies, deceit, laughter and tears, it's all there in the village.","popularity":556.768,"poster_path":"/ualtuRRNYa9Fj61wSuBVcuvaVDP.jpg","vote_average":3.9,"vote_count":75}],"total_pages":42,"total_results":839}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the top rated TV shows on TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 37d75de7-ce10-47ab-82a1-b3c0c39884cf |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:39:54 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | h1N8GF0iT3ucil3cHm0hytnqaxvHmgDucjZ5DfclOCaR9ySwP3FT0A== |
| Age | 8958 |
{"page":1,"results":[{"backdrop_path":"/7q448EVOnuE3gVAx24krzO7SNXM.jpg","first_air_date":"2021-09-03","genre_ids":[10764],"id":130392,"name":"The D'Amelio Show","origin_country":["US"],"original_language":"en","original_name":"The D'Amelio Show","overview":"From relative obscurity and a seemingly normal life, to overnight success and thrust into the Hollywood limelight overnight, the D’Amelios are faced with new challenges and opportunities they could not have imagined.","popularity":24.479,"poster_path":"/z0iCS5Znx7TeRwlYSd4c01Z0lFx.jpg","vote_average":9.3,"vote_count":2785},{"backdrop_path":null,"first_air_date":"2004-05-10","genre_ids":[16,35],"id":100,"name":"I Am Not an Animal","origin_country":["GB"],"original_language":"en","original_name":"I Am Not an Animal","overview":"I Am Not An Animal is an animated comedy series about the only six talking animals in the world, whose cosseted existence in a vivisection unit is turned upside down when they are liberated by animal rights activists.","popularity":15.611,"poster_path":"/qG59J1Q7rpBc1dvku4azbzcqo8h.jpg","vote_average":9.1,"vote_count":720},{"backdrop_path":"/rkB4LyZHo1NHXFEDHl9vSD9r1lI.jpg","first_air_date":"2021-11-06","genre_ids":[16,10765,10759,18],"id":94605,"name":"Arcane","origin_country":["US"],"original_language":"en","original_name":"Arcane","overview":"Amid the stark discord of twin cities Piltover and Zaun, two sisters fight on rival sides of a war between magic technologies and clashing convictions.","popularity":107.593,"poster_path":"/xQ6GijOFnxTyUzqiwGpVxgfcgqI.jpg","vote_average":9.1,"vote_count":2311},{"backdrop_path":"/p3cAHHwyTJJoQlCtgYwb31t6rOq.jpg","first_air_date":"2022-04-22","genre_ids":[18],"id":124834,"name":"Heartstopper","origin_country":["GB"],"original_language":"en","original_name":"Heartstopper","overview":"Teens Charlie and Nick discover their unlikely friendship might be something more as they navigate school and young love in this coming-of-age series.","popularity":192.16,"poster_path":"/wJJt1HG62h3WoGnLcRIbO2nNNkg.jpg","vote_average":9,"vote_count":442},{"backdrop_path":"/igxqysAqY84xQISHbZllwV67JPr.jpg","first_air_date":"1978-04-04","genre_ids":[16,10759,10751,10762,10765],"id":19239,"name":"Conan, the Boy in Future","origin_country":["JP"],"original_language":"ja","original_name":"未来少年コナン","overview":"After the great disaster of 2008, a war that destroyed the planet, the world is now largely ocean with the continents having sunk. Conan lives on a remote island with his grandpa and nature, never having seen another human being. But one day a mysterious girl, Lana, washes up on his beach. The two become quick friends, but she’s soon kidnapped and taken to Industria, a technological remainder from the world before. Conan leaves his island in pursuit, braving new lands and many hardships with new friends and enemies just beyond the horizon.","popularity":22.721,"poster_path":"/tmlhwdTBA264iQF2Us5vWdKz1fE.jpg","vote_average":9,"vote_count":109},{"backdrop_path":"/7gbmM2NWcqZONbp65HUWDf4wr0Q.jpg","first_air_date":"2019-07-12","genre_ids":[16,18],"id":88040,"name":"Given","origin_country":["JP"],"original_language":"ja","original_name":"ギヴン","overview":"Tightly clutching his Gibson guitar, Mafuyu Satou steps out of his dark apartment to begin another day of his high school life. While taking a nap in a quiet spot on the gymnasium staircase, he has a chance encounter with fellow student Ritsuka Uenoyama, who berates him for letting his guitar's strings rust and break. Noticing Uenoyama's knowledge of the instrument, Satou pleads for him to fix it and to teach him how to play. Uenoyama eventually agrees and invites him to sit in on a jam session with his two band mates: bassist Haruki Nakayama and drummer Akihiko Kaji.","popularity":24.165,"poster_path":"/lTP5yFKt2wzv8vM4EheNgIejEVu.jpg","vote_average":8.9,"vote_count":634},{"backdrop_path":"/qSgBzXdu6QwVVeqOYOlHolkLRxZ.jpg","first_air_date":"2019-01-09","genre_ids":[16,10759,10765,18],"id":83095,"name":"The Rising of the Shield Hero","origin_country":["JP"],"original_language":"ja","original_name":"盾の勇者の成り上がり","overview":"Iwatani Naofumi, a run-of-the-mill otaku, finds a book in the library that summons him to another world. He is tasked with joining the sword, spear, and bow as one of the Four Cardinal Heroes and fighting the Waves of Catastrophe as the Shield Hero. Excited by the prospect of a grand adventure, Naofumi sets off with his party. However, merely a few days later, he is betrayed and loses all his money, dignity, and respect. Unable to trust anyone anymore, he employs a slave named Raphtalia and takes on the Waves and the world. But will he really find a way to overturn this desperate situation?","popularity":48.684,"poster_path":"/ftavpq2PJn5pyo5opJEmj8QleKD.jpg","vote_average":8.9,"vote_count":895},{"backdrop_path":"/c8dm74uPCMA27iKAR1WnHKTsI9h.jpg","first_air_date":"2015-08-01","genre_ids":[10764],"id":77696,"name":"Run BTS!","origin_country":["KR"],"original_language":"ko","original_name":"달려라 방탄!","overview":"Run BTS! is a South Korean show by the boy-group BTS. The show is all about BTS doing activities, challenges and lots more.","popularity":38.504,"poster_path":"/xxv8Ibs8Anni6qrWkAf60rDsPCu.jpg","vote_average":8.9,"vote_count":283},{"backdrop_path":"/1ejS56lC8db62IKVj1pTQlfAEQy.jpg","first_air_date":"2018-09-13","genre_ids":[10759,16,18,10751],"id":123566,"name":"Metal Family","origin_country":["RU"],"original_language":"ru","original_name":"Metal Family","overview":"Metal Family follows the daily lives of Glam and Victoria, two metal fans that fell in love and had two children together, Dee and Heavy.","popularity":29.546,"poster_path":"/yovTSLBdNjXIVo8CPaPWFE5NcAw.jpg","vote_average":8.9,"vote_count":327},{"backdrop_path":"/vJacVFr8Or0ddCYCb3ZU5vg3DeK.jpg","first_air_date":"2022-04-14","genre_ids":[10764],"id":154521,"name":"The Kardashians","origin_country":["US"],"original_language":"en","original_name":"The Kardashians","overview":"The family you know and love is here with a brand new series, giving an all-access pass into their lives. Kris, Kourtney, Kim, Khloé, Kendall, and Kylie bring the cameras back to reveal the truth behind the headlines. From the intense pressures of running billion-dollar businesses to the hilarious joys of playtime and school drop-offs, this series brings viewers into the fold with a rivetingly honest story of love & life in the spotlight.","popularity":184.832,"poster_path":"/3cJgB4fOfgHKNoHgtT3h1Qqkvxq.jpg","vote_average":8.9,"vote_count":1160},{"backdrop_path":"/hqFaSNICeh0Y3Hp0gtEIzDBmUVo.jpg","first_air_date":"2020-08-19","genre_ids":[10764],"id":106600,"name":"BTS In the SOOP","origin_country":["KR"],"original_language":"ko","original_name":"In the SOOP BTS편","overview":"'In the SOOP BTS ver.' is a reality show, portraying BTS members' everyday life, relaxation, and everything in between, away from the city life. A time of freedom and healing in a place for BTS, and BTS only.","popularity":16.86,"poster_path":"/eBsIEKqLMtktw2jpFPa9WTuGyPN.jpg","vote_average":8.9,"vote_count":349},{"backdrop_path":"/iLR6tKvMu67oSK0DIgDutkPBaiy.jpg","first_air_date":"2018-07-08","genre_ids":[35,16],"id":80539,"name":"Asobi Asobase - workshop of fun -","origin_country":["JP"],"original_language":"ja","original_name":"あそびあそばせ","overview":"During recess, Olivia, a foreign transfer student who doesn't know English, plays a game of \"look-the-other-way\" with Hanako Honda, a loud-mouthed airhead. Their rowdy behavior spurs the ire of Kasumi Nomura, a deadpan loner constantly teased by her older sister for her tendency to lose games. Not willing to compete, Kasumi declines Olivia's offer to join the fun, but eventually gets involved anyway and dispenses her own brand of mischief. Soon, a strange friendship blossoms between the peculiar trio, and they decide to form the \"Pastime Club,\" where they are free to resume their daily hijinks.\n\nWhether it be failing to learn English, trying desperately to become popular, or getting caught by teachers at the wrong time, school life will never be boring when these girls are up to their hilarious antics.","popularity":16.229,"poster_path":"/zWE3bnCILcRpfQCsxBkMsgcEjOE.jpg","vote_average":8.9,"vote_count":108},{"backdrop_path":"/ci7jTekDFEx6U48XUCl3vBMdrns.jpg","first_air_date":"2018-07-06","genre_ids":[10759,18,9648,16,80],"id":80564,"name":"Banana Fish","origin_country":["JP"],"original_language":"ja","original_name":"バナナフィッシュ","overview":"Nature made Ash Lynx beautiful; nurture made him a cold ruthless killer. A runaway brought up as the adopted heir and sex toy of \"Papa\" Dino Golzine, Ash, now at the rebellious age of seventeen, forsakes the kingdom held out by the devil who raised him. But the hideous secret that drove Ash's older brother mad in Vietnam has suddenly fallen into Papa's insatiably ambitious hands—and it's exactly the wrong time for Eiji Okamura, a pure-hearted young photographer from Japan, to make Ash Lynx's acquaintance...","popularity":37.547,"poster_path":"/1UV5di9UIXwrpCW3xQ4RNli5hEV.jpg","vote_average":8.9,"vote_count":722},{"backdrop_path":"/4sSzTvk200BQyYjRJq69mLwE9xG.jpg","first_air_date":"2018-04-25","genre_ids":[16,35,18,10759],"id":79141,"name":"Scissor Seven","origin_country":["CN"],"original_language":"zh","original_name":"刺客伍六七","overview":"Seeking to recover his memory, a scissor-wielding, hairdressing, bungling quasi-assassin stumbles into a struggle for power among feuding factions.","popularity":70.792,"poster_path":"/A39DWUIrf9WDRHCg7QTR8seWUvi.jpg","vote_average":8.8,"vote_count":464},{"backdrop_path":"/3ILMlmC30QUnYkY3XEBOyJ82Dqu.jpg","first_air_date":"2016-04-03","genre_ids":[10759,16],"id":65930,"name":"My Hero Academia","origin_country":["JP"],"original_language":"ja","original_name":"僕のヒーローアカデミア","overview":"In a world where eighty percent of the population has some kind of super-powered Quirk, Izuku was unlucky enough to be born completely normal. But that won't stop him from enrolling in a prestigious hero academy. Now, he'll get his first taste of brutal rivalry from other schools as he braves the cutthroat, no-holds-barred provisional license exam.","popularity":49.45,"poster_path":"/phuYuzqWW9ru8EA3HVjE9W2Rr3M.jpg","vote_average":8.8,"vote_count":3761},{"backdrop_path":"/d8bAI2EDM7L2q94wDZfjb82KRoh.jpg","first_air_date":"2019-10-05","genre_ids":[16,35,10765],"id":91801,"name":"Welcome to Demon School! Iruma-kun","origin_country":["JP"],"original_language":"ja","original_name":"魔入りました!入間くん","overview":"Fourteen-year-old Suzuki Iruma has just been abandoned and sold to a demon by his irresponsible parents! Surprisingly, the next thing he knows he's living with the demon who has adopted him as his new grandson, and has been transferred into a school in the demon world where his new \"demon\" grandfather works as the principal. Thus begins the cowardly Iruma-kun's extraordinary school life among the otherworldly as he faces his true self, takes on challenges, and rises to become someone great.","popularity":45.362,"poster_path":"/aed6I1EMR4Lbk8bdikWrndbn5Og.jpg","vote_average":8.8,"vote_count":194},{"backdrop_path":"/gWPK2RIVJ6i3myf7Xdw8DqlznT8.jpg","first_air_date":"2022-01-09","genre_ids":[16,35,18],"id":123249,"name":"My Dress-Up Darling","origin_country":["JP"],"original_language":"ja","original_name":"その着せ替え人形は恋をする","overview":"Wakana Gojo is a high school boy who wants to become a kashirashi--a master craftsman who makes traditional Japanese Hina dolls. Though he's gung-ho about the craft, he knows nothing about the latest trends, and has a hard time fitting in with his class. The popular kids--especially one girl, Marin Kitagawa--seem like they live in a completely different world. That all changes one day, when she shares an unexpected secret with him, and their completely different worlds collide.","popularity":108.922,"poster_path":"/A6mxBwvvv63JXZm3xXKv4SugE0L.jpg","vote_average":8.8,"vote_count":174},{"backdrop_path":"/ohOrfdh80HVY5QBD8kV2FYYSVwF.jpg","first_air_date":"2021-01-10","genre_ids":[16,10759],"id":110309,"name":"SK8 the Infinity","origin_country":["JP"],"original_language":"ja","original_name":"SK∞ エスケーエイト","overview":"\"S\" is a dangerous, top secret, no-holds-barred downhill skateboarding race down an abandoned mine. When avid skateboarder Reki takes Langa to the mountain where \"S\" is held, Langa, who's never been on a skateboard in his life, finds himself sucked into the world of \"S\", and…?!","popularity":58.39,"poster_path":"/ksb6QlSCsRLr3MNmxc8ojOOLK6V.jpg","vote_average":8.8,"vote_count":231},{"backdrop_path":"/x6jWDL4H9TaBLGEvyej0qKiirBU.jpg","first_air_date":"2014-10-10","genre_ids":[16,35,18],"id":61663,"name":"Your Lie in April","origin_country":["JP"],"original_language":"ja","original_name":"四月は君の嘘","overview":"Kousei Arima was a genius pianist until his mother's sudden death took away his ability to play. Each day was dull for Kousei. But, then he meets a violinist named Kaori Miyazono who has an eccentric playing style. Can the heartfelt sounds of the girl's violin lead the boy to play the piano again?","popularity":40.404,"poster_path":"/IGbeFv5Ji4W0x530JcSHiQpamY.jpg","vote_average":8.8,"vote_count":734},{"backdrop_path":"/uAjMQlbPkVHmUahhCouANlHSDW2.jpg","first_air_date":"2019-01-11","genre_ids":[16,9648,10765,10759,18,80],"id":83097,"name":"The Promised Neverland","origin_country":["JP"],"original_language":"ja","original_name":"約束のネバーランド","overview":"Surrounded by a forest and a gated entrance, the Grace Field House is inhabited by orphans happily living together as one big family, looked after by their \"Mama,\" Isabella. Although they are required to take tests daily, the children are free to spend their time as they see fit, usually playing outside, as long as they do not venture too far from the orphanage — a rule they are expected to follow no matter what. However, all good times must come to an end, as every few months, a child is adopted and sent to live with their new family... never to be heard from again.\n\nHowever, the three oldest siblings have their suspicions about what is actually happening at the orphanage, and they are about to discover the cruel fate that awaits the children living at Grace Field, including the twisted nature of their beloved Mama.","popularity":41.248,"poster_path":"/oBgRCpAbtMpk1v8wfdsIph7lPQE.jpg","vote_average":8.8,"vote_count":817}],"total_pages":126,"total_results":2515}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the current popular TV shows on TMDB. This list updates daily.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | eccdc421-52bd-485d-81fd-71445e9f9444 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:26:06 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | J3_zyteLQYayxg8cMh3KEBBxByKUuPGae1zDlTMOKLbF8sb1sxurIw== |
| Age | 9787 |
{"page":1,"results":[{"backdrop_path":"/mPqIjQk2rqU2mfFLJzDGeRwpIuU.jpg","first_air_date":"2022-08-05","genre_ids":[10765,18],"id":90802,"name":"The Sandman","origin_country":["US"],"original_language":"en","original_name":"The Sandman","overview":"After years of imprisonment, Morpheus — the King of Dreams — embarks on a journey across worlds to find what was stolen from him and restore his power.","popularity":2783.951,"poster_path":"/q54qEgagGOYCq5D1903eBVMNkbo.jpg","vote_average":8.2,"vote_count":333},{"backdrop_path":"/iSA7iVTzExSuXvjDEoFELwY5JgT.jpg","first_air_date":"2019-07-09","genre_ids":[10764],"id":90521,"name":"Love Island","origin_country":["US"],"original_language":"en","original_name":"Love Island","overview":"American version of the British dating reality competition in which ten singles come to stay in a villa for a few weeks and have to couple up with one another. Over the course of those weeks, they face the public vote and might be eliminated from the show. Other islanders join and try to break up the couples.","popularity":1750.614,"poster_path":"/47X1h91UUfhMxO42KV9fKoGAVMC.jpg","vote_average":7.1,"vote_count":50},{"backdrop_path":"/56v2KjBlU4XaOv9rVYEQypROD7P.jpg","first_air_date":"2016-07-15","genre_ids":[18,10765,9648],"id":66732,"name":"Stranger Things","origin_country":["US"],"original_language":"en","original_name":"Stranger Things","overview":"When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.","popularity":1532.376,"poster_path":"/49WJfeN0moxb9IPfGn8AIqMGskD.jpg","vote_average":8.6,"vote_count":12942},{"backdrop_path":"/sIRK4NYe1OK2hOJAg4xxuxzceKk.jpg","first_air_date":"2022-05-16","genre_ids":[35,18],"id":135647,"name":"2 Good 2 Be True","origin_country":["PH"],"original_language":"tl","original_name":"2 Good 2 Be True","overview":"Car mechanic Eloy makes a terrible first impression on Ali, who works for a real estate magnate. But both of them are hiding their true personas.","popularity":1503.914,"poster_path":"/2Wf5ySCPcnp8lRhbSD7jt0YLz5A.jpg","vote_average":7.4,"vote_count":149},{"backdrop_path":"/kOkmTrD8kWLeTXcAEwctg6GwW7t.jpg","first_air_date":"2017-02-20","genre_ids":[10751,35],"id":91759,"name":"Come Home Love: Lo and Behold","origin_country":["HK"],"original_language":"cn","original_name":"愛.回家之開心速遞","overview":"","popularity":1400.136,"poster_path":"/5hYejOX8mkPuppAjJy6E37EoD6H.jpg","vote_average":8,"vote_count":2},{"backdrop_path":"/x0RRnWdYeczF4KXDqW8blda7SKS.jpg","first_air_date":"2022-03-28","genre_ids":[18,10766],"id":158415,"name":"Pantanal","origin_country":["BR"],"original_language":"pt","original_name":"Pantanal","overview":"After the mysterious disappearance of his father, Joventino, the cowboy José Leôncio becomes a wealthy farm owner in Pantanal. Over twenty years have passed and, bitter-hearted because of his father vanishing and the escape of his wife to Rio de Janeiro with his baby, José Leôncio has the chance to make amends with the boy, now a young man raised in the big city with very different values and habits than his own.","popularity":1352.729,"poster_path":"/wRzDupqEtggcrs9032yNgGNxDA.jpg","vote_average":5.6,"vote_count":40},{"backdrop_path":"/hNwopoqRDazw1uPHY2jSNmV2gS2.jpg","first_air_date":"2005-06-06","genre_ids":[10763,10764,99],"id":203599,"name":"Scoop","origin_country":["HK"],"original_language":"cn","original_name":"東張西望","overview":"Scoop is a comprehensive information programme of Television Broadcasts Limited.\n\nThe content of the program is mainly based on entertainment news and personal follow-up of the artists, and will also be interspersed with the latest trends of TVB dramas and artists. Some entertainment news content clips will be rebroadcast on the next day's \"Entertainment Live\".\n\nThis program will be broadcast on Jade Channel from 19:30-20:00 (Hong Kong time) from June 6, 2005, and will be broadcast every day from March 3, 2019, and will be broadcast on myTV (later myTV SUPER) to provide \"Program Review\".","popularity":1350.303,"poster_path":"/qo6y0XvSBlKM3XCbYVdcR3a6qyQ.jpg","vote_average":7.6,"vote_count":5},{"backdrop_path":"/jW61BMd1ZVWPXI7Ts4iC2BTx8Qj.jpg","first_air_date":"2022-04-11","genre_ids":[18],"id":196572,"name":"The Secret House","origin_country":["KR"],"original_language":"ko","original_name":"비밀의 집","overview":"A story about quitting being a good boy and chasing evil to the end for the sake of the mother and sister who sacrificed for themselves.\n\nA revenge play in which a dirt spoon lawyer chasing the traces of his missing mother walks into the secret surrounding him to fight the world.","popularity":1337.029,"poster_path":"/wNN9hJDV45BF2PiJQQVwBCiqLIl.jpg","vote_average":6.5,"vote_count":4},{"backdrop_path":"/fMvRiykSZrb5KCQnHxe3dNN5XKX.jpg","first_air_date":"2022-06-27","genre_ids":[18],"id":194619,"name":"A Family Affair","origin_country":["PH"],"original_language":"tl","original_name":"A Family Affair","overview":"An inheritance from the late matriarch of the Estrellas intertwines the life of Cherry Red with Dave, Paco, Seb, and Drew. Amid the romance that arose between her and two of the four brothers, Cherry's past unravels and exposes deeply buried secrets.","popularity":1326.616,"poster_path":"/gkap4pWN722E0UK9WNL2vjGnAtw.jpg","vote_average":5,"vote_count":2},{"backdrop_path":"/vNfuoO1JU4cfE4aJjLib2LsKYRb.jpg","first_air_date":"2021-07-12","genre_ids":[10764],"id":124428,"name":"B&B Vol Liefde","origin_country":["NL"],"original_language":"nl","original_name":"B&B Vol Liefde","overview":"","popularity":1222.021,"poster_path":"/oW1TpjHFYCoCMAwE3ZmrlhEVAT5.jpg","vote_average":4,"vote_count":2},{"backdrop_path":"/stiQsL31rO4uSksWWSUBU5EdKon.jpg","first_air_date":"2019-07-25","genre_ids":[10765,10759],"id":76479,"name":"The Boys","origin_country":["US"],"original_language":"en","original_name":"The Boys","overview":"A group of vigilantes known informally as “The Boys” set out to take down corrupt superheroes with no more than blue-collar grit and a willingness to fight dirty.","popularity":1175.842,"poster_path":"/stTEycfG9928HYGEISBFaG1ngjM.jpg","vote_average":8.5,"vote_count":7034},{"backdrop_path":"/ry9SsBPOShH7eEL2dJc1coCBh8X.jpg","first_air_date":"2022-03-07","genre_ids":[35,18],"id":157936,"name":"For You","origin_country":["PT"],"original_language":"pt","original_name":"Por Ti","overview":"In the parish of Rio Meandro, two villages are at war over the construction of a dam that will submerge one of them: either Aldeia Velha or Aldeia Nova.","popularity":1096.112,"poster_path":"/7GmlOYoR2GNiBRFs47azHIcqncR.jpg","vote_average":4.5,"vote_count":6},{"backdrop_path":"/wiE9doxiLwq3WCGamDIOb2PqBqc.jpg","first_air_date":"2013-09-12","genre_ids":[18,80],"id":60574,"name":"Peaky Blinders","origin_country":["GB"],"original_language":"en","original_name":"Peaky Blinders","overview":"A gangster family epic set in 1919 Birmingham, England and centered on a gang who sew razor blades in the peaks of their caps, and their fierce boss Tommy Shelby, who means to move up in the world.","popularity":1020.153,"poster_path":"/vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg","vote_average":8.6,"vote_count":7098},{"backdrop_path":"/xA3Bh5VjiarQLbYH9xzpxiN1IMU.jpg","first_air_date":"2016-01-25","genre_ids":[80,10765],"id":63174,"name":"Lucifer","origin_country":["US"],"original_language":"en","original_name":"Lucifer","overview":"Bored and unhappy as the Lord of Hell, Lucifer Morningstar abandoned his throne and retired to Los Angeles, where he has teamed up with LAPD detective Chloe Decker to take down criminals. But the longer he's away from the underworld, the greater the threat that the worst of humanity could escape.","popularity":903.129,"poster_path":"/ekZobS8isE6mA53RAiGDG93hBxL.jpg","vote_average":8.5,"vote_count":12232},{"backdrop_path":"/vAMnMp84ASHuiHM6YxNa3esG1o9.jpg","first_air_date":"2020-08-17","genre_ids":[],"id":205401,"name":"Ik Weet Er Alles Van! (incl) VIPS","origin_country":["NL"],"original_language":"nl","original_name":"Ik Weet Er Alles Van! (incl) VIPS","overview":"","popularity":903.099,"poster_path":"/1UWnPL8nhyc6enkTjfJKM5Fcn0x.jpg","vote_average":4.5,"vote_count":2},{"backdrop_path":"/suopoADq0k8YZr4dQXcU6pToj6s.jpg","first_air_date":"2011-04-17","genre_ids":[10765,18,10759],"id":1399,"name":"Game of Thrones","origin_country":["US"],"original_language":"en","original_name":"Game of Thrones","overview":"Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.","popularity":842.03,"poster_path":"/u3bZgnGQ9T01sWNhyveQz0wH0Hl.jpg","vote_average":8.4,"vote_count":18476},{"backdrop_path":"/xefsQ5rz9PWN8mO7UZLoiPk9nuV.jpg","first_air_date":"2022-06-29","genre_ids":[18,35],"id":197067,"name":"Extraordinary Attorney Woo","origin_country":["KR"],"original_language":"ko","original_name":"이상한 변호사 우영우","overview":"Brilliant attorney Woo Young-woo tackles challenges in the courtroom and beyond as a newbie at a top law firm and a woman on the autism spectrum.","popularity":827.029,"poster_path":"/zuNOQVI4rEaqwknrfQUVKtlKE2C.jpg","vote_average":9,"vote_count":53},{"backdrop_path":"/ic7YfRS52N3m4oalxoOIT665C33.jpg","first_air_date":"2020-07-08","genre_ids":[18,35],"id":104877,"name":"Love Is In The Air","origin_country":["TR"],"original_language":"tr","original_name":"Sen Çal Kapımı","overview":"Eda, who ties all her hopes to her education, confronts Serkan Bolat, who cuts off her international education scholarship and leaves her with high school diploma. Serkan Bolat offers Eda to give her scholarship back if she pretends to be his fiance for two months. Although Eda rejects the offer of this man as she hates him, she has to accept it when the conditions change. While pretending to be engaged, Serkan and Eda begin to experience a passionate, challenging relationship that will make them forget all they know right. Because love is difficult. And that's why it's amazing.","popularity":820.766,"poster_path":"/bE71f9A3eztjcd5JT3MmHB8MbzA.jpg","vote_average":8.2,"vote_count":2565},{"backdrop_path":null,"first_air_date":"2022-05-30","genre_ids":[35,10765],"id":152296,"name":"Love in 40 Days","origin_country":["PH"],"original_language":"tl","original_name":"Love in 40 Days","overview":"After getting involved in a fatal car crash, a competitive career woman arrives in an uncanny purgatory. While settling her unfinished businesses as a lingering spirit, she meets and finds her soulmate in a rebellious scion with a third eye.","popularity":770.56,"poster_path":"/7cdnr3Bu728ukVBDMcOZ8zLrwOt.jpg","vote_average":3.1,"vote_count":4},{"backdrop_path":"/1qpUk27LVI9UoTS7S0EixUBj5aR.jpg","first_air_date":"2022-03-24","genre_ids":[10759,10765],"id":52814,"name":"Halo","origin_country":["US"],"original_language":"en","original_name":"Halo","overview":"Depicting an epic 26th-century conflict between humanity and an alien threat known as the Covenant, the series weaves deeply drawn personal stories with action, adventure and a richly imagined vision of the future.","popularity":756.822,"poster_path":"/nJUHX3XL1jMkk8honUZnUmudFb9.jpg","vote_average":8.5,"vote_count":1199}],"total_pages":6763,"total_results":135257}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the details of a TV episode group. Groups support 7 different types which are enumerated as the following:
1. Original air date
2. Absolute
3. DVD
4. Digital
5. Story arc
6. Production
7. TV
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8a6828d0-48fc-4a72-bf44-fcb36316c425 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:33:44 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 4dc4b4c06788086e771fb99ed1aef81595a67632 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 3600 |
| ETag | W/"50bb2ecf651366b834d30145c0bfeaf6" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | EqFOX5tBtBmn51ad92ZvG9olx_Bl1IgafeTf2gL25TWOsX9lCgihFA== |
| Age | 9329 |
{"description":"","episode_count":24,"group_count":2,"groups":[{"id":"5b1aa8c9c3a368490101263f","name":"Mystery Piñata","order":1,"episodes":[{"air_date":"2014-04-14","episode_number":1,"id":1048405,"name":"Fun Dungeon Face Off","overview":"Clarence's Mom treats Clarence, Jeff and Sumo to an afternoon at Rough Riders Chicken, a fast food restaurant with a play emporium. When Clarence and Sumo steal Jeff's fries, Jeff is forced to confront his germ phobias head-on in the restaurant's seemingly unsanitary play area.","production_code":"1037-003","runtime":11,"season_number":1,"show_id":50035,"still_path":"/uUYVqs61mDhpMwE1IQ7VG81z21G.jpg","vote_average":3.5,"vote_count":2,"order":0},{"air_date":"2014-04-14","episode_number":2,"id":1048406,"name":"Pretty Great Day with a Girl","overview":"Clarence and Amy get caught up in a \"pinecone war\" while on a hunt for a monster-sized rock.","production_code":"1037-001","runtime":11,"season_number":1,"show_id":50035,"still_path":"/z3spo18aRE7kcjEyuYAcIop83G3.jpg","vote_average":7.0,"vote_count":1,"order":1},{"air_date":"2014-04-21","episode_number":4,"id":1048408,"name":"Lost in the Supermarket","overview":"Clarence finds secrets in the supermarket while lost.","production_code":"1037-008","runtime":11,"season_number":1,"show_id":50035,"still_path":"/a7Mv8jx7bIJ53jUOeTPvSC4jzT9.jpg","vote_average":9.0,"vote_count":3,"order":2},{"air_date":"2014-04-28","episode_number":5,"id":1048409,"name":"Clarence's Millions","overview":"Clarence creates his own form of currency, turning the school upside down.","production_code":"1037-010","runtime":11,"season_number":1,"show_id":50035,"still_path":"/xe1nqHPPvwBV7NmKdCc1sZ9wLqF.jpg","vote_average":7.0,"vote_count":2,"order":3},{"air_date":"2014-05-12","episode_number":7,"id":1048411,"name":"Jeff's New Toy","overview":"Jeff and Clarence clash over keeping a toy in its box.","production_code":"1037-013","runtime":11,"season_number":1,"show_id":50035,"still_path":"/fg2HbYGUnZFx8RAnXxc2gCSQIt.jpg","vote_average":7.3,"vote_count":3,"order":4},{"air_date":"2014-07-03","episode_number":11,"id":1048415,"name":"Zoo","overview":"Clarence and Belson make a true odd couple when they're paired up during a field trip to the zoo and find themselves locked inside after hours.","production_code":"1037-016","runtime":11,"season_number":1,"show_id":50035,"still_path":"/7B90nbXL5Mb2BeFxfwzhKSnWdfp.jpg","vote_average":0.0,"vote_count":0,"order":5},{"air_date":"2014-07-10","episode_number":12,"id":1048416,"name":"Rise 'n' Shine","overview":"A glimpse at the wild, secret adventures Clarence undertakes each day before the rest of us, and the sun, get up.","production_code":"1037-017","runtime":11,"season_number":1,"show_id":50035,"still_path":"/8i2LBB9xWCCXXT90cUJOyaPLd7O.jpg","vote_average":0.0,"vote_count":0,"order":6},{"air_date":"2014-07-31","episode_number":15,"id":1048419,"name":"Dream Boat","overview":"Clarence and Jeff help Sumo to build his dream boat.","production_code":"1037-020","runtime":11,"season_number":1,"show_id":50035,"still_path":"/lvushvB45SavHHgxXTHmswrIfmN.jpg","vote_average":0.0,"vote_count":0,"order":7},{"air_date":"2014-08-07","episode_number":16,"id":1048420,"name":"Slumber Party","overview":"Clarence struggles to make a connection at an all-girls slumber party, leaving Sumo and Jeff at odds without Clarence as their \"friendship buffer.\"","production_code":"1037-011","runtime":11,"season_number":1,"show_id":50035,"still_path":"/w8f2x08mdZn6A5FDDFt347ff2MA.jpg","vote_average":0.0,"vote_count":0,"order":8},{"air_date":"2014-10-02","episode_number":18,"id":1048422,"name":"Average Jeff","overview":"Jeff becomes angry when he falls into a lower class in school after taking an IQ test.","production_code":"1037-022","runtime":11,"season_number":1,"show_id":50035,"still_path":"/wrbG3hws782UeP1p62HuPJ9wi9G.jpg","vote_average":0.0,"vote_count":0,"order":9},{"air_date":"2014-10-23","episode_number":21,"id":1048425,"name":"Neighborhood Grill","overview":"","production_code":"1037-007","runtime":11,"season_number":1,"show_id":50035,"still_path":"/iWdSEIS50IEWU84f2Vj77UH3x8m.jpg","vote_average":0.0,"vote_count":0,"order":10},{"air_date":"2014-11-06","episode_number":23,"id":1048427,"name":"Too Gross for Comfort","overview":"","production_code":"1037-023","runtime":11,"season_number":1,"show_id":50035,"still_path":"/gND7ikRp4wvQdsmrV2zMy9p8uVj.jpg","vote_average":10.0,"vote_count":1,"order":11}],"locked":false},{"id":"5b1b2a6c0e0a261fa7017db6","name":"Dust Buddies\t","order":2,"episodes":[{"air_date":"2014-04-21","episode_number":3,"id":1048407,"name":"Money Broom Wizard","overview":"Clarence, Jeff and Sumo try to have fun at the arcade with only a dollar to spend.","production_code":"1037-002","runtime":11,"season_number":1,"show_id":50035,"still_path":"/lBYc1fXoo9zwWMY1rCPhDy8kCzL.jpg","vote_average":10.0,"vote_count":1,"order":0},{"air_date":"2014-05-05","episode_number":6,"id":1048410,"name":"Clarence Gets a Girlfriend","overview":"Clarence tries to become a perfect gentleman before a date.","production_code":"1037-005","runtime":11,"season_number":1,"show_id":50035,"still_path":"/jwCnSvQNPOcZdfikjKc2rD90TwK.jpg","vote_average":7.7,"vote_count":3,"order":1},{"air_date":"2014-06-12","episode_number":8,"id":1048412,"name":"Dinner Party","overview":"When Clarence's mom takes Clarence to a stuffy dinner party, Clarence embarks on a quest for fun wherever it can be found.","production_code":"1037-004","runtime":11,"season_number":1,"show_id":50035,"still_path":"/opVeWCJPA9LgKOahbLlbEqoQrcF.jpg","vote_average":8.0,"vote_count":3,"order":2},{"air_date":"2014-06-26","episode_number":10,"id":1048414,"name":"Dollar Hunt","overview":"Clarence tries to meet new friends through a \"dollar hunt\" game.","production_code":"1037-012","runtime":11,"season_number":1,"show_id":50035,"still_path":"/8ZSLiTU9T89x1v3Ght3kxPrxrA7.jpg","vote_average":0.0,"vote_count":0,"order":3},{"air_date":"2014-07-24","episode_number":14,"id":1048418,"name":"Puddle Eyes","overview":"Clarence temporarily loses his vision at school, just before an impromptu competitive eye exam.","production_code":"1037-018","runtime":11,"season_number":1,"show_id":50035,"still_path":"/5nsi6Mh1RBlZ3GUQ7TPaTAt5AsV.jpg","vote_average":0.0,"vote_count":0,"order":4},{"air_date":"2014-08-14","episode_number":17,"id":1048421,"name":"Nature Clarence","overview":"Clarence, Sumo and Jeff's nature hike veers off course courtesy of their under qualified, overwhelmed guide, Josh, prompting Clarence to take the lead.","production_code":"1037-019","runtime":11,"season_number":1,"show_id":50035,"still_path":"/auZz1si2yqthYBV8u7qWiqN1m1n.jpg","vote_average":0.0,"vote_count":0,"order":5},{"air_date":"2014-10-09","episode_number":19,"id":1048423,"name":"Lizard Day Afternoon","overview":"Clarence and Sumo chase a lizard and find unexpected treats.","production_code":"1037-021","runtime":11,"season_number":1,"show_id":50035,"still_path":"/v4MXkFyyu5yi6Dg66FuuKN6117f.jpg","vote_average":0.0,"vote_count":0,"order":6},{"air_date":"2014-10-16","episode_number":20,"id":1048424,"name":"The Forgotten","overview":"Clarence is left behind at school with an indecisive student.","production_code":"1037-009","runtime":11,"season_number":1,"show_id":50035,"still_path":"/o8RET0q35FXPjRe3pwB1iHuCrYp.jpg","vote_average":0.0,"vote_count":0,"order":7},{"air_date":"2014-11-20","episode_number":25,"id":1048429,"name":"Patients","overview":"","production_code":"1037-026","runtime":11,"season_number":1,"show_id":50035,"still_path":"/dvWDSRtCbKP2THL6EbIXwHiOtAk.jpg","vote_average":0.0,"vote_count":0,"order":8},{"air_date":"2014-12-01","episode_number":26,"id":1048431,"name":"Rough Riders Elementary","overview":"","production_code":"1037-025","runtime":11,"season_number":1,"show_id":50035,"still_path":"/a2RCWTpLNU8nkkPMhVhDL0AxA0f.jpg","vote_average":0.0,"vote_count":0,"order":9},{"air_date":"2015-03-29","episode_number":29,"id":1048434,"name":"Jeff Wins","overview":"","production_code":"","runtime":11,"season_number":1,"show_id":50035,"still_path":"/skuqvL4ZkafaDPhgthg8uFD1LHO.jpg","vote_average":0.0,"vote_count":0,"order":10},{"air_date":"2015-06-01","episode_number":36,"id":1056470,"name":"Dust Buddies","overview":"While Belson's mother forces him to clean up to teach him responsibility, she sends their housekeeper to Clarence's house for the day.","production_code":"","runtime":11,"season_number":1,"show_id":50035,"still_path":"/dAUD5Iy7kAGq1yIIwTido7P0Ha5.jpg","vote_average":0.0,"vote_count":0,"order":11}],"locked":false}],"id":"5b1aa75ac3a368490e016641","name":"DVD","network":null,"type":3}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all of the TV show ids that have been changed in the past 24 hours.
You can query it for up to 14 days worth of changed IDs at a time with the `start_date` and `end_date` query parameters. 100 items are returned per page.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 3d949ece-3da8-495a-a88c-bdf58b2c30ce |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:50 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 7e9a925e3c192c686e7fd9e41517b0db82ac2f97 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 600 |
| ETag | W/"74ee8196b2e39a4abd3ea6a3b16b7abc" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | W3LIHAQqlWEh7HExsyDPhsmxgsy9Mrj4AzoJRWbCXiMJXYkGo4X0Lg== |
| Age | 6143 |
{"results":[{"id":208373,"adult":false},{"id":81492,"adult":false},{"id":200196,"adult":null},{"id":102854,"adult":false},{"id":207498,"adult":false},{"id":94154,"adult":false},{"id":44727,"adult":false},{"id":133805,"adult":true},{"id":158547,"adult":false},{"id":208264,"adult":false},{"id":119018,"adult":false},{"id":4614,"adult":false},{"id":200484,"adult":null},{"id":200115,"adult":null},{"id":26707,"adult":false},{"id":95441,"adult":true},{"id":85969,"adult":false},{"id":194526,"adult":false},{"id":135157,"adult":false},{"id":20993,"adult":false},{"id":94810,"adult":false},{"id":125398,"adult":false},{"id":129195,"adult":false},{"id":881,"adult":false},{"id":200008,"adult":null},{"id":208323,"adult":false},{"id":90151,"adult":true},{"id":155492,"adult":false},{"id":197536,"adult":true},{"id":82873,"adult":false},{"id":153678,"adult":false},{"id":205470,"adult":false},{"id":207503,"adult":false},{"id":87230,"adult":false},{"id":208376,"adult":false},{"id":47320,"adult":false},{"id":98201,"adult":false},{"id":207993,"adult":false},{"id":127424,"adult":false},{"id":206416,"adult":false},{"id":196906,"adult":false},{"id":2354,"adult":false},{"id":33164,"adult":false},{"id":50810,"adult":false},{"id":208370,"adult":false},{"id":205003,"adult":false},{"id":200116,"adult":null},{"id":200447,"adult":null},{"id":810,"adult":false},{"id":77607,"adult":false},{"id":123725,"adult":false},{"id":5080,"adult":false},{"id":112613,"adult":false},{"id":195366,"adult":false},{"id":94006,"adult":false},{"id":205866,"adult":false},{"id":208337,"adult":false},{"id":201523,"adult":false},{"id":134949,"adult":false},{"id":103157,"adult":false},{"id":208362,"adult":false},{"id":129915,"adult":false},{"id":90970,"adult":false},{"id":127714,"adult":false},{"id":200454,"adult":null},{"id":93655,"adult":false},{"id":156035,"adult":false},{"id":134667,"adult":false},{"id":94226,"adult":false},{"id":197406,"adult":false},{"id":208340,"adult":false},{"id":135840,"adult":false},{"id":158241,"adult":false},{"id":9051,"adult":false},{"id":12121,"adult":false},{"id":208350,"adult":false},{"id":199993,"adult":null},{"id":203124,"adult":false},{"id":111661,"adult":false},{"id":14880,"adult":false},{"id":130074,"adult":false},{"id":155843,"adult":false},{"id":197025,"adult":false},{"id":34587,"adult":false},{"id":194744,"adult":false},{"id":207217,"adult":false},{"id":207451,"adult":false},{"id":92294,"adult":false},{"id":128572,"adult":false},{"id":12974,"adult":false},{"id":133450,"adult":false},{"id":43125,"adult":false},{"id":13093,"adult":false},{"id":114565,"adult":false},{"id":200152,"adult":null},{"id":911,"adult":false},{"id":203254,"adult":false},{"id":105791,"adult":false},{"id":208342,"adult":null},{"id":7008,"adult":false},{"id":195339,"adult":false},{"id":1399,"adult":false},{"id":208367,"adult":false},{"id":195530,"adult":false},{"id":208353,"adult":null},{"id":133874,"adult":false},{"id":200220,"adult":null},{"id":200062,"adult":null},{"id":195064,"adult":false},{"id":1615,"adult":false},{"id":208364,"adult":false},{"id":207110,"adult":false},{"id":15534,"adult":false},{"id":200123,"adult":null},{"id":96621,"adult":false},{"id":76479,"adult":false},{"id":31724,"adult":false},{"id":154176,"adult":false},{"id":195068,"adult":false},{"id":5522,"adult":false},{"id":133962,"adult":false},{"id":139410,"adult":false},{"id":208361,"adult":false},{"id":62552,"adult":false},{"id":19253,"adult":false},{"id":92679,"adult":false},{"id":72993,"adult":false},{"id":133953,"adult":false},{"id":153409,"adult":false},{"id":2734,"adult":false},{"id":1622,"adult":false},{"id":4626,"adult":false},{"id":46952,"adult":false},{"id":37854,"adult":false},{"id":132171,"adult":false},{"id":120555,"adult":false},{"id":11100,"adult":false},{"id":108847,"adult":false},{"id":123542,"adult":false},{"id":204688,"adult":false},{"id":200156,"adult":null},{"id":156955,"adult":false},{"id":200438,"adult":null},{"id":66370,"adult":false},{"id":109918,"adult":false},{"id":43284,"adult":false},{"id":114946,"adult":false},{"id":107005,"adult":false},{"id":208326,"adult":false},{"id":194619,"adult":false},{"id":105,"adult":false},{"id":200182,"adult":null},{"id":200507,"adult":null},{"id":196268,"adult":false},{"id":42138,"adult":false},{"id":208381,"adult":false},{"id":200234,"adult":null},{"id":66383,"adult":false},{"id":69541,"adult":false},{"id":200251,"adult":null},{"id":76034,"adult":false},{"id":44684,"adult":false},{"id":82583,"adult":false},{"id":70881,"adult":false},{"id":200471,"adult":null},{"id":99127,"adult":false},{"id":208139,"adult":false},{"id":34435,"adult":false},{"id":19871,"adult":false},{"id":59634,"adult":false},{"id":207821,"adult":false},{"id":208234,"adult":false},{"id":208331,"adult":false},{"id":35527,"adult":false},{"id":44666,"adult":false},{"id":123889,"adult":false},{"id":155154,"adult":false},{"id":131362,"adult":false},{"id":208311,"adult":false},{"id":52150,"adult":false},{"id":200117,"adult":null},{"id":200064,"adult":null},{"id":693,"adult":false},{"id":202432,"adult":false},{"id":114477,"adult":false},{"id":157590,"adult":false},{"id":208308,"adult":null},{"id":12338,"adult":false},{"id":72805,"adult":false},{"id":4927,"adult":false},{"id":84575,"adult":false},{"id":208378,"adult":false},{"id":135368,"adult":false},{"id":127264,"adult":false},{"id":11978,"adult":false},{"id":93292,"adult":false},{"id":62511,"adult":false},{"id":101698,"adult":false},{"id":12433,"adult":false},{"id":156658,"adult":false},{"id":208243,"adult":false},{"id":116584,"adult":false},{"id":85271,"adult":false},{"id":206247,"adult":false},{"id":118663,"adult":false},{"id":202770,"adult":false},{"id":207759,"adult":false},{"id":12114,"adult":false},{"id":105942,"adult":false},{"id":208348,"adult":false},{"id":72188,"adult":false},{"id":203888,"adult":false},{"id":107114,"adult":false},{"id":208291,"adult":null},{"id":200207,"adult":null},{"id":61373,"adult":false},{"id":94759,"adult":false},{"id":134333,"adult":false},{"id":200986,"adult":false},{"id":156988,"adult":false},{"id":117571,"adult":false},{"id":4267,"adult":false},{"id":101413,"adult":false},{"id":70468,"adult":false},{"id":203769,"adult":false},{"id":116865,"adult":true},{"id":203282,"adult":false},{"id":96882,"adult":false},{"id":7263,"adult":false},{"id":108466,"adult":false},{"id":208357,"adult":false},{"id":194757,"adult":false},{"id":206797,"adult":false},{"id":200200,"adult":null},{"id":208321,"adult":false},{"id":113839,"adult":false},{"id":32390,"adult":false},{"id":80752,"adult":false},{"id":197608,"adult":false},{"id":34134,"adult":false},{"id":208379,"adult":false},{"id":59574,"adult":false},{"id":6292,"adult":false},{"id":200384,"adult":null},{"id":67946,"adult":false},{"id":34749,"adult":false},{"id":207912,"adult":false},{"id":154352,"adult":false},{"id":155641,"adult":false},{"id":107100,"adult":false},{"id":1527,"adult":false},{"id":2723,"adult":false},{"id":200145,"adult":null},{"id":93166,"adult":false},{"id":101972,"adult":false},{"id":78048,"adult":false},{"id":119666,"adult":true},{"id":45762,"adult":false},{"id":201380,"adult":false},{"id":72636,"adult":false},{"id":26444,"adult":false},{"id":200287,"adult":null},{"id":127611,"adult":true},{"id":154828,"adult":false},{"id":135347,"adult":false},{"id":114934,"adult":false},{"id":48041,"adult":false},{"id":14731,"adult":false},{"id":200255,"adult":null},{"id":4622,"adult":false},{"id":69557,"adult":false},{"id":155645,"adult":false},{"id":202210,"adult":false},{"id":82001,"adult":false},{"id":5087,"adult":false},{"id":3034,"adult":false},{"id":194871,"adult":false},{"id":105488,"adult":false},{"id":62048,"adult":false},{"id":207436,"adult":null},{"id":200098,"adult":null},{"id":37913,"adult":false},{"id":154901,"adult":false},{"id":61818,"adult":false},{"id":207862,"adult":false},{"id":13832,"adult":false},{"id":208336,"adult":false},{"id":200257,"adult":null},{"id":200368,"adult":null},{"id":154743,"adult":false},{"id":157383,"adult":false},{"id":105080,"adult":false},{"id":65251,"adult":false},{"id":208374,"adult":false},{"id":89861,"adult":false},{"id":64872,"adult":false},{"id":66022,"adult":false},{"id":31923,"adult":false},{"id":200880,"adult":false},{"id":200259,"adult":null},{"id":154854,"adult":false},{"id":206696,"adult":false},{"id":854,"adult":false},{"id":110115,"adult":false},{"id":92685,"adult":false},{"id":86845,"adult":false},{"id":79481,"adult":false},{"id":200039,"adult":null},{"id":45020,"adult":false},{"id":122548,"adult":false},{"id":64196,"adult":false},{"id":202679,"adult":false},{"id":208341,"adult":false},{"id":75219,"adult":false},{"id":157369,"adult":false},{"id":208305,"adult":false},{"id":57543,"adult":false},{"id":46923,"adult":false},{"id":65708,"adult":false},{"id":127237,"adult":false},{"id":208384,"adult":false},{"id":110929,"adult":false},{"id":49527,"adult":false},{"id":45752,"adult":false},{"id":125940,"adult":false},{"id":208351,"adult":false},{"id":200029,"adult":null},{"id":103776,"adult":false},{"id":1618,"adult":false},{"id":208328,"adult":false},{"id":88794,"adult":false},{"id":18821,"adult":false},{"id":31120,"adult":false},{"id":202265,"adult":false},{"id":46261,"adult":false},{"id":101733,"adult":false},{"id":3752,"adult":false},{"id":205794,"adult":null},{"id":85426,"adult":false},{"id":131488,"adult":false},{"id":2661,"adult":false},{"id":208315,"adult":false},{"id":74277,"adult":false},{"id":200247,"adult":null},{"id":152334,"adult":false},{"id":79251,"adult":false},{"id":195821,"adult":false},{"id":203744,"adult":false},{"id":156913,"adult":false},{"id":207013,"adult":true},{"id":207859,"adult":false},{"id":157395,"adult":false},{"id":156448,"adult":false},{"id":58710,"adult":false},{"id":200424,"adult":null},{"id":44982,"adult":false},{"id":206523,"adult":false},{"id":208280,"adult":false},{"id":95178,"adult":false},{"id":208334,"adult":false},{"id":84917,"adult":false},{"id":65494,"adult":false},{"id":207148,"adult":false},{"id":199977,"adult":null},{"id":157522,"adult":false},{"id":129516,"adult":false},{"id":208304,"adult":false},{"id":112470,"adult":false},{"id":37647,"adult":false},{"id":200503,"adult":null},{"id":208313,"adult":false},{"id":4704,"adult":false},{"id":91621,"adult":false},{"id":84346,"adult":false},{"id":196686,"adult":false},{"id":44264,"adult":false},{"id":12688,"adult":false},{"id":32357,"adult":false},{"id":200348,"adult":null},{"id":118457,"adult":false},{"id":208383,"adult":false},{"id":9044,"adult":false},{"id":71789,"adult":false},{"id":8703,"adult":false},{"id":196614,"adult":false},{"id":128838,"adult":false},{"id":202017,"adult":false},{"id":40392,"adult":false},{"id":107141,"adult":false},{"id":73926,"adult":false},{"id":195288,"adult":false},{"id":95215,"adult":false},{"id":83205,"adult":false},{"id":208333,"adult":false},{"id":208329,"adult":false},{"id":97186,"adult":false},{"id":208363,"adult":false},{"id":60603,"adult":false},{"id":4194,"adult":false},{"id":200293,"adult":null},{"id":200163,"adult":null},{"id":204306,"adult":false},{"id":200485,"adult":null},{"id":208324,"adult":false},{"id":94997,"adult":false},{"id":195337,"adult":false},{"id":130477,"adult":false},{"id":200217,"adult":null},{"id":200445,"adult":null},{"id":139073,"adult":false},{"id":201851,"adult":false},{"id":126997,"adult":false},{"id":44214,"adult":false},{"id":90521,"adult":false},{"id":132559,"adult":false},{"id":63404,"adult":false},{"id":208338,"adult":false},{"id":1260,"adult":false},{"id":208307,"adult":false},{"id":200121,"adult":null},{"id":104359,"adult":false},{"id":47990,"adult":false},{"id":204694,"adult":false},{"id":72517,"adult":false},{"id":208368,"adult":false},{"id":78,"adult":false},{"id":77939,"adult":false},{"id":81108,"adult":false},{"id":5652,"adult":false},{"id":98888,"adult":false},{"id":82041,"adult":false},{"id":114087,"adult":false},{"id":194984,"adult":false},{"id":70274,"adult":false},{"id":59563,"adult":false},{"id":135215,"adult":false},{"id":135894,"adult":false},{"id":87917,"adult":false},{"id":91151,"adult":false},{"id":9306,"adult":false},{"id":73536,"adult":false},{"id":206279,"adult":false},{"id":89066,"adult":false},{"id":200431,"adult":null},{"id":207267,"adult":false},{"id":208086,"adult":false},{"id":71731,"adult":false},{"id":200149,"adult":null},{"id":55916,"adult":false},{"id":72090,"adult":false},{"id":200633,"adult":true},{"id":74577,"adult":false},{"id":79330,"adult":false},{"id":208322,"adult":false},{"id":207481,"adult":false},{"id":109096,"adult":false},{"id":199998,"adult":null},{"id":72306,"adult":false},{"id":99769,"adult":false},{"id":62273,"adult":false},{"id":206268,"adult":false},{"id":156062,"adult":false},{"id":104696,"adult":true},{"id":65433,"adult":false},{"id":91040,"adult":false},{"id":117006,"adult":false},{"id":208265,"adult":false},{"id":1279,"adult":false},{"id":194831,"adult":false},{"id":195382,"adult":false},{"id":139172,"adult":false},{"id":152504,"adult":false},{"id":98137,"adult":false},{"id":75749,"adult":false},{"id":197264,"adult":false},{"id":200127,"adult":null},{"id":157026,"adult":false},{"id":2098,"adult":false},{"id":3272,"adult":false},{"id":207878,"adult":false},{"id":205242,"adult":false},{"id":206878,"adult":false},{"id":103809,"adult":false},{"id":200254,"adult":null},{"id":206318,"adult":false},{"id":77974,"adult":false},{"id":208346,"adult":false},{"id":196041,"adult":false},{"id":153682,"adult":false},{"id":156701,"adult":false},{"id":3968,"adult":false},{"id":206151,"adult":false},{"id":200253,"adult":null},{"id":108488,"adult":false},{"id":39279,"adult":false},{"id":4455,"adult":false},{"id":197067,"adult":false},{"id":67581,"adult":false},{"id":116691,"adult":false},{"id":83095,"adult":false},{"id":66627,"adult":false},{"id":1668,"adult":false},{"id":126027,"adult":false},{"id":200416,"adult":null},{"id":200055,"adult":null},{"id":197265,"adult":false},{"id":74905,"adult":false},{"id":208359,"adult":false},{"id":7132,"adult":false},{"id":208375,"adult":false},{"id":200003,"adult":null},{"id":208339,"adult":false},{"id":200461,"adult":null},{"id":83867,"adult":false},{"id":26290,"adult":false},{"id":130276,"adult":false},{"id":205635,"adult":false},{"id":77422,"adult":false},{"id":196749,"adult":false},{"id":157062,"adult":false},{"id":80568,"adult":false},{"id":87382,"adult":false},{"id":120691,"adult":false},{"id":203599,"adult":false},{"id":123716,"adult":false},{"id":205950,"adult":false},{"id":204236,"adult":false},{"id":12271,"adult":false},{"id":208312,"adult":null},{"id":128697,"adult":false},{"id":130368,"adult":false},{"id":208301,"adult":false},{"id":156935,"adult":false},{"id":5362,"adult":false},{"id":207389,"adult":false},{"id":61596,"adult":false},{"id":208309,"adult":false},{"id":207078,"adult":false},{"id":61709,"adult":false},{"id":96316,"adult":false},{"id":208365,"adult":false},{"id":61329,"adult":false},{"id":15067,"adult":false},{"id":157078,"adult":null},{"id":79923,"adult":false},{"id":200442,"adult":null},{"id":207752,"adult":false},{"id":31450,"adult":false},{"id":204027,"adult":false},{"id":60694,"adult":false},{"id":200410,"adult":null},{"id":135148,"adult":false},{"id":87523,"adult":false},{"id":152296,"adult":false},{"id":81831,"adult":false},{"id":204554,"adult":false},{"id":200228,"adult":null},{"id":45115,"adult":false},{"id":97645,"adult":false},{"id":74660,"adult":false},{"id":156606,"adult":false},{"id":12759,"adult":false},{"id":200071,"adult":null},{"id":200407,"adult":null},{"id":208316,"adult":false},{"id":11216,"adult":false},{"id":200495,"adult":null},{"id":202304,"adult":false},{"id":158579,"adult":false},{"id":131041,"adult":false},{"id":67195,"adult":false},{"id":158650,"adult":false},{"id":208332,"adult":false},{"id":200129,"adult":null},{"id":71714,"adult":false},{"id":135154,"adult":false},{"id":208318,"adult":false},{"id":200177,"adult":null},{"id":121750,"adult":false},{"id":30446,"adult":false},{"id":197463,"adult":false},{"id":34899,"adult":false},{"id":87428,"adult":false},{"id":207936,"adult":false},{"id":66981,"adult":false},{"id":122653,"adult":false},{"id":44761,"adult":false},{"id":119316,"adult":false},{"id":4811,"adult":false},{"id":76588,"adult":false},{"id":200236,"adult":null},{"id":95887,"adult":false},{"id":137734,"adult":false},{"id":208225,"adult":false},{"id":60685,"adult":false},{"id":200125,"adult":null},{"id":49719,"adult":false},{"id":124212,"adult":false},{"id":7655,"adult":false},{"id":134710,"adult":false},{"id":1100,"adult":false},{"id":6647,"adult":false},{"id":125392,"adult":false},{"id":201859,"adult":false},{"id":131836,"adult":false},{"id":66748,"adult":false},{"id":155537,"adult":false},{"id":65673,"adult":false},{"id":124428,"adult":false},{"id":156794,"adult":false},{"id":12603,"adult":false},{"id":200167,"adult":null},{"id":72502,"adult":false},{"id":90652,"adult":false},{"id":154165,"adult":false},{"id":200707,"adult":false},{"id":2612,"adult":false},{"id":200419,"adult":null},{"id":208385,"adult":false},{"id":6025,"adult":false},{"id":72879,"adult":false},{"id":40417,"adult":false},{"id":128121,"adult":false},{"id":5986,"adult":false},{"id":38258,"adult":false},{"id":208352,"adult":false},{"id":77070,"adult":false},{"id":63247,"adult":false},{"id":77169,"adult":false},{"id":129100,"adult":false},{"id":123249,"adult":false},{"id":12614,"adult":false},{"id":49324,"adult":false},{"id":12888,"adult":false},{"id":101313,"adult":false},{"id":154887,"adult":false},{"id":138171,"adult":false},{"id":200297,"adult":null},{"id":99854,"adult":false},{"id":78075,"adult":false},{"id":199979,"adult":null},{"id":107113,"adult":false},{"id":62982,"adult":false},{"id":47813,"adult":false},{"id":154010,"adult":false},{"id":129589,"adult":false},{"id":96152,"adult":false},{"id":10179,"adult":false},{"id":34309,"adult":false},{"id":208377,"adult":false},{"id":102424,"adult":false},{"id":41802,"adult":false},{"id":121,"adult":false},{"id":200104,"adult":null},{"id":114138,"adult":false},{"id":103516,"adult":false},{"id":81329,"adult":false},{"id":1403,"adult":false},{"id":207967,"adult":false},{"id":208369,"adult":false},{"id":208360,"adult":false},{"id":194764,"adult":false},{"id":206087,"adult":false},{"id":206325,"adult":false},{"id":94415,"adult":false},{"id":31166,"adult":false},{"id":99434,"adult":false},{"id":76373,"adult":false},{"id":201124,"adult":false},{"id":154129,"adult":false},{"id":194774,"adult":false},{"id":79829,"adult":false},{"id":136733,"adult":false},{"id":114627,"adult":false},{"id":203215,"adult":false},{"id":154716,"adult":false},{"id":85854,"adult":false},{"id":126787,"adult":false},{"id":208146,"adult":false},{"id":100010,"adult":false},{"id":549,"adult":false},{"id":205445,"adult":false},{"id":61780,"adult":false},{"id":17610,"adult":false},{"id":15460,"adult":false},{"id":90812,"adult":false},{"id":3437,"adult":false},{"id":78173,"adult":false},{"id":202561,"adult":false},{"id":11128,"adult":false},{"id":196040,"adult":false},{"id":66902,"adult":false},{"id":116092,"adult":false},{"id":200128,"adult":null},{"id":206112,"adult":false},{"id":124271,"adult":false},{"id":106519,"adult":false},{"id":60059,"adult":false},{"id":203506,"adult":false},{"id":7921,"adult":false},{"id":208023,"adult":false},{"id":208327,"adult":true},{"id":139660,"adult":false},{"id":135868,"adult":false},{"id":100895,"adult":false},{"id":208204,"adult":false},{"id":202228,"adult":false},{"id":10257,"adult":false},{"id":200237,"adult":null},{"id":206083,"adult":null},{"id":83631,"adult":false},{"id":97263,"adult":true},{"id":49009,"adult":false},{"id":58272,"adult":false},{"id":2224,"adult":false},{"id":105248,"adult":false},{"id":56992,"adult":false},{"id":90648,"adult":false},{"id":200159,"adult":null},{"id":84773,"adult":false},{"id":208314,"adult":false},{"id":133781,"adult":false},{"id":119100,"adult":false},{"id":208355,"adult":false},{"id":17116,"adult":null},{"id":99751,"adult":false},{"id":50591,"adult":false},{"id":91390,"adult":false},{"id":204284,"adult":false},{"id":198087,"adult":false},{"id":84237,"adult":false},{"id":207796,"adult":false},{"id":207778,"adult":false},{"id":80058,"adult":false},{"id":106849,"adult":false},{"id":91555,"adult":false},{"id":200102,"adult":null},{"id":208317,"adult":false},{"id":208358,"adult":false},{"id":67371,"adult":false},{"id":200496,"adult":null},{"id":114110,"adult":true},{"id":76632,"adult":false},{"id":38732,"adult":false},{"id":208299,"adult":null},{"id":208206,"adult":false},{"id":207655,"adult":false},{"id":208372,"adult":false},{"id":207090,"adult":false},{"id":118017,"adult":false},{"id":202307,"adult":false},{"id":86848,"adult":false},{"id":78272,"adult":false},{"id":62054,"adult":false},{"id":2085,"adult":false},{"id":109370,"adult":false},{"id":40663,"adult":false},{"id":200288,"adult":null},{"id":110562,"adult":false},{"id":205017,"adult":false},{"id":66774,"adult":false},{"id":1734,"adult":false},{"id":2750,"adult":false},{"id":85338,"adult":false},{"id":130147,"adult":false},{"id":97716,"adult":true},{"id":208349,"adult":false},{"id":200030,"adult":null},{"id":200369,"adult":null},{"id":200169,"adult":null},{"id":2673,"adult":false},{"id":138341,"adult":false},{"id":200130,"adult":null},{"id":12609,"adult":false},{"id":85801,"adult":false},{"id":157016,"adult":false},{"id":84642,"adult":false},{"id":45471,"adult":false},{"id":200341,"adult":null},{"id":156342,"adult":false},{"id":84163,"adult":false},{"id":200472,"adult":null},{"id":87017,"adult":false},{"id":207284,"adult":false},{"id":48514,"adult":false},{"id":46872,"adult":false},{"id":200418,"adult":null},{"id":205701,"adult":false},{"id":81290,"adult":false},{"id":94623,"adult":false},{"id":206232,"adult":false},{"id":74911,"adult":false},{"id":207233,"adult":false},{"id":194730,"adult":false},{"id":208386,"adult":false},{"id":116958,"adult":false},{"id":200307,"adult":null},{"id":7448,"adult":false},{"id":157742,"adult":false},{"id":195627,"adult":false},{"id":200061,"adult":null},{"id":103426,"adult":false},{"id":208344,"adult":false},{"id":158415,"adult":false},{"id":208347,"adult":false},{"id":119410,"adult":false},{"id":66888,"adult":false},{"id":137651,"adult":false},{"id":197383,"adult":false},{"id":61664,"adult":false},{"id":208335,"adult":false},{"id":126929,"adult":false},{"id":56005,"adult":false},{"id":153268,"adult":false},{"id":2674,"adult":false},{"id":29452,"adult":false},{"id":111800,"adult":false},{"id":208306,"adult":false},{"id":95205,"adult":false},{"id":203682,"adult":false},{"id":76806,"adult":false},{"id":6618,"adult":false},{"id":208382,"adult":false},{"id":200390,"adult":null},{"id":88396,"adult":false},{"id":18520,"adult":false},{"id":208330,"adult":false},{"id":200364,"adult":null},{"id":109925,"adult":false},{"id":205680,"adult":null},{"id":208356,"adult":false},{"id":48146,"adult":false},{"id":200184,"adult":null},{"id":133312,"adult":false},{"id":95057,"adult":false},{"id":208354,"adult":false},{"id":119051,"adult":false},{"id":12977,"adult":false},{"id":6655,"adult":false},{"id":87760,"adult":false},{"id":110639,"adult":true},{"id":6510,"adult":false},{"id":22980,"adult":false},{"id":14730,"adult":false},{"id":200525,"adult":null},{"id":92783,"adult":false},{"id":114068,"adult":false},{"id":114066,"adult":false},{"id":1549,"adult":false},{"id":33169,"adult":false},{"id":38151,"adult":false},{"id":200075,"adult":null},{"id":100883,"adult":false},{"id":7734,"adult":false},{"id":92739,"adult":false},{"id":126,"adult":false},{"id":200347,"adult":null},{"id":71728,"adult":false},{"id":4601,"adult":false},{"id":137870,"adult":false},{"id":106835,"adult":false},{"id":128393,"adult":false},{"id":72561,"adult":false},{"id":121922,"adult":false},{"id":1931,"adult":false},{"id":204807,"adult":false},{"id":16120,"adult":false},{"id":5273,"adult":false},{"id":73319,"adult":false},{"id":61358,"adult":false},{"id":60869,"adult":false},{"id":88747,"adult":false},{"id":120140,"adult":false},{"id":116034,"adult":false},{"id":200110,"adult":null},{"id":79061,"adult":false},{"id":196257,"adult":false},{"id":7317,"adult":false},{"id":200272,"adult":null},{"id":3500,"adult":false},{"id":111490,"adult":false},{"id":200223,"adult":null},{"id":137199,"adult":false},{"id":205568,"adult":false},{"id":208343,"adult":false},{"id":203804,"adult":false},{"id":130,"adult":false},{"id":86374,"adult":false},{"id":208288,"adult":false},{"id":200250,"adult":null},{"id":195053,"adult":false},{"id":200990,"adult":false},{"id":91539,"adult":false},{"id":22466,"adult":false},{"id":90802,"adult":false},{"id":62474,"adult":false},{"id":208366,"adult":false},{"id":82779,"adult":false},{"id":200469,"adult":null},{"id":158697,"adult":false},{"id":207485,"adult":false},{"id":72013,"adult":false},{"id":96777,"adult":false},{"id":11105,"adult":false},{"id":113036,"adult":false},{"id":95386,"adult":false},{"id":126334,"adult":false},{"id":5675,"adult":false},{"id":71809,"adult":false},{"id":132241,"adult":false},{"id":902,"adult":false},{"id":72423,"adult":false},{"id":206359,"adult":false},{"id":62852,"adult":false},{"id":99335,"adult":false},{"id":206593,"adult":false},{"id":64783,"adult":false},{"id":5719,"adult":false},{"id":70535,"adult":false},{"id":200365,"adult":null},{"id":71722,"adult":false},{"id":100369,"adult":false},{"id":138441,"adult":false},{"id":60797,"adult":false},{"id":1054,"adult":false},{"id":137709,"adult":false},{"id":71495,"adult":false},{"id":126437,"adult":false},{"id":49628,"adult":false},{"id":200120,"adult":null},{"id":24249,"adult":null},{"id":201146,"adult":false},{"id":4498,"adult":false},{"id":207020,"adult":false},{"id":105113,"adult":false},{"id":127562,"adult":false},{"id":205343,"adult":false},{"id":52645,"adult":false},{"id":75343,"adult":false},{"id":207428,"adult":null},{"id":206300,"adult":false},{"id":158865,"adult":false},{"id":208371,"adult":false},{"id":197072,"adult":false},{"id":206484,"adult":false},{"id":208320,"adult":false},{"id":200026,"adult":null},{"id":115036,"adult":false},{"id":200124,"adult":null},{"id":208319,"adult":false},{"id":71096,"adult":false},{"id":137194,"adult":false},{"id":85313,"adult":false},{"id":71144,"adult":false},{"id":136248,"adult":false},{"id":154756,"adult":false},{"id":124319,"adult":false},{"id":200252,"adult":null},{"id":37807,"adult":false},{"id":197362,"adult":false},{"id":62866,"adult":false},{"id":208325,"adult":false},{"id":124364,"adult":false},{"id":13545,"adult":false},{"id":18846,"adult":false},{"id":11920,"adult":false},{"id":120501,"adult":false},{"id":76572,"adult":false},{"id":206062,"adult":null},{"id":204523,"adult":false},{"id":88501,"adult":false},{"id":208310,"adult":false},{"id":208380,"adult":false},{"id":81139,"adult":false},{"id":42468,"adult":false},{"id":203504,"adult":false},{"id":52823,"adult":false}],"page":1,"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the changes for a TV season. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the `start_date` and `end_date` query parameters.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 38abd0cb-ed48-4c0a-97c8-7f721d68f52e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | d1923105c08dea30d5ed21de8f15b90db0623bdf |
| X-Memc-Age | 0 |
| X-Memc-Expires | 300 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 21:26:50 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"1c7b0be7cfcb529d61df7c7b50baa91e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | AIbl_xxi77G77GTcDcP4sTZIvy69RylqjpkaWVuM-wVoJZlhJe-Z0g== |
| Age | 6144 |
{"changes":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the most newly created TV show. This is a live response and will continuously change.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 1db9d6e2-fadb-4424-8541-ddf35b69724f |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS |
| X-Memc-Key | 546254ddd22b872b14bff06d5123a089259d84c2 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| Last-Modified | Wed, 17 Aug 2022 23:00:29 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:14 GMT |
| Cache-Control | public, max-age=0 |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | tNKQozq8qlMdH_zLmN7Yru9kzxc9gOl9WG6K8nHIfvBtlTdF_gxpHQ== |
{"adult":false,"backdrop_path":null,"created_by":[],"episode_run_time":[],"first_air_date":"2013-10-20","genres":[{"id":10767,"name":"Talk"}],"homepage":"","id":208393,"in_production":true,"languages":["de"],"last_air_date":"2014-03-30","last_episode_to_air":{"air_date":"2014-03-30","episode_number":3,"id":3901788,"name":"Episode 3","overview":"","production_code":"","runtime":null,"season_number":1,"still_path":null,"vote_average":0.0,"vote_count":0},"name":"Forum Demokratie","next_episode_to_air":null,"networks":[{"id":3860,"name":"Phoenix","logo_path":"/lo9C7yh7SP0mWpqYiUmMYheEO8F.png","origin_country":"DE"}],"number_of_episodes":3,"number_of_seasons":1,"origin_country":["DE"],"original_language":"de","original_name":"Forum Demokratie","overview":"","popularity":0.0,"poster_path":null,"production_companies":[],"production_countries":[{"iso_3166_1":"DE","name":"Germany"}],"seasons":[{"air_date":"2013-10-20","episode_count":1,"id":305121,"name":"Season 1","overview":"","poster_path":null,"season_number":1}],"spoken_languages":[{"english_name":"German","iso_639_1":"de","name":"Deutsch"}],"status":"Returning Series","tagline":"","type":"Talk Show","vote_average":0.0,"vote_count":0}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the changes for a TV episode. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the `start_date` and `end_date` query parameters.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 17ff1a44-0d4a-466b-bf09-63e790e79a52 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | c6766e441d670a3d0ee60af850ff81110e2792ba |
| X-Memc-Age | 0 |
| X-Memc-Expires | 300 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 22:33:40 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"1c7b0be7cfcb529d61df7c7b50baa91e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | hYePliN3MeHC3BzQ9AejlzzLchbYmi4mI0R2J2Dqvy8GnkrKhcHYfg== |
| Age | 2134 |
{"changes":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Remove your rating for a movie.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 9d2373af-be5e-428c-ba11-1ee0b1c04049 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:14 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"0566f98871ddfd7f6ade28aaefb5167d" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | -zp6vYq_K9Shk4SL6itb-2auf6oEo7FzDteu6mgAGNA8mZTHdngnBw== |
{"success":true,"status_code":13,"status_message":"The item/record was deleted successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Rate a movie.
A valid session or guest session ID is required. You can read more about how this works [here](#docTextSection:NSZtgz7zptsiLYxXZ).
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | b7b8cd30-8d19-4bed-8eb6-03aee6ad1581 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 18 |
{
"value": 8.5
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:15 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"4543905c5703940a323f39bb4fdcba82" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Oqk585saCzBPqPCZvZV5IgX6p5kwOOW2VdxtZYPGXMYKhrnNC6mFyQ== |
{"success":true,"status_code":1,"status_message":"Success."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the primary information about a movie.
Supports `append_to_response`. Read more about this [here](#docTextSection:JdZq8ctmcxNqyLQjp).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 20, 2020 | A `watch/providers` method has been added to show what providers (eg. streaming) are available and where.|
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 49169861-dc41-4fb2-a272-1bc0d904849a |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:15 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | e24a17cc2afe85f98eddc83d7df00bf430693e2e |
| X-Memc-Age | 2298 |
| X-Memc-Expires | 14513 |
| ETag | W/"dc0c90dee96580938de4191d6a91918c" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | PSEeZpSR_Bk0XyZP_jwDH_2vozS3qNgjyGueKP_LiG9kzRH4xod_ng== |
{"adult":false,"backdrop_path":"/TU9NIjwzjoKPwQHoHshkFcQUCG.jpg","belongs_to_collection":null,"budget":11363000,"genres":[{"id":35,"name":"Comedy"},{"id":53,"name":"Thriller"},{"id":18,"name":"Drama"}],"homepage":"https://www.parasite-movie.com/","id":496243,"imdb_id":"tt6751668","original_language":"ko","original_title":"기생충","overview":"All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.","popularity":101.622,"poster_path":"/7IiTTgloJzvGI1TAYymCfbfl3vT.jpg","production_companies":[{"id":4399,"logo_path":"/7bWmbWfxFNSGTCjLHkHn3UjspZS.png","name":"Barunson E&A","origin_country":"KR"},{"id":7036,"logo_path":"/javbyY0ZCvlFJtly3tpZqf2NwLX.png","name":"CJ Entertainment","origin_country":"KR"}],"production_countries":[{"iso_3166_1":"KR","name":"South Korea"}],"release_date":"2019-05-30","revenue":257591776,"runtime":133,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"German","iso_639_1":"de","name":"Deutsch"},{"english_name":"Korean","iso_639_1":"ko","name":"한국어/조선말"}],"status":"Released","tagline":"Act like you own the place.","title":"Parasite","video":false,"vote_average":8.516,"vote_count":14179}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images that belong to a movie.
Querying images with a `language` parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the `include_image_language` parameter. This should be a comma seperated value like so: `include_image_language=en,null`.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 794cd849-1f0b-454c-8d94-6ecea666deb7 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 749db732043a19d028f98a8fbd097b0dc5ab5829 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 16787 |
| Last-Modified | Mon, 09 May 2022 19:14:12 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:15 GMT |
| Cache-Control | public, max-age=28800 |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | qewEiFMr5POUo9leRFR7EJzUm3PbJGHjePOKE_gojN3S1tIyWGMTjg== |
{"backdrops":[],"id":496243,"logos":[],"posters":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of lists that this movie belongs to.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 80cfae45-e756-4a30-bf27-8951bd50cf2a |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS |
| X-Memc-Key | 08adccfc3b5503a1bec3dd4d19478ca3a87b6901 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| Last-Modified | Mon, 09 May 2022 19:14:12 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:16 GMT |
| Cache-Control | public, max-age=0 |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 7YbsX_XEweCLBAKd8CIInYLjtjxi7quWrDswBm2KpERlOzDU2AMEvg== |
{"id":496243,"page":1,"results":[{"description":"","favorite_count":0,"id":12110,"item_count":1062,"iso_639_1":"fr","list_type":"movie","name":"Films","poster_path":null},{"description":"Any film I've seen in full from childhood to the present day and that's it. Some I may have seen only once or twice and others perhaps dozens of times. All films included regardless of genre, length, nationality, whether in black and white or color, live or animated, standalone pieces or part of a series.","favorite_count":0,"id":125941,"item_count":1684,"iso_639_1":"en","list_type":"movie","name":"Films I've Seen in Full","poster_path":null},{"description":"A list of every movie I've seen.","favorite_count":0,"id":125217,"item_count":483,"iso_639_1":"en","list_type":"movie","name":"Every Movie I've Seen","poster_path":null},{"description":"","favorite_count":0,"id":24413,"item_count":1232,"iso_639_1":"zh","list_type":"movie","name":"电影","poster_path":null},{"description":"","favorite_count":0,"id":8203624,"item_count":29949,"iso_639_1":"en","list_type":"movie","name":"list11","poster_path":null},{"description":"List for tracking Plex requests for ADENN","favorite_count":0,"id":7091172,"item_count":265,"iso_639_1":"en","list_type":"movie","name":"Plex Requests","poster_path":null},{"description":"ความชอบโดยส่วนตัวมีทั้งหนังที่ดีและหนังที่ไม่ดี","favorite_count":0,"id":8196069,"item_count":95,"iso_639_1":"th","list_type":"movie","name":"หนังที่รัก","poster_path":null},{"description":"watched movies","favorite_count":0,"id":44662,"item_count":1979,"iso_639_1":"ar","list_type":"movie","name":"Watched","poster_path":null},{"description":"FILMES E SÉRIES FAVORITAS.","favorite_count":0,"id":20941,"item_count":772,"iso_639_1":"pt","list_type":"movie","name":"NEILTON SILVA","poster_path":null},{"description":"","favorite_count":0,"id":7076630,"item_count":1006,"iso_639_1":"es","list_type":"movie","name":"Drama","poster_path":null},{"description":"watched movies - a personal reminder","favorite_count":0,"id":47953,"item_count":1260,"iso_639_1":"it","list_type":"movie","name":"Memento - movies","poster_path":null},{"description":"Master List In Progress","favorite_count":0,"id":51108,"item_count":9280,"iso_639_1":"en","list_type":"movie","name":"My Movies","poster_path":null},{"description":"","favorite_count":0,"id":85047,"item_count":863,"iso_639_1":"es","list_type":"movie","name":"Pelis Vistas","poster_path":null},{"description":"","favorite_count":0,"id":7072430,"item_count":1090,"iso_639_1":"de","list_type":"movie","name":"Seen","poster_path":null},{"description":"","favorite_count":0,"id":7073933,"item_count":275,"iso_639_1":"de","list_type":"movie","name":"Mit-IM-im-Kino","poster_path":null},{"description":"La liste de tous les films que j'ai déjà vus, tout simplement","favorite_count":0,"id":99133,"item_count":380,"iso_639_1":"fr","list_type":"movie","name":"Films vus","poster_path":null},{"description":"","favorite_count":0,"id":7054306,"item_count":1436,"iso_639_1":"es","list_type":"movie","name":"Peliculas","poster_path":null},{"description":"","favorite_count":0,"id":7081938,"item_count":1589,"iso_639_1":"de","list_type":"movie","name":"Filme","poster_path":null},{"description":"","favorite_count":0,"id":7062484,"item_count":215,"iso_639_1":"en","list_type":"movie","name":"seen Movies","poster_path":null},{"description":"Cette liste regroupe l'ensemble des vidéos disponible sur la canal TMK - Chat.","favorite_count":0,"id":139130,"item_count":1242,"iso_639_1":"fr","list_type":"movie","name":"TMK - Ciné 🍿","poster_path":null}],"total_pages":67,"total_results":1323}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the external ids for a movie. We currently support the following external sources.
| **Media Databases** | **Social IDs** |
| ------------------- | -------------- |
| IMDb ID | Facebook |
| | Instagram |
| | Twitter |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 805a5fd7-7135-4a82-9bf3-2bd37817db94 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 55fdf81edd26bff2c75ed612a838efd428198543 |
| X-Memc-Age | 10152 |
| X-Memc-Expires | 5529 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:16 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"3af18fd7fefd62e4173e4a258d1153e8" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | a01lZiPn-V5aaxIqLPS4BO55CHVF5KzQGyIvReuEDFY9bZJMBe1LfQ== |
{"id":496243,"imdb_id":"tt6751668","facebook_id":"ParasiteMovie","instagram_id":"parasitemovie","twitter_id":"ParasiteMovie"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of translations that have been created for a movie.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0d880ff9-733f-457b-87c8-9ff81a11e934 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | f8b383cff2a5213597c839fdccd6edb0262fbc84 |
| X-Memc-Age | 18 |
| X-Memc-Expires | 14390 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:16 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"6feee65ea12e105feb5c3f55efd81abe" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ovNKqn5zBcyEHO_UXHXLmJdnxZaFCRknRSkDnQ3v338z4zye0gNYcQ== |
{"id":496243,"translations":[{"iso_3166_1":"SA","iso_639_1":"ar","name":"العربية","english_name":"Arabic","data":{"homepage":"","overview":"تدور أحداث الفيلم حول عائلة عاطلة عن العمل، تُقيم داخل شقة فقيرة، تتغير حياتهم كُليًا عندما يلتحق الابن بوظيفة مدرس لابنة عائلة ثرية، وسرعان ما يصير جميع أفراد اﻷسرة الفقيرة عاملين لدى اﻷسرة الثرية إلى أن يتورطوا في حادث غير متوقع.","runtime":0,"tagline":"تصرف وكأنك تملك المكان.","title":"طفيلي"}},{"iso_3166_1":"BG","iso_639_1":"bg","name":"български език","english_name":"Bulgarian","data":{"homepage":"","overview":"Корейско семейство живее в сутерен и се прехранва с мизерните надници от временна работа. Положението се променя, когато по-големият син, благодарение на препоръките на приятел, фалшива диплома и вроденото си обаяние започва работа като частен учител по английски на дъщерята на богат бизнесмен. Попадайки в разкошния дом, момчето открива необичаен начин да реши проблемите на цялото си семейство.","runtime":132,"tagline":"","title":"Паразити"}},{"iso_3166_1":"CZ","iso_639_1":"cs","name":"Český","english_name":"Czech","data":{"homepage":"","overview":"Čtyřčlenná chudá rodina Kimových žije v malém, omšelém bytě a potýká se s nedostatkem financí. Když syn Ki-Woo díky doporučení kamaráda začne docházet do luxusní vily bohaté rodiny Parkových doučovat jejich dceru, postupně se v jeho hlavě zrodí smělý plán…","runtime":132,"tagline":"","title":"Parazit"}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"homepage":"https://grandteatret.dk/film/parasite/","overview":"Ki-woo bor sammen med sin familie i Seouls slumkvarter, hvor de lever af småsvindel. Han får tilbudt at undervise rigmandsdatteren Da-hye, men først skal hans søster lige lave et eksamensbevis. Hurtigt får familien Kim erstattet Park-familiens personale, men en uventet trussel lurer. Komedie-thrilleren er en skarp kritik af samfundets stigende ulighed.","runtime":132,"tagline":"","title":"Parasite"}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"homepage":"http://capelight.de/parasite-kino-2","overview":"Familie Kim ist ganz unten angekommen: Vater, Mutter, Sohn und Tochter hausen in einem grünlich-schummrigen Keller und sind sich für keinen Aushilfsjob zu schade. Erst als der Jüngste eine Anstellung als Nachhilfelehrer in der todschicken Villa der Familie Park antritt, steigen die Kims ein ins Karussell der Klassenkämpfe. Mit findigen Tricksereien, bemerkenswertem Talent und großem Mannschaftsgeist gelingt es ihnen, die bisherigen Bediensteten der Familie Park nach und nach loszuwerden. Bald schon sind die Kims unverzichtbar für ihre neuen Herrschaften. Doch dann löst ein unerwarteter Zwischenfall eine Kette von Ereignissen aus, die so unvorhersehbar wie unfassbar sind.","runtime":132,"tagline":"Finde den Eindringling!","title":"Parasite"}},{"iso_3166_1":"GR","iso_639_1":"el","name":"ελληνικά","english_name":"Greek","data":{"homepage":"http://www.sevenfilms.gr/movies/%cf%80%ce%b1%cf%81%ce%ac%cf%83%ce%b9%cf%84%ce%b1-parasite/","overview":"Δύο οικογένειες: η πλούσια Παρκ και η φτωχή Κιμ. Είτε η τύχη είτε η μοίρα, ενώνει αυτά τα δύο σπίτια και οι Κίμς νιώθουν μια χρυσή ευκαιρία. Με τη καθοδήγηση του Ki-woo, του μεγάλου γιου των Κιμ, τα παιδιά των Κιμ εκμεταλλεύονται τους Παρκς. Σύντομα, σχηματίζεται μια συμβιωτική σχέση μεταξύ των δύο οικογενειών. Οι Κιμς παρέχουν \"απαραίτητες\" πολυτελείς υπηρεσίες, ενώ οι Παρκς δίνουν στους Κιμς μια διέξοδο από τις άσχημες καταστάσεις τους. Αλλά αυτό το νέο οικοσύστημα είναι εύθραυστο, και σύντομα αρκετή απληστία και ταξική προκατάληψη απειλούν την νεοσυσταθείσα άνεση των Κιμς.","runtime":132,"tagline":"","title":"Παράσιτα"}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"homepage":"https://www.parasite-movie.com/","overview":"All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.","runtime":133,"tagline":"Act like you own the place.","title":"Parasite"}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"homepage":"https://laaventuraaudiovisual.com/parasitos/","overview":"Tanto Gi Taek como su familia están sin trabajo. Cuando su hijo mayor, Gi Woo, empieza a recibir clases particulares en casa de Park, las dos familias, que tienen mucho en común pese a pertenecer a dos mundos totalmente distintos, comienzan una interrelación de resultados imprevisibles.","runtime":132,"tagline":"Descubre al impostor.","title":"Parásitos"}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"homepage":"","overview":"Tanto Gi Taek como su familia están sin trabajo. Cuando su hijo mayor, Gi Woo, empieza a recibir clases particulares en casa de Park, las dos familias, que tienen mucho en común pese a pertenecer a dos mundos totalmente distintos, comienzan una interrelación de resultados impresivibles.","runtime":132,"tagline":"","title":"Parásitos"}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"homepage":"","overview":"داستان فیلم در مورد اعضای بیکار خانوادهی بیپولی است که به یک خانوادهی ثروتمند تعدی میکنند اما در مخمصه میافتند.","runtime":0,"tagline":"","title":"انگل"}},{"iso_3166_1":"FI","iso_639_1":"fi","name":"suomi","english_name":"Finnish","data":{"homepage":"","overview":"Ki-taekin koko nelihenkinen köyhä perhe elää kädestä suuhun halvassa kellarihuoneistossa. Tulevaisuus näyttää synkältä, kunnes onnellisen sattuman ja ystävän suosituksen ansiosta perheen vanhin poika Ki-woo onnistuu saamaan työpaikan varakkaasta Parkin perheestä teini-ikäisen tyttären Da-hyen yksityisenä englanninopettajana. Muodollisen pätevyyden takia Ki-woon sisko Ki-jungin täytyy vain väärentää veljelleen yliopiston päästötodistus. Työpaikka luo toiveita säännöllisistä tuloista. Perheensä suuret odotukset ja väärennetty koulutodistus mukanaan Ki-woo menee varakkaan Parkin perheen kotiin haastatteluun. Eivätkä huijaukset jää siihen, kun kaikille Ki-taekin perheenjäsenille löydetään roolit Parkien yltäkylläisen elämän ympäriltä. Lopulta kahden perheen kohtaaminen käynnistää hallitsemattoman tapahtumaketjun, jolla on arvaamattomia seurauksia.","runtime":132,"tagline":"","title":"Parasite"}},{"iso_3166_1":"CA","iso_639_1":"fr","name":"Français","english_name":"French","data":{"homepage":"https://www.mk2mile-end.com/films/parasite/","overview":"Toute la famille de Ki-taek est au chômage, et s’intéresse fortement au train de vie de la richissime famille Park. Un jour, leur fils réussit à se faire recommander pour donner des cours particuliers d’anglais chez les Park. C’est le début d’un engrenage incontrôlable, dont personne ne sortira véritablement indemne...","runtime":132,"tagline":"","title":"Parasite"}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"homepage":"","overview":"Toute la famille de Ki-taek est au chômage. Elle s’intéresse particulièrement au train de vie de la richissime famille Park. Mais un incident se produit et les deux familles se retrouvent mêlées, sans le savoir, à une bien étrange histoire…","runtime":135,"tagline":"Cherchez l'intrus.","title":"Parasite"}},{"iso_3166_1":"IL","iso_639_1":"he","name":"עִבְרִית","english_name":"Hebrew","data":{"homepage":"","overview":"\"פרזיטים\", סרטו המדובר של הבמאי הקוריאני בונג ג'ון-הו שהתקבל בתשואות בפסטיבל קאן האחרון ואף זכה בדקל הזהב, הוא דרמה קומית המציגה את סיפורה של משפחה ענייה המסתננת לאחוזה של משפחה עשירה. סאטירה חברתית מושחזת המטפלת בסוגיה חברתית גלובאלית באופן מקורי, עם שפע של יצירתיות, הברקות וסגנוניות.","runtime":132,"tagline":"על אדונים ומשרתים","title":"פרזיטים"}},{"iso_3166_1":"HR","iso_639_1":"hr","name":"Hrvatski","english_name":"Croatian","data":{"homepage":"","overview":"Četveročlana obitelj Ki-taeka je bliska, ali potpuno nezaposlena, pred njom je mračna budućnost. Sina Ki-wooa preporučuje njegov prijatelj, student na prestižnom sveučilištu, za dobro plaćeni posao podučavanja, te se nada da će tako imati redovite prihode. Sa svim očekivanjima svoje obitelji, Ki-woo odlazi u obiteljski dom na intervju. Stigavši u kuću gospodina Parka, vlasnika globalne IT tvrtke, Ki-woo susreće njegovu suprugu Yeon-kia, lijepu mladu damu. Ali nakon ovog prvog susreta između dviju obitelji, uslijediti će nezaustavljivi niz nezgoda.","runtime":0,"tagline":"","title":"Parazit"}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"homepage":"","overview":"Ki-taek családja igazi semmirekellőkből áll. Ők mindig a könnyebbik utat választják – bármit megtesznek, csak dolgozni ne kelljen. Irigykedve nézik a Park család fényűző életmódját, és ördögi tervet eszelnek ki, hogy a közelükbe férkőzzenek. Azonban természetesen semmi sem a családfő tervei szerint alakul.","runtime":132,"tagline":"","title":"Élősködők"}},{"iso_3166_1":"ID","iso_639_1":"id","name":"Bahasa indonesia","english_name":"Indonesian","data":{"homepage":"","overview":"Semua menganggur, keluarga Ki-taek memiliki minat khusus pada Taman kaya dan glamor untuk mata pencaharian mereka sampai mereka terjerat dalam insiden tak terduga.","runtime":0,"tagline":"","title":"Parasite"}},{"iso_3166_1":"IS","iso_639_1":"is","name":"Íslenska","english_name":"Icelandic","data":{"homepage":"","overview":"","runtime":0,"tagline":"","title":"Sníkjudýrin"}},{"iso_3166_1":"IT","iso_639_1":"it","name":"Italiano","english_name":"Italian","data":{"homepage":"","overview":"Tutta la famiglia di Ki-taek è senza lavoro. Ki-taek è particolarmente interessata allo stile di vita della ricchissima famiglia Park. Un giorno, suo figlio riesce a farsi assumere dai Park e le due famiglie si ritrovano così intrecciate da una serie di eventi incontrollabili.","runtime":132,"tagline":"Cerca l'intruso.","title":"Parasite"}},{"iso_3166_1":"JP","iso_639_1":"ja","name":"日本語","english_name":"Japanese","data":{"homepage":"","overview":"過去に度々事業に失敗、計画性も仕事もないが楽天的な父キム・ギテク。そんな甲斐性なしの夫に強くあたる母チュンスク。大学受験に落ち続け、若さも能力も持て余している息子ギウ。美大を目指すが上手くいかず、予備校に通うお金もない娘ギジョンは、“ 半地下住宅”で 暮らす貧しい4人家族だ。“半地下”の家は、暮らしにくい。窓を開ければ、路上で散布される消毒剤が入ってくる。電波が悪い。Wi-Fiも弱い。水圧が低いからトイレが家の一番高い位置に鎮座している。家族全員、ただただ“普通の暮らし”がしたい。受験経験は豊富だが学歴のないギウは、ある時、エリート大学生の友人から留学中の代打を頼まれる。ギウが向かった先は、IT企業の社長パク・ドンイク一家が暮らす高台の大豪邸だった。","runtime":0,"tagline":"","title":"パラサイト 半地下の家族"}},{"iso_3166_1":"GE","iso_639_1":"ka","name":"ქართული","english_name":"Georgian","data":{"homepage":"","overview":"","runtime":0,"tagline":"","title":"პარაზიტი"}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"homepage":"","overview":"전원 백수로 살 길 막막하지만 사이는 좋은 기택 가족. 장남 기우에게 명문대생 친구가 연결시켜 준 고액 과외 자리는 모처럼 싹튼 고정수입의 희망이다. 온 가족의 도움과 기대 속에 박 사장 집으로 향하는 기우. 글로벌 IT기업의 CEO인 박 사장의 저택에 도착하자 젊고 아름다운 사모님 연교와 가정부 문광이 기우를 맞이한다. 큰 문제 없이 박 사장의 딸 다혜의 과외를 시작한 기우. 그러나 이렇게 시작된 두 가족의 만남 뒤로, 걷잡을 수 없는 사건이 기다리고 있는데.....","runtime":131,"tagline":"행복은 나눌수록 커지잖아요","title":""}},{"iso_3166_1":"LT","iso_639_1":"lt","name":"Lietuvių","english_name":"Lithuanian","data":{"homepage":"","overview":"Bedarbis Kitaekas suklastoja dokumentus ir tampa turtingos šeimos atžalos korepetitoriumi. Iš pradžių viskas klostosi puikiai, bet vieną dieną pradeda dėtis keisti dalykai.","runtime":132,"tagline":"","title":"Parazitas"}},{"iso_3166_1":"LV","iso_639_1":"lv","name":"Latviešu","english_name":"Latvian","data":{"homepage":"","overview":"Lepnā slavena arhitekta projektētā namā plaukst modernās pilsētvides elites pārstāvju dzīve, savukārt kādā nolaistā puspagraba miteklī savu situāciju apņēmīgi cenšas pārvarēt trūkuma un neveiksmju vajāta ģimene. Kad liktenis piedāvā iespēju šādu cilvēku ceļiem krustoties, ieguvumu un postījumu apmērs nav paredzams.","runtime":0,"tagline":"","title":"Parazīts"}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"homepage":"","overview":"Het arme en werkloze gezin Ki-taek heeft een bijzondere belangstelling voor de rijke en glamoureuze familie Park om in hun levensonderhoud te voorzien, totdat ze verstrikt raken in een onverwacht incident.","runtime":132,"tagline":"Doe alsof je de eigenaar bent.","title":"Parasite"}},{"iso_3166_1":"NO","iso_639_1":"no","name":"Norsk","english_name":"Norwegian","data":{"homepage":"","overview":"I PARASITT møter vi en familie på fire som bor i en nedslitt kjellerleilighet i byen. Utsikten er en glipe på gateplan mot et smug der bedrukne karer har for vane å late vannet. Med varierende hell tyvlåner de internett fra etasjen over, og for å få mat på bordet pakker de pizzaesker for en restaurantkjede i nærheten. På tross av samholdet og kjærligheten til hverandre, er det ikke stort til liv. Etter et besøk fra en venn av familiens sønn, åpenbarer det seg med ett en gyllen mulighet, en vei ut av elendigheten. Familien griper sjansen med begge hender. Etter regissørens eget ønske, skal ikke mer av handlingen røpes her. Dette er en opplevelse som nytes best uten å vite for mye på forhånd.","runtime":132,"tagline":"","title":"Parasitt"}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"homepage":"","overview":"Żywot rodziny pana Ki-taeka nie należy do najbardziej udanych. Rodzice z dwójką dorosłych dzieci żyją w nędzy, wszyscy są bezrobotni, a przyszłość rysuje się tylko w szarych barwach. Jednak pomimo niedoli, potrafią być ze sobą blisko, kochać się i trwać w zgodzie - nikt tu nie krzyczy w desperacji \"Jak żyć?!\". Pewnego dnia otrzymują prezent od losu, który przepełnia ich nadzieją oraz wizją stałego dochodu. Syn Ki-woo zostaje polecony przez kolegę, studenta prestiżowego uniwersytetu, na dobrze płatną posadę korepetytora. Chłopak udaje się na rozmowę kwalifikacyjną do domu rodziny Parków, żyjących w zupełnie innym świecie. Pan Park jest właścicielem międzynarodowej firmy z branży IT, ma też piękną żonę Yeon-kyo. Spotkanie dwóch jakże odmiennych rodzin prowadzi do ciągu tragikomicznych wydarzeń.","runtime":132,"tagline":"","title":"Parasite"}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"homepage":"","overview":"Toda a família de Ki-taek está desempregada, vivendo num porão sujo e apertado. Uma obra do acaso faz com que o filho adolescente da família comece a dar aulas de inglês à garota de uma família rica. Fascinados com a vida luxuosa destas pessoas, pai, mãe, filho e filha bolam um plano para se infiltrarem também na família burguesa, um a um. No entanto, os segredos e mentiras necessários à ascensão social custarão caro a todos.","runtime":132,"tagline":"Aja como se fosse o dono do lugar.","title":"Parasita"}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"homepage":"","overview":"Ki-taek tem uma família unida, mas estão todos desempregados e as suas perspectivas futuras são negras. O filho Ki-woo é recomendado por um amigo para dar explicações bem pagas, o que vem desencadear a esperança de um rendimento regular na família. Portador das expectativas familiares, Ki-woo dirige-se à casa dos Park para uma entrevista de trabalho. Chegado à casa do Sr. Park, Ki-woo conhece Yeon-kyo, a bela e jovem dona da casa. Este primeiro encontro entre as duas famílias vai provocar uma imparável cadeia de incidentes.","runtime":132,"tagline":"É um assunto de família","title":"Parasitas"}},{"iso_3166_1":"RO","iso_639_1":"ro","name":"Română","english_name":"Romanian","data":{"homepage":"","overview":"Membrii familiei lui Ki-Taek au o relație apropiată, dar toți patru sunt șomeri. Într-o zi, fiul cel mare, Ki-woo, este recomandat de către prietenul său, student la o universitate de prestigiu, pentru un post de meditator și bine plătit de o familie bogată. În speranța unui venit constant pentru familia sa, Ki-woo se îndreaptă spre casa familiei Park pentru un interviu. Ajuns acolo, o întâlnește pe Yeon-kyo, frumoasa moștenitoare a acestui imperiu. În urma acestei prime întâlniri între două familii și două lumi total opuse, membrii lor se trezesc în mijlocul unor situații incontrolabile. Parazit este o comedie neagră cu accente de thriller ce descrie violența generată de inegalitățile sociale.","runtime":132,"tagline":"Acționează ca și cum ai deținut locul.","title":"Parazit"}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"homepage":"","overview":"Обычное корейское семейство жизнь не балует. Приходится жить в сыром грязном полуподвале, воровать интернет у соседей и перебиваться случайными подработками. Однажды друг сына семейства, уезжая на стажировку за границу, предлагает тому заменить его и поработать репетитором у старшеклассницы в богатой семье Пак. Подделав диплом о высшем образовании, парень отправляется в шикарный дизайнерский особняк и производит на хозяйку дома хорошее впечатление. Тут же ему в голову приходит необычный план по трудоустройству сестры.","runtime":131,"tagline":"«Найди злоумышленника»","title":"Паразиты"}},{"iso_3166_1":"SK","iso_639_1":"sk","name":"Slovenčina","english_name":"Slovak","data":{"homepage":"","overview":"Čierna komédia sleduje chudobnú, ale prefíkanú štvorčlennú rodinu, ktorá sa rozhodne infiltrovať do bohatej domácnosti biznismena Parka. Čo sa môže stať, keď sa stretnú dva odlišné svety?","runtime":132,"tagline":"","title":"Parazit"}},{"iso_3166_1":"SI","iso_639_1":"sl","name":"Slovenščina","english_name":"Slovenian","data":{"homepage":"","overview":"Štiričlanska Ki-taekova družina si je sicer zelo blizu, vendar nihče nima službe, prihodnost pa ni obetavna. Sinu Ki-wooju se nasmehne sreča, ko ga prijatelj, ki obiskuje prestižno univerzo, predlaga za dobro plačano službo. Ki-woo, ki na ramenih nosi pričakovanja celotne družine, se odpravi k družini Park na razgovor. Glava družine je g. Park, lastnik mednarodnega računalniškega podjetja. Ki-woo tam spozna Yeon-kyo, prelepo mladenko. Kmalu po prvem srečanju se odnosi med družinama zapletejo, kar pripelje do niza nesrečnih pripetljajev.","runtime":0,"tagline":"Film je prejel 4 oskarje in sicer za najboljši film, za najboljši tujejezični film, za najboljšega režiserja in za najboljši izvirni scenarij.","title":"Parazit"}},{"iso_3166_1":"RS","iso_639_1":"sr","name":"Srpski","english_name":"Serbian","data":{"homepage":"","overview":"Сви су незапослени у Ки-таековој породици. Они показују велико интересовање за богате и гламурозне Паркове, све док не постану протагонисти веома чудног и неочекиваног догађаја.","runtime":132,"tagline":"Понашајте се као да сте власник овог места.","title":"Паразит"}},{"iso_3166_1":"SE","iso_639_1":"sv","name":"svenska","english_name":"Swedish","data":{"homepage":"https://triart.se/filmer/parasit/","overview":"Ki-taeks familj är en färgstark skara som hankar sig fram genom livet med hjälp av påhittighet och list. Men några pengar har de inte, så när sonen Ki-woo blir erbjuden jobb som privatlärare åt dottern i en rik familj, tvekar han inte en sekund. Väl på plats börjar han smida planer för resten av sin familj, som en efter en får jobb i huset. Men lögnerna blir allt fler och det dröjer inte länge förrän situationen är helt utom kontroll…","runtime":132,"tagline":"","title":"Parasit"}},{"iso_3166_1":"TH","iso_639_1":"th","name":"ภาษาไทย","english_name":"Thai","data":{"homepage":"","overview":"เรื่องราวประหลาดเกี่ยวกับครอบครัว 2 ครอบครัว ที่ใช้ชีวิตอยู่ในโลกที่ค่อนข้างจะแตกต่าง แต่มันก็ยังมีบางอย่างที่คล้ายคลึงกันอยู่บ้าง โดยครอบครัวของ \"กีแทค\" จะเป็นครอบครัวที่ยึดติดอยู่กับความร่ำรวย ขณะที่ครอบครัว \"พัค\" นั้นจะสนุกสนานตื่นเต้นไปกับการดำเนินชีวิตในแต่ละวันของพวกเขา แต่แล้ววันหนึ่งทั้ง 2 ครอบครัวกลับต้องเข้ามาพัวพันกับเหตุการณ์ที่ไม่คาดฝัน ซึ่งหนังเรื่องนี้จะสะท้อนให้คุณได้เห็นถึงความเหลื่อมล้ำในสังคมบนโลกแห่งความจริงที่พวกเราอาศัยอยู่อย่างเจ็บแสบ","runtime":0,"tagline":"","title":"ชนชั้นปรสิต"}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"homepage":"","overview":"Film, birbirinden yapı olarak tamamen farklı iki aileyi konu ediniyor. Ki-taek ve ailesi komple işsizdir ve varoşlarda yaşamaktadırlar. Ki-taek’in oğlu Ki-woo, bir arkadaşının referansı ile çok zengin, bir o kadar da saf olan Park ailesinin kızına İngilizce için özel ders vermeye başlar. Ancak bu onlara yeterli gelmez ve maaile Park ailesinin evdeki çalışanlarının adım adım kuyusunu kazarak çeşitli üçkağıtçılıklarla kapağı Park ailesine atmayı başarırlar. Ancak fazla açgözlülükleri ve beleşçilikleri günün birinde başlarına bela olacaktır.","runtime":132,"tagline":"Doğru Ev. Yanlış Aile.","title":"Parazit"}},{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"homepage":"","overview":"У сім’ї чотирьох безробітних похмурі життєві перспективи. Ситуація змінюється, коли старшому синові пропонують високооплачуваний підробіток репетитором. З допомогою сестри він робить фальшиві документи про освіту та приходить до розкішного маєтку заможного бізнесмена. Справивши гарне враження, старший син дізнається про ще одну відкриту вакансію, і у нього з’являється дуже незвичайний план з працевлаштування сестри.","runtime":131,"tagline":"","title":"Паразити"}},{"iso_3166_1":"UZ","iso_639_1":"uz","name":"ozbek","english_name":"Uzbek","data":{"homepage":"","overview":"","runtime":0,"tagline":"","title":"Parazit"}},{"iso_3166_1":"VN","iso_639_1":"vi","name":"Tiếng Việt","english_name":"Vietnamese","data":{"homepage":"","overview":"Bộ phim xoay quanh hai gia đình hoàn toàn trái ngược: một bên vô cùng giàu có, còn một bên luôn sống trong cảnh nghèo túng. Họ tình cờ gặp gỡ và quen biết nhau sau một biến cố không ngờ.","runtime":132,"tagline":"Parasite","title":"Ký Sinh Trùng"}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"homepage":"","overview":"《寄生虫》是由奉俊昊执导,宋康昊、李善均、赵茹珍、崔宇植、朴素丹主演的剧情片,于2019年5月30日在韩国上映。该片讲述了一家四口全是无业游民的爸爸金基泽成天游手好闲,直到积极向上的长子金基宇靠着伪造的文凭来到富豪朴社长的家应征家教,两个天差地别的家庭因而被卷入一连串的意外事件之中的故事。 基宇(崔宇植 饰)出生在一个贫穷的家庭之中,和妹妹基婷(朴素丹 饰)以及父母在狭窄的地下室里过着相依为命的日子。一天,基宇的同学上门拜访,他告诉基宇,自己在一个有钱人家里给他们的女儿做家教,太太是一个头脑简单出手又阔绰的女人,因为自己要出国留学,所以将家教的职位暂时转交给基宇。就这样,基宇来到了朴社长(李善均 饰)家中,并且见到了他的太太(赵汝贞 饰),没过多久,基宇的妹妹和父母也如同寄生虫一般的进入了朴社长家里工作。然而,他们的野心并没有止步于此,基宇更是和大小姐坠入了爱河。随着时间的推移,朴社长家里隐藏的秘密渐渐浮出了水面。","runtime":132,"tagline":"","title":"寄生虫"}},{"iso_3166_1":"HK","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"homepage":"","overview":"窮爸爸基澤(宋康昊 飾)一家四口全是無業遊民,他們終日望天打卦,直至長子基佑(崔宇植 飾)以偽造文憑,成功受聘為神秘富豪(李善均 飾)子女的補習老師,這潦倒的一家彷彿重獲生機,「共享」上流人的榮華富貴,但無止境的貧富差距最終令人性失控....","runtime":132,"tagline":"","title":"上流寄生族"}},{"iso_3166_1":"TW","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"homepage":"","overview":"一家四口全是無業遊民的爸爸基澤成天遊手好閒,直到積極向上的長子基宇靠著偽造的文憑來到富豪朴社長的家應徵家教,兩個天差地遠的家庭因而被捲入一連串意外事件中……","runtime":132,"tagline":"幸福,不該是越分享越多嗎?","title":"寄生上流"}}]}
Get the videos that have been added to a movie.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 28, 2021 | A new `include_video_language` filter is now available. You can use this filter the same way you use `include_image_language` on image calls. We also added two new fields, `official` and `published_at` to the video response. |
| March 23, 2019 | Vimeo was added as a video source. |
| March 20, 2019 | "Behind the Scenes" and "Bloopers" were added as valid video types. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | aa7ac7ea-26c1-400a-b829-936880508f64 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 37783e6ff144699ffd9a23b5d053868c9eaadfe1 |
| X-Memc-Age | 2258 |
| X-Memc-Expires | 15122 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:17 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"312598406db7855b284989a71f9281d3" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | oSZZIh4BHD69h2kBmcvfafXIsTM8QiC2k-TH22vqg4YpNW4a7w1kXA== |
{"id":496243,"results":[{"iso_639_1":"en","iso_3166_1":"US","name":"Parasite Q\u0026A with Boon Joon-ho, Song Kang-ho \u0026 Lee Jung-eun","key":"1gsL9feX1cM","site":"YouTube","size":1080,"type":"Featurette","official":true,"published_at":"2020-02-13T10:22:08.000Z","id":"6294b2e05a4690510eee18a1"},{"iso_639_1":"en","iso_3166_1":"US","name":"Song Kang-ho on Parasite | Interview","key":"D97IGSXBoHw","site":"YouTube","size":1080,"type":"Featurette","official":true,"published_at":"2020-01-31T10:11:40.000Z","id":"6294b435f2cf25004f53dfac"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official UK Trailer","key":"tBfgTZsBeFM","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2020-01-15T10:26:07.000Z","id":"6294b382a410c815a545ba80"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official UK Teaser","key":"0ytvBJWW5wo","site":"YouTube","size":1080,"type":"Teaser","official":true,"published_at":"2019-12-19T12:14:52.000Z","id":"6294b3c70f21c615394adc42"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official Trailer 2","key":"PhPROyE0OaM","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2019-10-02T16:10:02.000Z","id":"5dfdc9799824c80017df2566"},{"iso_639_1":"en","iso_3166_1":"US","name":"Official Trailer","key":"isOGD_7hNIY","site":"YouTube","size":1080,"type":"Trailer","official":true,"published_at":"2019-08-14T15:04:13.000Z","id":"5d5446ef55c92600162572e3"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get all of the alternative titles for a movie.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| March 16, 2018 | Added the `type` field. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 12bd9727-b1e2-4995-a73d-75b007bcff96 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 84c9853329ab1ec9aed8e9bcf1e075f7c1b03e1f |
| X-Memc-Age | 0 |
| X-Memc-Expires | 16144 |
| Last-Modified | Mon, 09 May 2022 19:14:12 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:17 GMT |
| Cache-Control | public, max-age=28800 |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | uwjcpvJiaQ5BybnNMUWnJTgzJPxJQalZkfWdWW9uWInMOq3tYKDCnQ== |
{"id":496243,"titles":[{"iso_3166_1":"AR","title":"Parasite: Parásitos","type":""}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of similar movies. This is **not** the same as the "Recommendation" system you see on the website.
These items are assembled by looking at keywords and genres.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 7ab54955-2346-4971-88bb-dc3d42e1f65b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:17 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | b56e7291a7f1f5b0d47591ddf410adeaf028344f |
| X-Memc-Age | 7240 |
| X-Memc-Expires | 10506 |
| ETag | W/"8757ac1ca631c54c008895372af18e83" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | _BtpKs38DrAij8VOFd8ZatGEgSscikU8r-9hgVxwEuRccIAbuOjzMA== |
{"page":1,"results":[{"adult":false,"backdrop_path":"/dx3c5kdZUNDZujNv2XvHrqR3kMN.jpg","genre_ids":[28,12,18,36,10752],"id":11658,"original_language":"ko","original_title":"태극기 휘날리며","overview":"When two brothers are forced to fight in the Korean War, the elder decides to take the riskiest missions if it will help shield the younger from battle.","popularity":25.776,"poster_path":"/vyG8qpimh3XSlxc6OmPq8LJRJl.jpg","release_date":"2004-02-05","title":"Tae Guk Gi: The Brotherhood of War","video":false,"vote_average":8.016,"vote_count":540},{"adult":false,"backdrop_path":"/ytFGzSMCiv4pxcUzB55DMhfeQhb.jpg","genre_ids":[10751,16,35],"id":22582,"original_language":"en","original_title":"Tom and Jerry: The Movie","overview":"The popular cartoon cat and mouse are thrown into a feature film. The story has the twosome trying to help an orphan girl who is being berated and exploited by a greedy guardian.","popularity":19.68,"poster_path":"/k68ZB5trRKcEJSQdPiY6jtxVq14.jpg","release_date":"1992-10-01","title":"Tom and Jerry: The Movie","video":false,"vote_average":6.3,"vote_count":470},{"adult":false,"backdrop_path":"/tgH4bAlDJjhxies1AuKZkNP5SSI.jpg","genre_ids":[9648,16,35,14],"id":22620,"original_language":"en","original_title":"Scooby-Doo! The Mystery Begins","overview":"Unjustly accused of staging a spooky practical joke complete with ghosts, Daphne, Velma, Fred and Shaggy are suspended from Coolsville High. To clear their names, they team up to solve the supernatural mystery…and head straight into nonstop laughs and adventure.","popularity":26.738,"poster_path":"/fUbx2NFwRTmRMtwcTbzEd804WQj.jpg","release_date":"2009-09-12","title":"Scooby-Doo! The Mystery Begins","video":false,"vote_average":6.475,"vote_count":564},{"adult":false,"backdrop_path":"/P4bGyJQF0shAcRku3I2perNUQR.jpg","genre_ids":[28,80],"id":23483,"original_language":"en","original_title":"Kick-Ass","overview":"Dave Lizewski is an unnoticed high school student and comic book fan who one day decides to become a super-hero, even though he has no powers, training or meaningful reason to do so.","popularity":50.995,"poster_path":"/8citjdBmjddZjlPsAHEyCKwGVvD.jpg","release_date":"2010-03-22","title":"Kick-Ass","video":false,"vote_average":7.113,"vote_count":10264},{"adult":false,"backdrop_path":"/eyUXxRholD2QO9UzXWZYwW5kZw2.jpg","genre_ids":[35,10751,10749],"id":13499,"original_language":"en","original_title":"Yours, Mine \u0026 Ours","overview":"Admiral Frank Beardsley returns to New London to run the Coast Guard Academy, his last stop before a probable promotion to head the Guard. A widower with eight children, he runs a loving but tight ship, with charts and salutes. The kids long for a permanent home. Helen North is a free spirit, a designer whose ten children live in loving chaos, with occasional group hugs. Helen and Frank, high school sweethearts, reconnect at a reunion, and it's love at first re-sighting. They marry on the spot. Then the problems start as two sets of kids, the free spirits and the disciplined preppies, must live together. The warring factions agree to work together to end the marriage.","popularity":14.664,"poster_path":"/1SfsoUYXRRrfL31br8q4DlTYvKK.jpg","release_date":"2005-11-23","title":"Yours, Mine \u0026 Ours","video":false,"vote_average":6.1,"vote_count":707},{"adult":false,"backdrop_path":"/4RbxxPAUushqUYNO8EW09GSluBt.jpg","genre_ids":[35,10402,10749],"id":13994,"original_language":"en","original_title":"Romance \u0026 Cigarettes","overview":"Down-and-dirty musical love story set in the world of the working class. Nick is an ironworker who builds and repairs bridges. He's married to Kitty, a dressmaker, a strong and gentle woman with whom he has three daughters. He is carrying on a torrid affair with a redheaded woman named Tula. Nick is basically a good, hardworking man driven forward by will and blinded by his urges.","popularity":15.234,"poster_path":"/phSntD46jD5IfYAa2lSoU6xJDJ6.jpg","release_date":"2005-09-13","title":"Romance \u0026 Cigarettes","video":false,"vote_average":5.9,"vote_count":107},{"adult":false,"backdrop_path":"/qXD5vfFe1blOXJbOHXlU5CYJMQB.jpg","genre_ids":[16,28,10751,878],"id":16577,"original_language":"en","original_title":"Astro Boy","overview":"Set in the futuristic Metro City, Astro Boy (Atom) is a young robot with incredible powers created by a brilliant scientist in the image of the son he had lost. Unable to fulfill his creator's expectations, Astro embarks on a journey in search of acceptance, experiencing betrayal and a netherworld of robot gladiators, before returning to save Metro City and reconcile with the father who rejected him.","popularity":48.712,"poster_path":"/fYOJaaCpqq1NatziVJntmsXXDi8.jpg","release_date":"2009-10-15","title":"Astro Boy","video":false,"vote_average":6.288,"vote_count":1274},{"adult":false,"backdrop_path":"/c2EpOiIhpMtGCnG6HyHgbpyryPd.jpg","genre_ids":[28,53,80],"id":17134,"original_language":"en","original_title":"12 Rounds","overview":"When New Orleans Police Detective Danny Fisher stops a brilliant thief from getting away with a multimillion-dollar heist, the thief's girlfriend is accidentally killed. After escaping from prison, the criminal mastermind enacts his revenge, taunting Danny with 12 rounds of near-impossible puzzles and tasks that he must somehow complete to save the life of the woman he loves.","popularity":44.995,"poster_path":"/7k7qhrO57sVoBLrNo5HYoTp24sT.jpg","release_date":"2009-03-19","title":"12 Rounds","video":false,"vote_average":5.887,"vote_count":626},{"adult":false,"backdrop_path":"/114yPZmKgsQVTSt0BDx5WagBOvW.jpg","genre_ids":[80,53,27,18],"id":18405,"original_language":"en","original_title":"The Last House on the Left","overview":"A group of teenage girls heading into the city hook up with a gang of drug-addled ne'er-do-wells and are brutally murdered. The killers find their way to the home of one of their victim's parents, where both father and mother exact a horrible revenge.","popularity":29.683,"poster_path":"/2Y35XCUS8U8vC8vs0HDEVkPu1BM.jpg","release_date":"2009-03-13","title":"The Last House on the Left","video":false,"vote_average":6.431,"vote_count":1389},{"adult":false,"backdrop_path":"/ncsi1LlQIfALsBlLQbrRSfvHoFS.jpg","genre_ids":[35],"id":28597,"original_language":"en","original_title":"Problem Child 2","overview":"Junior and his father, Ben, move from Cold River to Mortville. Junior becomes threatened by Ben's desire to date again and find a new mother for Junior, and sabotages each of his dates.","popularity":18.494,"poster_path":"/npr7j2HuRgvsKrXLIxIiXevTH8A.jpg","release_date":"1991-07-03","title":"Problem Child 2","video":false,"vote_average":5.9,"vote_count":488},{"adult":false,"backdrop_path":"/92UrBO5avt8agc17Cdrifj8IqsQ.jpg","genre_ids":[35],"id":28601,"original_language":"en","original_title":"Problem Child 3","overview":"Chapter 3 of the Problem Child trilogy features pre-teened Junior in love with a classmate that won't even notice him, but does notice three other boys who are rivals to Junior. This means war!","popularity":15.274,"poster_path":"/adCNPBJPaBjp9ikJAJYGAkqz6CE.jpg","release_date":"1995-05-13","title":"Problem Child 3","video":false,"vote_average":4.5,"vote_count":166},{"adult":false,"backdrop_path":"/6KkNnvvGlVCQnad8CaQ19kv0eiC.jpg","genre_ids":[10751,16,10749,14],"id":14128,"original_language":"en","original_title":"Cinderella II: Dreams Come True","overview":"As a newly crowned princess, Cinderella quickly learns that life at the Palace - and her royal responsibilities - are more challenging than she had imagined. In three heartwarming tales, Cinderella calls on her animal friends and her Fairy Godmother to help as she brings her own grace and charm to her regal role and discovers that being true to yourself is the best way to make your dreams come true.","popularity":67.214,"poster_path":"/kEDbtKhZsqPo7ypCzoz3fkq73Pc.jpg","release_date":"2002-02-23","title":"Cinderella II: Dreams Come True","video":false,"vote_average":6.1,"vote_count":1205},{"adult":false,"backdrop_path":"/1I1cFIKnXEdaOfN4597Y91oNXyo.jpg","genre_ids":[27],"id":30497,"original_language":"en","original_title":"The Texas Chain Saw Massacre","overview":"When Sally hears that her grandfather's grave may have been vandalized, she and her paraplegic brother, Franklin, set out with their friends to investigate. After a detour to their family's old farmhouse, they discover a group of crazed, murderous outcasts living next door. As the group is attacked one by one by the chainsaw-wielding Leatherface, who wears a mask of human skin, the survivors must do everything they can to escape.","popularity":44.806,"poster_path":"/9s8uSm5K1W0vhGPHv2icM6SFib8.jpg","release_date":"1974-10-01","title":"The Texas Chain Saw Massacre","video":false,"vote_average":7.306,"vote_count":2460},{"adult":false,"backdrop_path":"/tcMVpjdEpsXrbPtVrSmh4uDBSiy.jpg","genre_ids":[18,10751,14],"id":19101,"original_language":"en","original_title":"A Little Princess","overview":"When her father enlists to fight for the British in WWI, young Sara Crewe goes to New York to attend the same boarding school her late mother attended. She soon clashes with the severe headmistress, Miss Minchin, who attempts to stifle Sara's creativity and sense of self- worth.","popularity":22.664,"poster_path":"/9V4bAVEskSNbEqjVI0YmeuB0n8I.jpg","release_date":"1995-05-10","title":"A Little Princess","video":false,"vote_average":7.621,"vote_count":809},{"adult":false,"backdrop_path":"/lqL9EnG9okK0rcBl5a89qiCU9vO.jpg","genre_ids":[18,27,53],"id":17609,"original_language":"en","original_title":"Antichrist","overview":"A grieving couple retreats to their cabin 'Eden' in the woods, hoping to repair their broken hearts and troubled marriage. But nature takes its course and things go from bad to worse.","popularity":25.413,"poster_path":"/7dZolgPm00vOd7RxWOMf94pA67J.jpg","release_date":"2009-05-20","title":"Antichrist","video":false,"vote_average":6.667,"vote_count":2108},{"adult":false,"backdrop_path":"/dpUlNuior0blwTBknptqQMBLoXh.jpg","genre_ids":[14,35,10749,878],"id":12107,"original_language":"en","original_title":"Nutty Professor II: The Klumps","overview":"The hilarity begins when professor Sherman Klump finds romance with fellow DNA specialist, Denise Gaines, and discovers a brilliant formula that reverses aging. But Sherman's thin and obnoxious alter ego, Buddy Love, wants out...and a big piece of the action. And when Buddy gets loose, things get seriously nutty.","popularity":18.722,"poster_path":"/v8gI95Eio7kAjixyqYHxNKmJTmm.jpg","release_date":"2000-07-27","title":"Nutty Professor II: The Klumps","video":false,"vote_average":5.017,"vote_count":1080},{"adult":false,"backdrop_path":"/6X3qdsHcwu06GiiXwwNRWzfJ5oJ.jpg","genre_ids":[12,14,16,28,10751],"id":10991,"original_language":"ja","original_title":"劇場版ポケットモンスター 結晶塔の帝王 エンテイ","overview":"When Molly Hale's sadness of her father's disappearance gets to her, she unknowingly uses the Unown to create her own dream world along with Entei, who she believes to be her father. When Entei kidnaps Ash's mother, Ash along with Misty \u0026 Brock invade the mansion looking for his mom and trying to stop the mysteries of Molly's Dream World and Entei!","popularity":32.684,"poster_path":"/g2C95ubS56O1ITXy1MgC69kAwF0.jpg","release_date":"2000-07-08","title":"Pokémon 3: The Movie","video":false,"vote_average":6.438,"vote_count":512},{"adult":false,"backdrop_path":"/wiGez9vknlmmdF31bZyjV58gayH.jpg","genre_ids":[10751,12,16,35],"id":10996,"original_language":"en","original_title":"Stuart Little 2","overview":"Stuart, an adorable white mouse, still lives happily with his adoptive family, the Littles, on the east side of Manhattan's Central Park. More crazy mouse adventures are in store as Stuart, his human brother, George, and their mischievous cat, Snowbell, set out to rescue a friend.","popularity":36.362,"poster_path":"/hjfeMLWqJY44mqqJKZSa6jx4Y1j.jpg","release_date":"2002-07-19","title":"Stuart Little 2","video":false,"vote_average":5.734,"vote_count":2049},{"adult":false,"backdrop_path":"/sXM9H9cpeErz7xvuhC61NMR6pks.jpg","genre_ids":[80,18],"id":13008,"original_language":"en","original_title":"An American Crime","overview":"The true story of suburban housewife Gertrude Baniszewski, who kept a teenage girl locked in the basement of her Indiana home during the 1960s.","popularity":14.314,"poster_path":"/aGATXFPK09klLs0JmxLKtCSyg24.jpg","release_date":"2007-07-27","title":"An American Crime","video":false,"vote_average":7.324,"vote_count":524},{"adult":false,"backdrop_path":"/zutGU9EwTPsfFTNaoJOOE90K5rX.jpg","genre_ids":[35],"id":44741,"original_language":"it","original_title":"Malizia","overview":"A widower and two of his sons become infatuated by their beautiful housekeeper, and all three set out to seduce her using their own unique methods.","popularity":36.742,"poster_path":"/6tqmwsDBpm4LS0HzZGFlWQYcqhp.jpg","release_date":"1973-03-29","title":"Malicious","video":false,"vote_average":7.003,"vote_count":196}],"total_pages":500,"total_results":10000}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the user reviews for a movie.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 28db334f-953b-4082-957e-d2f316e3f3f7 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | b03351cd556309f5dc648c0ad02838f6b2c0c3f3 |
| X-Memc-Age | 8977 |
| X-Memc-Expires | 6571 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:18 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"6503afeebbca87155552f21baae435c6" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | NQWvpCwbr0O7kx6vAvNOQU4BF14LootRz38306GK0p_HqJng2Od0-w== |
{"id":496243,"page":1,"results":[{"author":"SWITCH.","author_details":{"name":"SWITCH.","username":"maketheSWITCH","avatar_path":"/klZ9hebmc8biG1RC4WmzNFnciJN.jpg","rating":10.0},"content":"What makes ‘Parasite’ so satisfying is that it commits neither error. It’s an engrossing, stylish and near perfect movie, and its underlying themes go beyond merely pointing out class exploitation to challenge the logic of capital. Though he is often juggling a mosaic of characters, themes and social issues, Bong never eschews his anarchic impulses and dark humour. It’s a movie that should be seen as widely as possible, if only so that Bong Joon-ho gets more chances to make movies for modern audiences that badly need them.\r\n- Jake Watt\r\n\r\nRead Jake's full article...\r\nhttps://www.maketheswitch.com.au/article/review-parasite-a-bloodthirsty-and-very-funny-look-at-class-warfare\r\n\r\nHead to https://www.maketheswitch.com.au/sff for more Sydney Film Festival reviews.","created_at":"2019-06-16T08:43:44.648Z","id":"5d060140c3a36832f220dedd","updated_at":"2021-06-23T15:58:23.343Z","url":"https://www.themoviedb.org/review/5d060140c3a36832f220dedd"},{"author":"Sheldon Nylander","author_details":{"name":"Sheldon Nylander","username":"dalboz","avatar_path":"/d9fi8H0uBIhn9B9WY8Avo5L1vzm.jpg","rating":10.0},"content":"The working class and down on their luck Kim family struggle to make ends meet. When a friend of the son, Ki-Woo’s, who is an English tutor for the daughter in the wealthy Park family, has to leave his position, he recommends Ki-Woo for the job. Now having an \"in\" with the wealthy family, the Kims begin plotting the downfall of the current household servants and inserting themselves into those vacant positions, making them all gainfully employed and with money finally flowing into the household. But not everything is as it seems in the Park house or with their previous servants.\r\n\r\nThis movie starts out as a comedy and quickly goes into social commentary, pointing out the differences between the poor working class family and the wealthy privileged family. The differences are ones that get commonly pointed out with the well-to-do having what usually gets termed as first-world-problems, while the poor family is literally trying to survive and save meager possessions in a flood. It doesn’t shy away or try to be subtle about it, but interestingly enough, we don’t feel beaten over the head with it either, which is a major change from the ham-fisted approach taken by most filmmakers. Couching this in a comedy is a good approach, as well, as the audience’s guard is let down and we become more receptive to the ideas.\r\n\r\nHowever, I do say it’s MOSTLY a comedy. The third act takes a dark, dark turn, and the contrast, not to mention general disdain and even indifference, between the classes becomes much more severe. This gets into some hard territory, and characters that we’ve found quirky and even come to like in some ways show very different sides of themselves. At the same time, it doesn’t feel unexpected, almost like we could tell that this was under the surface all the time and tried to ignore it, but aren’t surprised by it when it does show up. This is some masterful characterization!\r\n\r\nAnother aspect of note is that this film is rich in allegory and metaphor. It’s a smart film, yet at the same time the filmmakers are not condescending about it. They give the audience credit for being able to understand the symbolism and don’t spoon feed you everything, which is a refreshing change from the usual head-beating most filmmakers go for. At the same time, they understand that not every audience member will understand or immediately pick up on every symbol, but they have crafted this so carefully and so perfectly that you don’t have to understand each and every one. That understanding merely enriches the experience, but isn’t essential to it.\r\n\r\nThis film has gotten some recognition, and deservedly so. It is rich, intelligent, and polished to a degree that we sadly don’t see as often as we should nowadays, showing the filmmakers are masters of their craft. This is easily one of the best films I’ve seen in 2019. Highly recommended!","created_at":"2019-10-19T11:26:13.011Z","id":"5daaf2d59661fc001241a1d8","updated_at":"2021-06-23T15:58:28.159Z","url":"https://www.themoviedb.org/review/5daaf2d59661fc001241a1d8"},{"author":"Saru","author_details":{"name":"Saru","username":"saru2020","avatar_path":"/https://www.gravatar.com/avatar/3df0c8b8160422b352e404db766316e1.jpg","rating":4.0},"content":"This is VERY HIGHLY OVERRATED. \r\nThe most part of the movie is foul-playing, most of those scenes seem to have been copied from the 1999/old Vijay’s movie: Minsaara Kannan [IMDB: https://www.imdb.com/title/tt7562630/?ref_=nv_sr_srsg_2], (Warning: This again might be a copy of some other movie as well]. \r\n“Morse code” has been used in a much better way in 2017 Ajith’s film: Vivegam [IMDB:https://www.imdb.com/title/tt6878378/?ref_=nv_sr_srsg_0] [Letterboxd: https://letterboxd.com/film/vivegam/]\r\nI just don’t understand what makes this movie so special that it has been appraised so highly. It is not even 10% of the Tamil movies at this level/standard.\r\nPeople who’re praising this movie must start watching Tamil movies instead of Korean, there are so many gems that have gone unnoticed.\r\nThere is really nothing special in this movie that stands out. \r\nCannot digest that an average movie like this has got so much limelight. Btw: Where does this kinda BS trend start off?","created_at":"2020-01-12T14:18:25.406Z","id":"5e1b2ab13520e8001735adfa","updated_at":"2021-06-23T15:58:32.063Z","url":"https://www.themoviedb.org/review/5e1b2ab13520e8001735adfa"},{"author":"tmdb39513728","author_details":{"name":"","username":"tmdb39513728","avatar_path":null,"rating":10.0},"content":"errbnb\r\n\r\nNews that Adam McCay is collaborating with Bong Joon Ho to retool Parasite as a Netflix series makes me positively giddy. Parasite is easily the best movie I've seen since the Big Short. Joon Ho's compelling ease of execution alongside the effortless lure of the plot's trappings had me hooked in an instant. I would have been happy watching this family fold pizza boxes for two hours. The story, like the family, takes on a life of its own, rapidly elevating to a setup impossible to sustain. The Bunuelesque occupy-the-rich scheme gleefully, blissfully ascends to lofty heights only, inevitably, to hit the fatal fan. The poor buggers ultimately find themselves literally chin deep in their own sh*t. The hotsy-totsy aristocrats, meanwhile, host a lovely garden party that flips into a tragic Shakespearean bloodbath. It's all fun and games till someone loses a daughter. (Note to the rich: Check the references of new hires and think twice before inviting riffraff to your afternoon functions). Decades in the making, the implosion of a middle income buffer and a widening disparity between social classes make Parasite a must-see for all income brackets. You don't have to be rich or detest or envy the rich to enjoy this instant classic. But please, whatever you do, don't try this a home, folks. Never combine the rich and poor without safety goggles or outside the confines of a controlled and supervised laboratory setting.","created_at":"2020-01-23T13:18:00.835Z","id":"5e299d081685da0011e2cd24","updated_at":"2021-06-23T15:58:33.361Z","url":"https://www.themoviedb.org/review/5e299d081685da0011e2cd24"},{"author":"Matthew Brady","author_details":{"name":"Matthew Brady","username":"MatthewL.Brady","avatar_path":"/k5J0l25FXOCw4TcX6iWaJmYpCZ4.jpg","rating":9.0},"content":"\"You know what kind of plan that never fails? No plan. No plan at all. You know why? Because life cannot be planned.\"\r\n\r\n'Parasite' is absolutely fantastic. I'm still buzzing how good this movie is. Unpredictable and nuts. You know, this summer I was starting to get a little worn out with the endless sequels, remakes and soulless crash grabs, so I find it refreshing we get movies like this once awhile.\r\n\r\nI admire Bong Joon-Ho as a director, especially his Korean movies. Not to say I dislike his English language films like 'Snowpiercer' and 'Okja', but in my personal opinion those don't match the same quality as his Korean movies and there isn't a sex pest trying to control his work. Anywhere, Bong Joon-Ho is one of the best working directors alive and 'Parasite' proves it.\r\n\r\nThe movie perfectly blends drama and comedy so effortlessly, it basically breaks the impossible. And the comedy is actually hilarious and well written with the execution being sold on the actors. The thing I love so much is how funny, thrilling and intense the movie can be, hijacking all senses and emotions all wrapped into one - only a few directors can pull something this unique.\r\n\r\nThe performances from everyone was brilliant and there's so much depth to each character, they make the movie as captivating as it is. The cinematography was beautiful, the music was remarkable, and the movie says so much it's the reason why I was engaged throughout.\r\n\r\nI highly recommend people to avoid knowing anything before going in, because trust me it will add to your experience.\r\n\r\nOverall rating: Finally, a breath of fresh air. My second favorite movie of this year.","created_at":"2020-01-27T18:11:44.059Z","id":"5e2f27e0c56d2d00134e8e40","updated_at":"2021-06-23T15:58:33.480Z","url":"https://www.themoviedb.org/review/5e2f27e0c56d2d00134e8e40"},{"author":"MSB","author_details":{"name":"MSB","username":"msbreviews","avatar_path":"/https://www.gravatar.com/avatar/992eef352126a53d7e141bf9e8707576.jpg","rating":10.0},"content":"If you enjoy reading my Spoiler-Free reviews, please follow my blog @\r\nhttps://www.msbreviews.com\r\n\r\nYes, I know. I'm late as hell. I don't really have anything to offer you besides my personal opinion. Theses and video essays are breaking down Parasite at such a deep level that I can't really write anything new. Nevertheless, I'll share my thoughts on it because it would be a massive miss from someone who considers himself as a film critic. I had this movie on my watchlist since last summer, but I kept delaying it, underestimating my time. So, no, I'm not just watching Parasite because it won Best Picture at the Oscars, I always planned on it.\r\n\r\nIn addition to that, yes, I also love it like most people, and no, I'm not writing this because I'm \"following the pack\". Bong Joon Ho simply delivered one of 2019's best films, and it's definitely cracking a spot in my Top10. I really enjoyed what Bong did with Okja, and I'm a massive fan of Snowpiercer. Therefore, this isn't just another South Korean flick. It's directed and co-written by someone who has been proving himself for quite some time. Even though I still defend that Sam Mendes deserved to win Best Director for his work on 1917, I'm more than happy that a foreign movie finally won Best Picture, and what a film to do it!\r\n\r\nIt can be described as a dark dramedy, but I think social satire is more adequate. The differences between the rich and the poor are beautifully shown on-screen exclusively through visuals. There's so little exposition, which is one of the reasons why Parasite has one of 2019's best screenplays. The balance between explaining something and leaving it ambiguous is perfect. Throughout the runtime, Bong Joon Ho leans on an actor's face so that the audience can understand what that character is feeling through its expressions, which will explain its actions later on.\r\n\r\nThere's a sequence that surely has been heavily discussed for the past months. It's raining, and Bong cleverly divides the screen with how the wealthy family is dealing with it against the poor neighborhood where the Kim family comes from. The gorgeous cinematography, the unforgettable musical score, the seamless editing... Everything about this sequence is technically flawless, and it carries such an emotionally powerful message. Something astonishing and beautiful to look at for some can be a horrible disaster for others.\r\n\r\nIt's a movie that balances a lot of tones. In ten minutes, the tone goes from funny to dramatic to suspenseful to scary to absolute tragedy... and it all feels incredibly realistic. That's one of my major compliments to Parasite: I never felt like it was fiction. I never thought \"this is too much, this would never occur\". Even in the third act, where the narrative takes some bold decisions, everything makes sense with what had been shown until then. From shocking character actions to surprising plot points, Bong and Han Jin-won's screenplay is excellent.\r\n\r\nEveryone in the cast is fantastic, but Song Kang-ho is the standout, in my opinion. His role as the father of the Kim family is brilliant. I'm actually surprised he wasn't nominated for Best Actor in more award shows. I created a connection with this family in such a way that the ending truly impacted me. It's tough to deny that the writing is what makes Parasite the phenomenon that so many people fell in love with, myself included.\r\n\r\nTechnically, I don't have any defects to point out. It's one of those films that I firmly believe in having virtually no flaws. I'm in love with the score, I gasped several times at the impressive cinematography, and the editing is perfect. Whatever genre the story decides to go to, it's always entertaining and extremely captivating. Its comedy is very smart, and it made me laugh a lot of times. Its dramatic storylines kept my eyes always focused on what was happening. Even when it briefly delves into the horror territory, it's more suspenseful and scary than most of that genre's flicks nowadays.\r\n\r\nAll in all, Parasite genuinely surprised me. With so many people hyping it to a ridiculously high level, my expectations were very moderate. Nevertheless, I love it as much or more as everyone else. I know that watching it this late can make some people question my opinion/rating, but I would never love a movie because I \"should\" or because other people do. It deserves every award it received, especially the ones concerning the screenplay. It's one of the best original stories of the last few years, and it's written in such a brilliant manner, with beautiful visual storytelling instead of the overused exposition. An emotionally resonant message is present throughout the whole runtime, and the various tones are balanced seamlessly. Technically flawless: cinematography, score, editing... everything's absolutely perfect. Nothing is placed without purpose. Not a single line of dialogue is wasted. Bong Joon Ho is a phenomenal filmmaker, one that cares about the art and everything that comes with it. He truly put his heart and soul into this, and it would be a shame if anyone fails to watch this magnificent movie just because it's in a foreign language. Please, don't make such an awful mistake...\r\n\r\nRating: A+","created_at":"2020-02-16T17:26:34.659Z","id":"5e497b4a676ce20018001b8c","updated_at":"2021-06-23T15:58:34.050Z","url":"https://www.themoviedb.org/review/5e497b4a676ce20018001b8c"},{"author":"JPV852","author_details":{"name":"","username":"JPV852","avatar_path":"/xNLOqXXVJf9m7WngUMLIMFsjKgh.jpg","rating":7.0},"content":"Decent enough dark comedy/thriller, with nice performances and an engaging story, though not entirely sure it was Best Picture worthy though reserving judgment as I've only seen one other nominee, Joker which I loved but not worthy of a BP.\r\n\r\nI don't know, maybe I'm a bit disappointed given the awards the film won and my viewpoint would've been different seeing it a couple weeks back. As it is, had some entertaining and thrilling moments, but emotionally can't say I was invested... **3.75/5**","created_at":"2020-02-18T19:44:47.181Z","id":"5e4c3eaf283ed900175abfdd","updated_at":"2021-06-23T15:58:34.126Z","url":"https://www.themoviedb.org/review/5e4c3eaf283ed900175abfdd"},{"author":"Stephen Campbell","author_details":{"name":"Stephen Campbell","username":"Bertaut","avatar_path":"/jr5fw70oqZkcbNsZ7ruGqsYZpgU.jpg","rating":9.0},"content":"**_An uncategorisable masterpiece_**\r\n\r\n>_We fat all creatures else to fat us, and we fat ourselves for maggots. Your fat king and your lean beggar is but variable service – two dishes, but to one table._\r\n\r\n- William Shakespeare; _The Tragicall Historie of Hamlet Prince of Denmarke_, 4.iii.23-24 (1599-1601)\r\n\r\nWhat is one to make of the utterly uncategorisable and impossible-to-define _Gisaengchung_ [_Parasite_]? Only the third film to win both the Palme d'Or and the Academy Award for Best Picture, after Billy Wilder's _The Lost Weekend_ (1945) and Delbert Mann's _Marty_ (1955), _Parasite_ is one of the best-reviewed films of the century thus far and caused huge waves when it became the first non-English language film to win Best Picture. Co-writer and director Bong Joon-ho also tied with Walt Disney for the most Oscars awarded to one person in one night – four (Best Picture, Best Foreign Language Film, Best Director, and Best Original Screenplay). On top of that, he became the first person in history to win more than three Oscars for a single film. In short, Parasite has had a significant, and relatively unexpected, impact.\r\n\r\nBut what exactly is _Parasite_? Described on its official website as a \"_pitch-black modern fairy-tale_\", even a comprehensive plot summary wouldn't adequately delineate its real nature – part comedy of manners, part social satire, part heist film, part thriller, part horror, part family drama, part farce, part economic treatise, part social realism, part tragedy, part allegory. And that's just the opening scene! It's the _Ulysses_ of cinema, adopting and shedding genres so often and so seamlessly that it effectively becomes its own genre. And, like _Ulysses_, it's exceptional in just about every way – screenplay (co-written by Bong and Han Jin-won), directing, cinematography, _mise en scène_, editing, production design, sound design, score, acting. There's not a weak link here, in a film that achieves that rarest of things – it lives up to the hype.\r\n\r\nThe Kim family are down on their luck. Father Ki-taek (Song Kang-ho), mother Chung-sook (Chang Hyae-jin), daughter Ki-jeong (Park So-dam), and son Ki-woo (Choi Woo-shik) reside in a tiny basement apartment, with their only window looking out onto a popular urination spot in a back alley. With all four unemployed, they eke out a meagre living folding pizza boxes for a nearby restaurant. However, their fortunes change when Ki-Woo meets Min-hyuk (Park Seo-joon), a childhood friend who is now at university. Min-hyuk works as an English tutor for the daughter of a wealthy family, but he's soon to leave Korea, and so suggests that Ki-Woo take over. Armed with a fake diploma created by Ki-jeong on Photoshop, Ki-Woo successfully applies for the job. The Park family, father Dong-ik, (Lee Sun-kyun), mother Yeon-gyo (Cho Yeo-jeong), daughter Da-hye (Jung Ji-so), and son Da-song (Jung Hyeon-jun), welcomes Ki-woo into their lavish home, and upon discovering just how wealthy the Parks are, the Kims hatch an elaborate scheme to oust the Park's current domestic staff and take their places. And so, hiding the fact that they're all related, Ki-taek is hired as a chauffeur, Chung-Sook as a housekeeper, and Ki-jeong as an art therapist for Da-song. However, it doesn't take long before things start to go very, very awry for both families, in ways none of them (or the audience) could ever have imagined.\r\n\r\nWe live in an era where wealth is distributed upwards and the gap between the haves and have-nots is wider than ever. According to inequality.org, the richest 1% of the world's population controls 45% of global wealth. At the same time, adults with less than $10,000 capital make up 64% of the population and control less than 1% of the wealth. In 2018, Oxfam reported that the wealth of the 26 richest people in the world was equal to the combined wealth of the 3.5 billion poorest people. This is the _milieu_ of _Parasite_, a film which taps into some of the same ideological thinking as gave rise to \"_Hell Joseon_\" sentiments, wherein up to 75% of Koreans aged 19-34 want to leave the country. \r\n\r\nObviously enough, Bong's main themes are class division and class conflict, the artificiality of societal hierarchy, and the concomitant social inequality and differentiation in status that makes such a hierarchy possible in the first place. As thoroughly entertaining (and funny) as the film is, it remains, in essence, an economic treatise, albeit with a savagely satirical quality. However, make no mistake, this is a satire with teeth – the hilarity and playfulness of the long first act give way to a darker political vibe in the second, before Bong violently deconstructs his own allegory in the emotionally draining and batshit insane third act, ultimately driving the knife home in an epilogue that's about as different from the film's early scenes as you could imagine. Of course, this is far from the first time Bong has dealt with issues of class, touching obliquely on similar themes in _Sarinui Chueok_ [_Memories of Murder_] (2003), _Gwoemul_ [_The Host_] (2006), and _Madeo_ [_Mother_] (2009). _Parasite_'s engagement with class and economics, however, is far more overt, aligning it with Bong's English-language work, _Snowpiercer_ (2013) and _Okja_ (2015). Never before, however, has he been this caustic, this acerbic, but so too this compassionate, this witty. Indeed, _Parasite_ feels like a culmination, the film to which he's been building for his entire career.\r\n\r\nIn the film's press notes, Bong states;\r\n\r\n>_I think that one way to portray the continuing polarisation and inequality of our society is as a sad comedy. We are living in an era when capitalism is the reigning order, and we have no other alternative. It's not just in Korea, but the entire world faces a situation where the tenets of capitalism cannot be ignored. In the real world, the paths of families like our four unemployed protagonists and the Park family are unlikely ever to cross. The only instance is in matters of employment between classes, as when someone is hired as a tutor or a domestic worker. In such cases there are moments when the two classes come into close enough proximity to feel each other's breath. In this film, even though there is no malevolent intention either side, the two classes are pulled into a situation where the slightest slip can lead to fissures and eruptions. In today's capitalistic society there are ranks and castes that are invisible to the eye. We keep them disguised and out of sight, and superficially look down on class hierarchies as a relic of the past, but the reality is that there are class lines that cannot be crossed._\r\n\r\nIn this manner, the film works as a literalisation of the theory that co-existence between the various classes is becoming increasingly difficult; the Kims and the Parks aren't simply differentiated due to wealth, rather they live in completely different worlds and have vastly different, and largely incompatible, ideologies.\r\n\r\nOne of the most deftly-handled elements of the film is Bong's avoidance of the clichés one so often finds in films dealing with economics – the Kims are by no means the default protagonists, a victimised family immediately worthy of sympathy, whilst the Parks are by no means the default antagonists, a callous family immediately worthy of scorn. Rather, the Parks are depicted as perfectly friendly and pleasant whilst the Kims are shown to be liars and scoundrels. Indeed, it's the Kims who are the more crassly materialistic of the two families – obsessed with their mobile phones and WhatsApp, we first meet them as they're wandering around their apartment, phones held aloft, trying to pick up their neighbour's WiFi signal. Later, as they ingratiate themselves with the Parks and acquire more and more access to a wealthy lifestyle, all four Kims start to carry themselves differently, as if being in such proximity to wealth has had a physiological effect. \r\n\r\nThere are no heroes and villains here – Bong is uninterested in trucking in black and white oppositions because such rigid diametrics aren't the norm in the real world. For all their scheming and lying, the Kims merely con their way into menial jobs, trying to earn enough to make survival a little easier. As for the Parks, their wealth has insulated them from the world of families such as the Kims, but their greatest crimes are disconnection and ignorance, nothing more. At the same time, the Kims are depicted as a far more unified and loving family than the Parks. Although all four Kims regularly occupy the same frame, to the best of my recollection, we never see the four Parks together in the same shot; Da-hye and Da-song rarely leave their rooms, Yeon-gyo spends most of her time in the kitchen and living room, and Dong-ik is seen most regularly in his car. It's a wonderful bit of cinematic shorthand to convey a thematic point, with Bong utilising the visual component of the medium to maximum effect – this is a filmmaker who knows precisely what he's doing.\r\n\r\nIt's in relation to the two family's status as heroes or villains that the film's title is so important. Strictly speaking, the Korean title, \"_기생충_\" (\"gisaengchung\"), means \"helminth\" rather than \"parasite\", but as a helminth is a parasitic worm, the slight difference in the translation isn't a big deal. In any case, a parasitic organism such as a helminth lives in or on a host and takes its nourishment from that host. A simple reading of this is that the Kims are the parasites and the Parks are the hosts, with the Kims feeding off the Parks' wealth and status. However, in a film where nothing is as it seems, things aren't that simple. Bong depicts the Parks as parasites as well – they've been rendered relatively helpless by their wealth, unable to complete basic tasks such as driving or cleaning without the assistant of working-class employees; i.e. they sustain themselves based off of the labour of their servants. And so, just as the Kims feed off the Parks, the Parks feed off the Kims, in what quickly becomes a symbiotic relationship. Concerning this issue, in his Director's Statement, Bong says,\r\n\r\n>_it is increasingly the case in this sad world that humane relationships based on co-existence or symbiosis cannot hold, and one group is pushed into a parasitic relationship with another. In the midst of such a world, who can point their finger at a struggling family, locked in a fight for survival, and call them parasites? It's not that they were parasites from the start. They are our neighbours, friends and colleagues, who have merely been pushed to the edge of a precipice._\r\n\r\nHowever, as strong as the film is narratively and thematically, it also has an aesthetic design to die for. Hong Kyung-pyo's cinematography, for example, is magnificent. Hong also shot Lee Chang-dong's superb _Beoning_ (2018), and the camerawork here has a similar smoothness and restlessness, gliding through the Parks house like it's a fifth member of the Kim family. Lee Ha-jun's production design is also praise-worthy, with the Kims' and Parks' living conditions contrasted in every way; the Parks live in a pristine post-modernist semi-open plan house, accessible only by an electronically controlled gate, and hidden from the street by tall trees and dense shrubs; the Kims, on the other hand, live in a cluttered and dilapidated apartment with barely any room, their toilet situated beside the aforementioned window looking into an alley.\r\n\r\nIt's also in relation to production design wherein one of the film's best metaphors is to be found, which is also a great example of just how much of a masterwork this is, how completely Bong is in control of his craft. As a film at least partly in the tradition of the \"upstairs/downstairs\" subgenre (think James Ivory's _The Remains of the Day_ or Robert Altman's _Gosford Park_), Bong literalises the separation between those above and those below insofar as stairways are a recurring motif. The Kims live in a basement apartment without stairs, mirroring their stagnation and inability to rise in a socio-economic sense. On the other hand, the Parks' lavish home has two main stairways – one going up, the other going down into the cellar. As Ki-jeong and Ki-woo gain more access to Da-song and Da-hye, they start to spend most of their time upstairs. Ki-taek and Chung-sook, however, along with Dong-ik and Yeon-gyo, spend most of their time downstairs, indicating a fissure between the adults and their children. The stairway to the cellar is its own unique animal, with Bong shooting it like he's suddenly directing a horror film (there's a thematic reason for this that I can't go into without spoilers). In this way, he bestows upon it an ominousness that, at first, makes little sense, but ultimately reveals itself to be a spectacular bit of foreshadowing. There's also a third stairway in the Park home, one not revealed until late in the second act, but one which has huge narrative and thematic importance.\r\n\r\n_Parasite_ is a masterpiece, with Bong, operating at the peak of his abilities, never putting a foot wrong. It could have been a self-serving and didactic message-movie – a homily to the honour of the poor or a deconstruction of the unhappiness of the rich – but Bong is far too talented for that, avoiding rhetorical cant, and allowing the film to find its own space. Quite unlike anything I've ever seen, it works as allegory just as well as it works as social realism just as well as it works as comedy just as well as it works as tragedy, and so on. This is cinema as art; it's the best Palme d'Or winner since Terrence Malick's _The Tree of Life_ in 2011 and the best Best Picture winner since Kevin Costner's _Dances with Wolves_ in 1990. Bong is currently working with HBO to develop a limited series English-language adaptation, which fills me with dread, but no matter what happens with that project, no matter how good (or bad) it may be, here in 2020, Parasite has proven itself very much a game-changer, a film that deserves every bit of praise it's received.","created_at":"2020-02-20T03:02:48.070Z","id":"5e4df6d89b86160018699c80","updated_at":"2021-06-23T15:58:34.212Z","url":"https://www.themoviedb.org/review/5e4df6d89b86160018699c80"},{"author":"rojitasaha","author_details":{"name":"","username":"rojitasaha","avatar_path":"/https://www.gravatar.com/avatar/c5b053cbb0561db5c49a6d71a985addd.jpg","rating":null},"content":"First of all it's a masterpiece, it's shows how the higher class actually judge the lower class people. At it looks like a normal story of a family who all are struggling hard to live, but their life gets changed when all four of them one by one get employed in park's house. After sometime we also got to see the frustration and anger of Kim family on park family because they were judged by them.their were no unnecessarily plot twist in the film which led the film very smoothly. All over it's a must watch film.","created_at":"2020-05-18T12:48:01.363Z","id":"5ec284019979d20021325ef2","updated_at":"2021-06-23T15:58:38.179Z","url":"https://www.themoviedb.org/review/5ec284019979d20021325ef2"},{"author":"Gimly","author_details":{"name":"Gimly","username":"Ruuz","avatar_path":"/xUObnJSvHrFPsIpoDmb1jiQZLq7.jpg","rating":8.0},"content":"\"We all live in the same country... called capitalism.\" \r\n\r\n_Final rating:★★★★ - Very strong appeal. A personal favourite._","created_at":"2020-05-19T06:48:00.971Z","id":"5ec3812028723c0020498caf","updated_at":"2021-06-23T15:58:38.216Z","url":"https://www.themoviedb.org/review/5ec3812028723c0020498caf"},{"author":"tmdb92312096","author_details":{"name":"","username":"tmdb92312096","avatar_path":null,"rating":10.0},"content":"What starts as a seemingly simple premise quickly unfolds into much more. I didn't expect an enhanced perspective into my own life, but that's just what happened. Parasite is a timely analysis of the ever-increasing divide between rich and poor, all while being witty enough to make for an exhilarating ride.","created_at":"2020-07-31T03:14:17.619Z","id":"5f238c8943999b00355e819f","updated_at":"2021-06-23T15:58:41.839Z","url":"https://www.themoviedb.org/review/5f238c8943999b00355e819f"},{"author":"RustyBoi","author_details":{"name":"","username":"RustyBoi","avatar_path":null,"rating":10.0},"content":"One of the funniest and most disturbing films I've ever seen. Probably some of the best cinematography ever. 10/10","created_at":"2020-08-21T16:51:25.394Z","id":"5f3ffb8d19ab5900371d852c","updated_at":"2021-06-23T15:58:42.959Z","url":"https://www.themoviedb.org/review/5f3ffb8d19ab5900371d852c"},{"author":"r96sk","author_details":{"name":"","username":"r96sk","avatar_path":"/https://www.gravatar.com/avatar/96c2e0e4ac98450f9e8e3c0a0a40aad8.jpg","rating":9.0},"content":"Despite hearing about this from day dot, I thankfully managed to avoid knowing anything about this other than it's title, director and subsequent success. Boy am I glad, because it's quite the ride!\r\n\r\nNo doubt about it, <em>'Parasite'</em> is a high quality film. It wasn't at all what I had assumed it would be like, it has a much more comedic side to it than I was expecting - and that's a positive. Yet, it's still pretty dark. It's a great mix. The plot is one that is very entertaining to see play out - the ending is particularly nuts.\r\n\r\nThe cast do a fantastic job, especially the main quartet. Song Kang-ho would be my personal standout, I enjoyed watching him throughout. Choi Woo-shik is very good too, as are Park So-dam and Jang Hye-jin. All of the onscreen talent do terrific though, from Cho Yeo-jeong to Lee Jung-eun.\r\n\r\nI don't have any negatives for this, it's a brilliant film. From the cinematography, to the dialogue, to the locations, to the humour. You name it, this produces it on an impressive level.\r\n\r\nNot that I need to say this, given I'm seemingly one of the last few who hadn't, but you must watch this!","created_at":"2020-11-01T01:40:56.693Z","id":"5f9e122853866e0039ea1cf1","updated_at":"2021-06-23T15:58:46.933Z","url":"https://www.themoviedb.org/review/5f9e122853866e0039ea1cf1"},{"author":"Repo Jack","author_details":{"name":"Repo Jack","username":"repojack","avatar_path":"/3bGlq0gaf6dK3qFYTWcmrimxbbt.jpg","rating":10.0},"content":"<i>Parasite</i> is fantastic. \r\n\r\nIt's clever. It's funny. It's disturbing. And yes, there is a powerful underlying theme of the divide between rich and poor. But the latter is so deftly weaved into the fabric of the story, you really don't think about it much until a fateful scene before the last act. \r\n\r\nIt fully deserved the Oscar for Best Picture and Director. If only for the peach fuzz fight scene.","created_at":"2020-11-27T06:57:46.743Z","id":"5fc0a36a4c1d9a004185e12e","updated_at":"2021-06-23T15:58:48.074Z","url":"https://www.themoviedb.org/review/5fc0a36a4c1d9a004185e12e"},{"author":"fourfridays","author_details":{"name":"","username":"fourfridays","avatar_path":"/https://www.gravatar.com/avatar/cd58327cd5d52b098c2adfe21d0562ed.jpg","rating":8.0},"content":"Loved it! It's a different kind of movie from your usual run of the mill kind. The twists and turns in the storyline keep you engaged. Recommended!","created_at":"2021-08-16T19:41:27.132Z","id":"611abf67006b010046aaf5e0","updated_at":"2021-08-17T00:53:59.038Z","url":"https://www.themoviedb.org/review/611abf67006b010046aaf5e0"}],"total_pages":1,"total_results":15}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the keywords that have been added to a movie.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 1fe62949-c242-4a51-aca9-6256ad6b0c9e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 3305e01fe915eeea0d4aa5d8be6f06885fad239b |
| X-Memc-Age | 1312 |
| X-Memc-Expires | 14470 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:18 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"606fa8480d2a31f7ee453c20fb358d85" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | _na9PcF6cbedHIg64C-O3hI9plqjv_MVViqeWNZAxPwOYee8JV6obQ== |
{"id":496243,"keywords":[{"id":5732,"name":"birthday party"},{"id":5752,"name":"private lessons"},{"id":9866,"name":"basement"},{"id":10123,"name":"dark comedy"},{"id":10453,"name":"con artist"},{"id":11935,"name":"working class"},{"id":12565,"name":"psychological thriller"},{"id":14514,"name":"class differences"},{"id":17997,"name":"housekeeper"},{"id":18015,"name":"tutor"},{"id":18035,"name":"family"},{"id":33421,"name":"crime family"},{"id":198673,"name":"unemployed"},{"id":237462,"name":"wealthy family"},{"id":290327,"name":"seoul, south korea"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the cast and crew for a movie.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a336e82f-d583-4075-96b7-d51aba9e28a5 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 67d8188ef54f51c6f88c908aa6cb3c231c917472 |
| X-Memc-Age | 758 |
| X-Memc-Expires | 15242 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:01:18 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"09847fea1f12e498ff1b3d8a858a787b" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | CZATob0cSEW1GJkuWShCTD6zZCO3AMBj4NxtxJCVbxnZBLlWKpzSKQ== |
| Age | 480 |
{"id":496243,"cast":[{"adult":false,"gender":2,"id":20738,"known_for_department":"Acting","name":"Song Kang-ho","original_name":"Song Kang-ho","popularity":14.716,"profile_path":"/dyWUKQlNyr7SUAjo58VZXvPODkr.jpg","cast_id":0,"character":"Kim Ki-taek","credit_id":"5a4db31fc3a3683b82003a00","order":0},{"adult":false,"gender":2,"id":115290,"known_for_department":"Acting","name":"Lee Sun-kyun","original_name":"Lee Sun-kyun","popularity":6.483,"profile_path":"/mwF2HgyEF2UzxSvNRJEtbWlKbAj.jpg","cast_id":2,"character":"Park Dong-ik","credit_id":"5bcf34f9c3a3686637014df3","order":1},{"adult":false,"gender":1,"id":556435,"known_for_department":"Acting","name":"Cho Yeo-jeong","original_name":"Cho Yeo-jeong","popularity":22.29,"profile_path":"/n7YWOoquBL9g3qEwQ2zvrQSW96L.jpg","cast_id":3,"character":"Yeon-kyo","credit_id":"5bcf351f92514172df0118e1","order":2},{"adult":false,"gender":2,"id":1255881,"known_for_department":"Acting","name":"Choi Woo-shik","original_name":"Choi Woo-shik","popularity":19.142,"profile_path":"/bIdt6LrqMpGQtGTZ1gmji6eGzTH.jpg","cast_id":4,"character":"Ki-woo","credit_id":"5bcf358dc3a368662f013901","order":3},{"adult":false,"gender":1,"id":1442583,"known_for_department":"Acting","name":"Park So-dam","original_name":"Park So-dam","popularity":14.444,"profile_path":"/gaDnEiMD5PClT9ARg1bSFyexbor.jpg","cast_id":5,"character":"Ki-jung","credit_id":"5bcf359b0e0a26624f012c00","order":4},{"adult":false,"gender":1,"id":1572354,"known_for_department":"Acting","name":"Lee Jung-eun","original_name":"Lee Jung-eun","popularity":6.995,"profile_path":"/4r3K47UpSmzZ5t9cyTRRqRl9rdz.jpg","cast_id":8,"character":"Moon-gwang","credit_id":"5bcfb7620e0a266245022d44","order":5},{"adult":false,"gender":1,"id":2158882,"known_for_department":"Acting","name":"Jang Hye-jin","original_name":"Jang Hye-jin","popularity":4.242,"profile_path":"/pZiQXSWwo9F4gncHfa1yw0CQjxk.jpg","cast_id":7,"character":"Chung-sook","credit_id":"5bcfb74bc3a36866370257e5","order":6},{"adult":false,"gender":2,"id":1694435,"known_for_department":"Acting","name":"Park Myung-hoon","original_name":"Park Myung-hoon","popularity":7.109,"profile_path":"/8IgD7YBQKi2K94RSCwXCCrKcQrA.jpg","cast_id":52,"character":"Geun-se","credit_id":"5cf0d6c70e0a264876ca0538","order":7},{"adult":false,"gender":1,"id":1418762,"known_for_department":"Acting","name":"Jung Ji-so","original_name":"Jung Ji-so","popularity":13.714,"profile_path":"/3Teyw2Fzww30MvuOa3qtShIB4kd.jpg","cast_id":50,"character":"Da-hye","credit_id":"5cf0d6a00e0a267cf0ca05d4","order":8},{"adult":false,"gender":2,"id":2306987,"known_for_department":"Acting","name":"Jung Hyeon-jun","original_name":"Jung Hyeon-jun","popularity":7.106,"profile_path":"/vZadA6ip6V2kh0VZW9RwnLcYFgW.jpg","cast_id":51,"character":"Da-song","credit_id":"5cf0d6af9251411cdbb88c70","order":9},{"adult":false,"gender":2,"id":1709230,"known_for_department":"Acting","name":"Park Keun-rok","original_name":"Park Keun-rok","popularity":4.033,"profile_path":"/j3AEOJskfSm7nhR8RnDm6njRN3W.jpg","cast_id":53,"character":"Driver Yoon","credit_id":"5cf0d72ac3a368697a1e3562","order":10},{"adult":false,"gender":1,"id":2326809,"known_for_department":"Acting","name":"Jung Yi-seo","original_name":"Jung Yi-seo","popularity":14.809,"profile_path":"/o6Nfe0BiZs6CCSm8BigPshbu0px.jpg","cast_id":62,"character":"Pizza manager","credit_id":"5cf24889c3a36827ab200476","order":11},{"adult":false,"gender":2,"id":2478772,"known_for_department":"Acting","name":"Cho Jae-myung","original_name":"Cho Jae-myung","popularity":0.709,"profile_path":null,"cast_id":81,"character":"Pizza man","credit_id":"5dee4e30688cd000171fba69","order":12},{"adult":false,"gender":2,"id":2326615,"known_for_department":"Acting","name":"Jeong Ik-han","original_name":"Jeong Ik-han","popularity":0.6,"profile_path":"/wiX9IsqQNYfBrpZWGfdGdAB4Fst.jpg","cast_id":59,"character":"Neighbor","credit_id":"5cf1dd6292514171fdba362b","order":13},{"adult":false,"gender":2,"id":2478781,"known_for_department":"Acting","name":"Kim Gyu-baek","original_name":"Kim Gyu-baek","popularity":2.159,"profile_path":"/lx16EMlOb2XNRZHLDMpWVLjplfY.jpg","cast_id":89,"character":"Drunk 1","credit_id":"5dee5001dc86470019c5799c","order":14},{"adult":false,"gender":2,"id":2379047,"known_for_department":"Acting","name":"Ahn Seong-bong","original_name":"Ahn Seong-bong","popularity":0.84,"profile_path":"/iDnwRIPELK41iaYT32G5UpiIPFx.jpg","cast_id":91,"character":"Street man","credit_id":"5dee5115dc86470013c5309c","order":15},{"adult":false,"gender":0,"id":2499966,"known_for_department":"Directing","name":"Yoon Young-woo","original_name":"Yoon Young-woo","popularity":0.6,"profile_path":null,"cast_id":221,"character":"Benz Dealer","credit_id":"5e40332141465c0014cb77cd","order":16},{"adult":false,"gender":2,"id":1419705,"known_for_department":"Visual Effects","name":"Park Jae-wook","original_name":"Park Jae-wook","popularity":0.6,"profile_path":null,"cast_id":225,"character":"VR Specialist","credit_id":"5e466f609603310015f6f45b","order":17},{"adult":false,"gender":2,"id":2159392,"known_for_department":"Acting","name":"Lee Dong-yong","original_name":"Lee Dong-yong","popularity":2.759,"profile_path":"/91FB6jpqgH6kcWb0PARCXswCidm.jpg","cast_id":226,"character":"Drunk 2","credit_id":"5e466f799603310013f70123","order":18},{"adult":false,"gender":1,"id":2538209,"known_for_department":"Acting","name":"Jeon Eun-mi","original_name":"Jeon Eun-mi","popularity":1.4,"profile_path":null,"cast_id":229,"character":"Mart cashier","credit_id":"5e4674400c27100013860e81","order":19},{"adult":false,"gender":2,"id":2114604,"known_for_department":"Acting","name":"Kim Geon","original_name":"Kim Geon","popularity":0.6,"profile_path":null,"cast_id":102,"character":"Party man","credit_id":"5def3141688cd000172148f1","order":20},{"adult":false,"gender":2,"id":1537955,"known_for_department":"Acting","name":"Lee Joo-hyung","original_name":"Lee Joo-hyung","popularity":2.934,"profile_path":"/bgZnH52HYws4XWiEZdyvRyGGWYE.jpg","cast_id":64,"character":"Party man","credit_id":"5cfa4e17c3a3681173277f4f","order":21},{"adult":false,"gender":1,"id":2320125,"known_for_department":"Acting","name":"Lee Ji-hye","original_name":"Lee Ji-hye","popularity":1.4,"profile_path":"/jyNJd288QFg0Me9a5DaLyQszuE9.jpg","cast_id":55,"character":"A Singer","credit_id":"5cf0d73e0e0a266b1dcc4047","order":22},{"adult":false,"gender":1,"id":1895563,"known_for_department":"Acting","name":"Kim Bo-ryeong","original_name":"Kim Bo-ryeong","popularity":1.462,"profile_path":"/hC3xmGWSQ6jaRD9bvcjyImLBYG2.jpg","cast_id":220,"character":"Cellist","credit_id":"5e255ad25ed8e9001562078b","order":23},{"adult":false,"gender":0,"id":2479225,"known_for_department":"Acting","name":"Park Hye-sook","original_name":"Park Hye-sook","popularity":0.6,"profile_path":null,"cast_id":101,"character":"Party woman","credit_id":"5deef4e3688cd0001720e7a8","order":24},{"adult":false,"gender":0,"id":2479219,"known_for_department":"Acting","name":"Baek Seung-hwan","original_name":"Baek Seung-hwan","popularity":0.98,"profile_path":null,"cast_id":100,"character":"Party man","credit_id":"5deef44d688cd0001720e5ff","order":25},{"adult":false,"gender":0,"id":2478778,"known_for_department":"Acting","name":"Riccardo Ferraresso","original_name":"Riccardo Ferraresso","popularity":0.6,"profile_path":null,"cast_id":86,"character":"Italy Chef","credit_id":"5dee4f25daf57c0015ee321d","order":26},{"adult":false,"gender":0,"id":2478782,"known_for_department":"Acting","name":"Ko Kwan-jae","original_name":"Ko Kwan-jae","popularity":0.6,"profile_path":null,"cast_id":90,"character":"Doctor","credit_id":"5dee50c2025764001854e5c4","order":27},{"adult":false,"gender":2,"id":2478780,"known_for_department":"Acting","name":"Lee Si-hoon","original_name":"Lee Si-hoon","popularity":7.108,"profile_path":"/pCLWALMT0ISJ90DKcfzOWofOWVK.jpg","cast_id":88,"character":"Detective","credit_id":"5dee4fd2025764001854e4dd","order":28},{"adult":false,"gender":2,"id":2478774,"known_for_department":"Acting","name":"Seo Bok-hyeon","original_name":"Seo Bok-hyeon","popularity":1.389,"profile_path":null,"cast_id":82,"character":"JTBC Reporter","credit_id":"5dee4e6bdc86470019c5758c","order":29},{"adult":false,"gender":1,"id":2478775,"known_for_department":"Acting","name":"Shim Soo-mi","original_name":"Shim Soo-mi","popularity":0.6,"profile_path":null,"cast_id":83,"character":"JTBC Reporter","credit_id":"5dee4e77daf57c0015ee313f","order":30},{"adult":false,"gender":1,"id":2141187,"known_for_department":"Acting","name":"Yoon Hye-ree","original_name":"Yoon Hye-ree","popularity":1.429,"profile_path":"/6sTF3cWKdmM5lviBFZRTQwW5VeT.jpg","cast_id":74,"character":"JTBC Reporter","credit_id":"5d94b1f28566d2001b9f438b","order":31},{"adult":false,"gender":2,"id":1835700,"known_for_department":"Acting","name":"Andreas Fronk","original_name":"Andreas Fronk","popularity":2.397,"profile_path":"/lFPWRxiqquHNfLT9Mb0EUMwJ0z5.jpg","cast_id":57,"character":"German father","credit_id":"5cf0d7569251411882b8980b","order":32},{"adult":false,"gender":1,"id":2320126,"known_for_department":"Acting","name":"Anna Elisabeth Rihlmann","original_name":"Anna Elisabeth Rihlmann","popularity":3.102,"profile_path":"/nFtorJ4FmHPQ3kKtbqtirwZWFRt.jpg","cast_id":56,"character":"German mother","credit_id":"5cf0d74b92514171fdb89ba4","order":33},{"adult":false,"gender":0,"id":2478779,"known_for_department":"Acting","name":"Rosie Peralta","original_name":"Rosie Peralta","popularity":0.648,"profile_path":null,"cast_id":87,"character":"Southeast asian housekeeper","credit_id":"5dee4f9a85da1200144b56c0","order":34},{"adult":false,"gender":0,"id":2478777,"known_for_department":"Acting","name":"Shin Seung-min","original_name":"Shin Seung-min","popularity":0.6,"profile_path":null,"cast_id":85,"character":"Namgung Hyun-ja","credit_id":"5dee4ef7025764001854e3e3","order":35},{"adult":false,"gender":2,"id":1347525,"known_for_department":"Acting","name":"Park Seo-jun","original_name":"Park Seo-jun","popularity":10.965,"profile_path":"/eLaZrxKKIbYTEAtGMebvETM688w.jpg","cast_id":63,"character":"Min-hyuk","credit_id":"5cf249c30e0a264876cc78af","order":36},{"adult":false,"gender":1,"id":2187912,"known_for_department":"Production","name":"Kwak Sin-ae","original_name":"Kwak Sin-ae","popularity":0.739,"profile_path":"/nYtE4abLF1cfaa6D1U37fw3mISC.jpg","cast_id":84,"character":"Judge (voice)","credit_id":"5dee4ed385da12001a4af90b","order":37},{"adult":false,"gender":2,"id":3216778,"known_for_department":"Acting","name":"Kim Yeong-jo","original_name":"Kim Yeong-jo","popularity":0.6,"profile_path":null,"cast_id":243,"character":"Party man","credit_id":"612ca97f6a3448002c121b1f","order":38},{"adult":false,"gender":2,"id":3216779,"known_for_department":"Acting","name":"Choi Jeong-hyun","original_name":"Choi Jeong-hyun","popularity":0.98,"profile_path":null,"cast_id":244,"character":"Assistant chef","credit_id":"612caa6b6611b4006333bb90","order":39},{"adult":false,"gender":0,"id":3306426,"known_for_department":"Acting","name":"Sun-kyun Lee","original_name":"Sun-kyun Lee","popularity":0.6,"profile_path":null,"cast_id":249,"character":"Park Dong-ik","credit_id":"62e7e7d3fdf8b7005e739832","order":40}],"crew":[{"adult":false,"gender":2,"id":21684,"known_for_department":"Directing","name":"Bong Joon-ho","original_name":"Bong Joon-ho","popularity":7.924,"profile_path":"/tKLJBqbdH6HFj2QxLA5o8Zk7IVs.jpg","credit_id":"5e86239298f1f10016ab4889","department":"Writing","job":"Screenplay"},{"adult":false,"gender":2,"id":21684,"known_for_department":"Directing","name":"Bong Joon-ho","original_name":"Bong Joon-ho","popularity":7.924,"profile_path":"/tKLJBqbdH6HFj2QxLA5o8Zk7IVs.jpg","credit_id":"5e85d1bf5294e700114ad77f","department":"Directing","job":"Director"},{"adult":false,"gender":2,"id":21684,"known_for_department":"Directing","name":"Bong Joon-ho","original_name":"Bong Joon-ho","popularity":7.924,"profile_path":"/tKLJBqbdH6HFj2QxLA5o8Zk7IVs.jpg","credit_id":"5e85eab35aba320018e783f0","department":"Production","job":"Producer"},{"adult":false,"gender":2,"id":21684,"known_for_department":"Directing","name":"Bong Joon-ho","original_name":"Bong Joon-ho","popularity":7.924,"profile_path":"/tKLJBqbdH6HFj2QxLA5o8Zk7IVs.jpg","credit_id":"5e85d1d33344c6001540f888","department":"Writing","job":"Story"},{"adult":false,"gender":1,"id":41288,"known_for_department":"Production","name":"Miky Lee","original_name":"Miky Lee","popularity":1.055,"profile_path":"/1KaAIoRs6KuW7rdHzbA5RLE1jto.jpg","credit_id":"5ce305ca9251412cfabdf331","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":68909,"known_for_department":"Camera","name":"Hong Kyung-pyo","original_name":"Hong Kyung-pyo","popularity":1.892,"profile_path":"/mFl2oMc8UK5Ia4zEsPOgKbN1NMC.jpg","credit_id":"5c24e15f9251414c16c631f1","department":"Camera","job":"Director of Photography"},{"adult":false,"gender":0,"id":141165,"known_for_department":"Visual Effects","name":"Lee Ji-yeon","original_name":"Lee Ji-yeon","popularity":0.6,"profile_path":null,"credit_id":"5e10e75c8e87020014c0d67f","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":2,"id":554400,"known_for_department":"Visual Effects","name":"Jung Do-ahn","original_name":"Jung Do-ahn","popularity":0.728,"profile_path":null,"credit_id":"5db1ca355be00e001396bcd0","department":"Visual Effects","job":"Special Effects Supervisor"},{"adult":false,"gender":2,"id":1255881,"known_for_department":"Acting","name":"Choi Woo-shik","original_name":"Choi Woo-shik","popularity":19.142,"profile_path":"/bIdt6LrqMpGQtGTZ1gmji6eGzTH.jpg","credit_id":"5d01ed9892514163d1b8a317","department":"Sound","job":"Theme Song Performance"},{"adult":false,"gender":0,"id":1294773,"known_for_department":"Lighting","name":"Lee Jae-hyeok","original_name":"Lee Jae-hyeok","popularity":0.6,"profile_path":null,"credit_id":"5e10ea36c7a7e000179393f7","department":"Camera","job":"Still Photographer"},{"adult":false,"gender":1,"id":1294810,"known_for_department":"Costume \u0026 Make-Up","name":"Choi Se-yeon","original_name":"Choi Se-yeon","popularity":1.455,"profile_path":"/4ALhS4iTYzLh3fLwg2svpVrrZBr.jpg","credit_id":"5cd191afc3a368472ddb413d","department":"Costume \u0026 Make-Up","job":"Costume Design"},{"adult":false,"gender":0,"id":1305523,"known_for_department":"Production","name":"Moon Yang-kwon","original_name":"Moon Yang-kwon","popularity":1.38,"profile_path":null,"credit_id":"5ceb90b9c3a368252020c5b2","department":"Production","job":"Producer"},{"adult":false,"gender":1,"id":1335341,"known_for_department":"Acting","name":"Park Jeong-ja","original_name":"Park Jeong-ja","popularity":1.555,"profile_path":"/s4mQEFjs4X8dWyEjInB5pMX9wpF.jpg","credit_id":"5dee5290daf57c0015ee39c4","department":"Crew","job":"Thanks"},{"adult":false,"gender":2,"id":1374544,"known_for_department":"Directing","name":"Kim Dae-hwan","original_name":"Kim Dae-hwan","popularity":0.98,"profile_path":"/lcQqUpC19CXYlLPJ0XoJro5aa2X.jpg","credit_id":"5cf0d31fc3a3686b6f1fc2da","department":"Writing","job":"Adaptation"},{"adult":false,"gender":2,"id":1395025,"known_for_department":"Sound","name":"James Wright","original_name":"James Wright","popularity":0.98,"profile_path":null,"credit_id":"5e10e1f158361b0015c342a4","department":"Sound","job":"Dolby Consultant"},{"adult":false,"gender":0,"id":1611457,"known_for_department":"Sound","name":"Eun Hee-soo","original_name":"Eun Hee-soo","popularity":0.6,"profile_path":null,"credit_id":"5cea80199251416a3fbb33ce","department":"Sound","job":"Production Sound Mixer"},{"adult":false,"gender":2,"id":1674268,"known_for_department":"Editing","name":"Yang Jin-mo","original_name":"Yang Jin-mo","popularity":0.98,"profile_path":"/ptbh5shbzfD543b4RrDjsW3dbz3.jpg","credit_id":"5cd191a0c3a3683b2ed91904","department":"Editing","job":"Editor"},{"adult":false,"gender":2,"id":1674269,"known_for_department":"Art","name":"Lee Ha-jun","original_name":"Lee Ha-jun","popularity":3.402,"profile_path":"/saRckLEpOCBvzQVS2bMTOU7wPR.jpg","credit_id":"5cd191e00e0a264a95007e0b","department":"Art","job":"Production Design"},{"adult":false,"gender":2,"id":1674271,"known_for_department":"Art","name":"Cho Won-woo","original_name":"Cho Won-woo","popularity":0.6,"profile_path":null,"credit_id":"5e1c74a8d5dbc20015f3c278","department":"Art","job":"Set Decoration"},{"adult":false,"gender":0,"id":1674272,"known_for_department":"Art","name":"Song Suk-ki","original_name":"Song Suk-ki","popularity":0.6,"profile_path":null,"credit_id":"629b9ddbd71fb474df1838d9","department":"Art","job":"Set Decoration"},{"adult":false,"gender":2,"id":1883005,"known_for_department":"Directing","name":"Park Hyun-cheol","original_name":"Park Hyun-cheol","popularity":0.6,"profile_path":null,"credit_id":"5e10e0f96f43ec00165b0e30","department":"Directing","job":"Third Assistant Director"},{"adult":false,"gender":1,"id":1890443,"known_for_department":"Editing","name":"Han Mi-yeon","original_name":"Han Mi-yeon","popularity":0.6,"profile_path":null,"credit_id":"5e466f8f41465c001ad56a6d","department":"Editing","job":"Assistant Editor"},{"adult":false,"gender":2,"id":2078582,"known_for_department":"Sound","name":"Choi Tae-young","original_name":"Choi Tae-young","popularity":7.685,"profile_path":"/rVi3rqXJ3E9GD9H2vJzZdvrTndW.jpg","credit_id":"5cd191d30e0a262fcd0a6967","department":"Sound","job":"Sound Supervisor"},{"adult":false,"gender":0,"id":2078596,"known_for_department":"Costume \u0026 Make-Up","name":"Jin Her","original_name":"Jin Her","popularity":0.6,"profile_path":null,"credit_id":"5e10ea7d58361b0010c33e2f","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2100270,"known_for_department":"Costume \u0026 Make-Up","name":"Kwak Tae-yong","original_name":"Kwak Tae-yong","popularity":0.98,"profile_path":null,"credit_id":"5dad0e2f435011001546ca86","department":"Costume \u0026 Make-Up","job":"Special Effects Makeup Artist"},{"adult":false,"gender":0,"id":2100271,"known_for_department":"Costume \u0026 Make-Up","name":"Lee Hee-eun","original_name":"Lee Hee-eun","popularity":0.98,"profile_path":null,"credit_id":"5e10e06ed64ac200186199a6","department":"Costume \u0026 Make-Up","job":"Special Effects Makeup Artist"},{"adult":false,"gender":1,"id":2100272,"known_for_department":"Sound","name":"Gang Hye-yeong","original_name":"Gang Hye-yeong","popularity":1.4,"profile_path":null,"credit_id":"5cecd9a60e0a265cded90137","department":"Sound","job":"Sound Effects Designer"},{"adult":false,"gender":2,"id":2111566,"known_for_department":"Crew","name":"Oh Se-yeong","original_name":"Oh Se-yeong","popularity":0.6,"profile_path":null,"credit_id":"5e10e276663b870015824114","department":"Crew","job":"Stunts"},{"adult":false,"gender":2,"id":2127964,"known_for_department":"Acting","name":"Park Hyo-shin","original_name":"Park Hyo-shin","popularity":2.391,"profile_path":"/6FBYzt9gboT66bZOLgbk4DnAyTT.jpg","credit_id":"5d01ed900e0a2671c7d11b24","department":"Sound","job":"Theme Song Performance"},{"adult":false,"gender":2,"id":2127965,"known_for_department":"Sound","name":"Jung Jae-il","original_name":"Jung Jae-il","popularity":3.476,"profile_path":"/a1q0hsgTTUJwaq0T3W02mi1b6Q6.jpg","credit_id":"5cc695860e0a2678a0ef4f83","department":"Sound","job":"Original Music Composer"},{"adult":false,"gender":2,"id":2159407,"known_for_department":"Costume \u0026 Make-Up","name":"Hwang Hyo-kyun","original_name":"Hwang Hyo-kyun","popularity":0.6,"profile_path":null,"credit_id":"5dee540a688cd000171fc7af","department":"Costume \u0026 Make-Up","job":"Special Effects Makeup Artist"},{"adult":false,"gender":0,"id":2159416,"known_for_department":"Editing","name":"Kevin Kang","original_name":"Kevin Kang","popularity":0.6,"profile_path":null,"credit_id":"5dee53c0dc86470019c582d4","department":"Editing","job":"Digital Intermediate"},{"adult":false,"gender":0,"id":2187821,"known_for_department":"Production","name":"Jang Young-hwan","original_name":"Jang Young-hwan","popularity":0.6,"profile_path":"/9QBM78rW6E7DPHmnVFGLMgMHoyl.jpg","credit_id":"5ce755800e0a265ac0d05cd1","department":"Production","job":"Producer"},{"adult":false,"gender":1,"id":2187912,"known_for_department":"Production","name":"Kwak Sin-ae","original_name":"Kwak Sin-ae","popularity":0.739,"profile_path":"/nYtE4abLF1cfaa6D1U37fw3mISC.jpg","credit_id":"5ceb90afc3a3685a161e4e08","department":"Production","job":"Producer"},{"adult":false,"gender":2,"id":2193292,"known_for_department":"Acting","name":"Sohn Suk-hee","original_name":"Sohn Suk-hee","popularity":1.687,"profile_path":"/wk8aep7ZnwU0Ds1kxnwRRqOmrW2.jpg","credit_id":"5cf2190c0e0a261e00cb75a1","department":"Crew","job":"Thanks"},{"adult":false,"gender":1,"id":2197063,"known_for_department":"Costume \u0026 Make-Up","name":"Kim Seo-young","original_name":"Kim Seo-young","popularity":1.4,"profile_path":"/hHVfNMZc1hikOFk6a6mGfTNt2g.jpg","credit_id":"5e5970269b8616000ff5bb32","department":"Costume \u0026 Make-Up","job":"Makeup \u0026 Hair"},{"adult":false,"gender":2,"id":2200971,"known_for_department":"Lighting","name":"Kim Chang-ho","original_name":"Kim Chang-ho","popularity":0.66,"profile_path":null,"credit_id":"5cea612592514175e8bad7dc","department":"Lighting","job":"Lighting Director"},{"adult":false,"gender":0,"id":2220822,"known_for_department":"Sound","name":"Lee Chung-gyu","original_name":"Lee Chung-gyu","popularity":0.6,"profile_path":null,"credit_id":"5e10e1ae8e87020016c0c471","department":"Sound","job":"Foley Artist"},{"adult":false,"gender":0,"id":2220948,"known_for_department":"Art","name":"Kim Ji-su","original_name":"Kim Ji-su","popularity":0.6,"profile_path":null,"credit_id":"5e10e5d658361b0010c335eb","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2296575,"known_for_department":"Visual Effects","name":"Lee Hyang-Hee","original_name":"Lee Hyang-Hee","popularity":0.6,"profile_path":null,"credit_id":"5e10e71f663b8700158251f7","department":"Visual Effects","job":"VFX Editor"},{"adult":false,"gender":0,"id":2307001,"known_for_department":"Visual Effects","name":"Hong Jeong-ho","original_name":"Hong Jeong-ho","popularity":0.6,"profile_path":null,"credit_id":"5cd19220c3a3681fd7da6ecb","department":"Visual Effects","job":"Visual Effects Supervisor"},{"adult":false,"gender":0,"id":2308359,"known_for_department":"Production","name":"Heo Min-heoi","original_name":"Heo Min-heoi","popularity":1.96,"profile_path":"/rkmm6tVUkmlnr3oRk6WhCu10zYl.jpg","credit_id":"5ce30609c3a36809ec200f5c","department":"Production","job":"Co-Executive Producer"},{"adult":false,"gender":2,"id":2320121,"known_for_department":"Directing","name":"Han Jin-won","original_name":"Han Jin-won","popularity":1.4,"profile_path":"/j9qXEqOsZENCqni8WzGH6pXginJ.jpg","credit_id":"5e8623e25294e700134b2339","department":"Writing","job":"Screenplay"},{"adult":false,"gender":2,"id":2320121,"known_for_department":"Directing","name":"Han Jin-won","original_name":"Han Jin-won","popularity":1.4,"profile_path":"/j9qXEqOsZENCqni8WzGH6pXginJ.jpg","credit_id":"5dee519adaf57c0015ee36ba","department":"Directing","job":"Script Supervisor"},{"adult":false,"gender":0,"id":2386917,"known_for_department":"Costume \u0026 Make-Up","name":"Kang Dong-yul","original_name":"Kang Dong-yul","popularity":0.6,"profile_path":null,"credit_id":"5e10ea8a663b870015825cb7","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2392774,"known_for_department":"Directing","name":"Kim Seong-sik","original_name":"Kim Seong-sik","popularity":0.6,"profile_path":null,"credit_id":"5d5e07384a52f80013d9a538","department":"Directing","job":"Assistant Director"},{"adult":false,"gender":0,"id":2392776,"known_for_department":"Art","name":"Oh You-jin","original_name":"Oh You-jin","popularity":0.6,"profile_path":null,"credit_id":"5d5e080d4a52f80016d9a5f3","department":"Art","job":"Props"},{"adult":false,"gender":2,"id":2437373,"known_for_department":"Crew","name":"Yoo Sang-seob","original_name":"Yoo Sang-seob","popularity":0.6,"profile_path":"/uMpoPa5VpJobLGhOyO54CqrVYhJ.jpg","credit_id":"5def365ddaf57c0019efdc21","department":"Crew","job":"Stunt Coordinator"},{"adult":false,"gender":0,"id":2452434,"known_for_department":"Production","name":"Park Min-cheol","original_name":"Park Min-cheol","popularity":0.6,"profile_path":null,"credit_id":"5dc588337d2bc10011402780","department":"Production","job":"Line Producer"},{"adult":false,"gender":0,"id":2473305,"known_for_department":"Art","name":"Jeon Jae-wook","original_name":"Jeon Jae-wook","popularity":0.6,"profile_path":null,"credit_id":"5de53e9d0cd44600143b5123","department":"Art","job":"Props"},{"adult":false,"gender":0,"id":2478768,"known_for_department":"Production","name":"Lim Myeong-gyun","original_name":"Lim Myeong-gyun","popularity":0.6,"profile_path":null,"credit_id":"5dee4d76daf57c0015ee2ed5","department":"Production","job":"Executive Producer"},{"adult":false,"gender":2,"id":2478784,"known_for_department":"Production","name":"Kim Kyeong-taek","original_name":"Kim Kyeong-taek","popularity":0.6,"profile_path":null,"credit_id":"5dee5188dc86470019c57c88","department":"Production","job":"Production Supervisor"},{"adult":false,"gender":1,"id":2478786,"known_for_department":"Art","name":"Mo So-ra","original_name":"Mo So-ra","popularity":0.6,"profile_path":null,"credit_id":"5dee51ff025764001454fe49","department":"Art","job":"Art Direction"},{"adult":false,"gender":0,"id":2478789,"known_for_department":"Visual Effects","name":"Park Kyoung-soo","original_name":"Park Kyoung-soo","popularity":0.6,"profile_path":null,"credit_id":"5dee542f688cd000171fc7e1","department":"Visual Effects","job":"Special Effects Supervisor"},{"adult":false,"gender":0,"id":2479218,"known_for_department":"Production","name":"Lee Seon-yeong","original_name":"Lee Seon-yeong","popularity":0.6,"profile_path":null,"credit_id":"5deef378dc86470013c672a0","department":"Production","job":"Executive Producer's Assistant"},{"adult":false,"gender":0,"id":2499670,"known_for_department":"Visual Effects","name":"Kim Bo-ra","original_name":"Kim Bo-ra","popularity":0.6,"profile_path":null,"credit_id":"5e10e5426f43ec00175b193a","department":"Visual Effects","job":"Compositing Lead"},{"adult":false,"gender":0,"id":2499725,"known_for_department":"Visual Effects","name":"Sung Oh Moon","original_name":"Sung Oh Moon","popularity":0.6,"profile_path":null,"credit_id":"5e10e83ad64ac20016614d76","department":"Visual Effects","job":"Animation Supervisor"},{"adult":false,"gender":0,"id":2499757,"known_for_department":"Visual Effects","name":"Son Won-rak","original_name":"Son Won-rak","popularity":0.6,"profile_path":null,"credit_id":"5e10e91ad64ac20016615121","department":"Visual Effects","job":"Compositing Supervisor"},{"adult":false,"gender":0,"id":2499959,"known_for_department":"Production","name":"Lee Joo-hyun","original_name":"Lee Joo-hyun","popularity":0.6,"profile_path":null,"credit_id":"5e10df628e87020012c0c667","department":"Production","job":"Co-Producer"},{"adult":false,"gender":0,"id":2499961,"known_for_department":"Costume \u0026 Make-Up","name":"Bae Kyung-hye","original_name":"Bae Kyung-hye","popularity":0.6,"profile_path":null,"credit_id":"5e10e00e6f43ec00165b0d2a","department":"Costume \u0026 Make-Up","job":"Special Effects Makeup Artist"},{"adult":false,"gender":0,"id":2499962,"known_for_department":"Production","name":"Kim Sang-soo","original_name":"Kim Sang-soo","popularity":0.6,"profile_path":null,"credit_id":"5e10e0b758361b0012c295b9","department":"Production","job":"Production Manager"},{"adult":false,"gender":0,"id":2499963,"known_for_department":"Production","name":"Nam Sung-ho","original_name":"Nam Sung-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10e0c88e87020016c0c2e8","department":"Production","job":"Unit Production Manager"},{"adult":false,"gender":0,"id":2499964,"known_for_department":"Directing","name":"Lee Jung-hoon","original_name":"Lee Jung-hoon","popularity":0.6,"profile_path":null,"credit_id":"5e10e0e65907de0014db14c2","department":"Directing","job":"Second Unit Director"},{"adult":false,"gender":0,"id":2499966,"known_for_department":"Directing","name":"Yoon Young-woo","original_name":"Yoon Young-woo","popularity":0.6,"profile_path":null,"credit_id":"5e10e10c8e87020014c0ca85","department":"Directing","job":"First Assistant Director"},{"adult":false,"gender":0,"id":2499967,"known_for_department":"Art","name":"Samuel King","original_name":"Samuel King","popularity":0.6,"profile_path":null,"credit_id":"5e10e11e663b870015823e7c","department":"Art","job":"Concept Artist"},{"adult":false,"gender":0,"id":2499969,"known_for_department":"Sound","name":"Kim Byung-in","original_name":"Kim Byung-in","popularity":0.6,"profile_path":null,"credit_id":"5e10e19a58361b0010c32e7b","department":"Sound","job":"Supervising ADR Editor"},{"adult":false,"gender":0,"id":2499970,"known_for_department":"Sound","name":"Shin i Na","original_name":"Shin i Na","popularity":0.6,"profile_path":null,"credit_id":"5e10e1c6663b870015823f54","department":"Sound","job":"Foley Editor"},{"adult":false,"gender":0,"id":2499972,"known_for_department":"Sound","name":"Park Sung-gyun","original_name":"Park Sung-gyun","popularity":0.6,"profile_path":null,"credit_id":"5e10e1d55907de0017db231d","department":"Sound","job":"Foley Artist"},{"adult":false,"gender":0,"id":2499974,"known_for_department":"Visual Effects","name":"Peter Ahn","original_name":"Peter Ahn","popularity":0.6,"profile_path":null,"credit_id":"5e10e28d58361b0015c3436c","department":"Visual Effects","job":"Visual Effects Producer"},{"adult":false,"gender":0,"id":2499976,"known_for_department":"Visual Effects","name":"Cha Dong-ho","original_name":"Cha Dong-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10e2a6d64ac20016614267","department":"Visual Effects","job":"Matchmove Supervisor"},{"adult":false,"gender":0,"id":2499977,"known_for_department":"Visual Effects","name":"Choi Seung-goo","original_name":"Choi Seung-goo","popularity":0.6,"profile_path":null,"credit_id":"5e10e2d48e87020016c0c5d8","department":"Visual Effects","job":"Matchmove Supervisor"},{"adult":false,"gender":0,"id":2499978,"known_for_department":"Visual Effects","name":"Ha Jae-gu","original_name":"Ha Jae-gu","popularity":0.6,"profile_path":null,"credit_id":"5e10e2ed663b870013826287","department":"Visual Effects","job":"Visual Effects Supervisor"},{"adult":false,"gender":0,"id":2499980,"known_for_department":"Lighting","name":"Seo Young Heo","original_name":"Seo Young Heo","popularity":0.6,"profile_path":null,"credit_id":"5e10e3058e87020016c0c621","department":"Lighting","job":"Lighting Artist"},{"adult":false,"gender":0,"id":2499981,"known_for_department":"Visual Effects","name":"Jeong Ho Hong","original_name":"Jeong Ho Hong","popularity":0.6,"profile_path":null,"credit_id":"5e10e3268e87020012c0cac9","department":"Visual Effects","job":"Visual Effects Supervisor"},{"adult":false,"gender":0,"id":2499982,"known_for_department":"Visual Effects","name":"Huh Soo-jung","original_name":"Huh Soo-jung","popularity":0.6,"profile_path":null,"credit_id":"5e10e339c7a7e00015936553","department":"Visual Effects","job":"Matte Painter"},{"adult":false,"gender":0,"id":2499984,"known_for_department":"Visual Effects","name":"Hwang Eun-bi","original_name":"Hwang Eun-bi","popularity":0.6,"profile_path":null,"credit_id":"5e10e351c7a7e0001793815b","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2499986,"known_for_department":"Visual Effects","name":"Cheong Hyun-jun","original_name":"Cheong Hyun-jun","popularity":0.6,"profile_path":null,"credit_id":"5e10e361c7a7e0001793816e","department":"Visual Effects","job":"VFX Artist"},{"adult":false,"gender":0,"id":2499991,"known_for_department":"Visual Effects","name":"Andras Ikladi","original_name":"Andras Ikladi","popularity":0.6,"profile_path":null,"credit_id":"5e10e384c7a7e00015936605","department":"Visual Effects","job":"3D Supervisor"},{"adult":false,"gender":0,"id":2499992,"known_for_department":"Visual Effects","name":"Jay Seung Jaegal","original_name":"Jay Seung Jaegal","popularity":0.6,"profile_path":null,"credit_id":"5e10e39a663b8700158243a2","department":"Visual Effects","job":"Visual Effects Supervisor"},{"adult":false,"gender":0,"id":2499994,"known_for_department":"Visual Effects","name":"Jang Hansaem","original_name":"Jang Hansaem","popularity":0.6,"profile_path":null,"credit_id":"5e10e3b86f43ec00165b1290","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2499996,"known_for_department":"Visual Effects","name":"Jang Hyo-sun","original_name":"Jang Hyo-sun","popularity":0.6,"profile_path":null,"credit_id":"5e10e3cbc7a7e00017938239","department":"Visual Effects","job":"Matchmove Supervisor"},{"adult":false,"gender":0,"id":2499998,"known_for_department":"Visual Effects","name":"Jang Mi-jin","original_name":"Jang Mi-jin","popularity":0.648,"profile_path":null,"credit_id":"5e10e3dfd64ac20016614510","department":"Visual Effects","job":"VFX Supervisor"},{"adult":false,"gender":0,"id":2500000,"known_for_department":"Visual Effects","name":"Jo Eun-byul","original_name":"Jo Eun-byul","popularity":0.98,"profile_path":null,"credit_id":"5e10e3f15907de0014db1b62","department":"Visual Effects","job":"VFX Editor"},{"adult":false,"gender":2,"id":2500002,"known_for_department":"Crew","name":"Jung Seock-hee","original_name":"Jung Seock-hee","popularity":0.6,"profile_path":null,"credit_id":"5e10e4028e87020014c0cff2","department":"Crew","job":"CG Supervisor"},{"adult":false,"gender":0,"id":2500003,"known_for_department":"Visual Effects","name":"Jung Da-som","original_name":"Jung Da-som","popularity":0.6,"profile_path":null,"credit_id":"5e10e40e58361b0012c29b01","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500005,"known_for_department":"Visual Effects","name":"Jung Ji-hyung","original_name":"Jung Ji-hyung","popularity":0.6,"profile_path":null,"credit_id":"5e10e42f6f43ec00165b1331","department":"Visual Effects","job":"Compositing Supervisor"},{"adult":false,"gender":2,"id":2500007,"known_for_department":"Visual Effects","name":"Jung Sung-jin","original_name":"Jung Sung-jin","popularity":0.694,"profile_path":null,"credit_id":"5e10e4626f43ec00165b1352","department":"Visual Effects","job":"Visual Effects Director"},{"adult":false,"gender":0,"id":2500008,"known_for_department":"Visual Effects","name":"Jung Yeo-jin","original_name":"Jung Yeo-jin","popularity":0.6,"profile_path":null,"credit_id":"5e10e472d64ac200146188d4","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500010,"known_for_department":"Visual Effects","name":"Jung Yeon-tae","original_name":"Jung Yeon-tae","popularity":0.6,"profile_path":null,"credit_id":"5e10e4908e87020014c0d19c","department":"Visual Effects","job":"VFX Artist"},{"adult":false,"gender":0,"id":2500015,"known_for_department":"Visual Effects","name":"Kang Dong-hyuk","original_name":"Kang Dong-hyuk","popularity":0.6,"profile_path":null,"credit_id":"5e10e4b58e87020012c0d0b3","department":"Visual Effects","job":"Lead Animator"},{"adult":false,"gender":2,"id":2500020,"known_for_department":"Visual Effects","name":"Kang Jong-ik","original_name":"Kang Jong-ik","popularity":0.6,"profile_path":null,"credit_id":"5e10e4d4663b87001582498c","department":"Visual Effects","job":"Visual Effects Director"},{"adult":false,"gender":0,"id":2500023,"known_for_department":"Visual Effects","name":"Kang Seong-pil","original_name":"Kang Seong-pil","popularity":0.6,"profile_path":null,"credit_id":"5e10e4f0c7a7e000159368d1","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500026,"known_for_department":"Crew","name":"Kang Won-chul","original_name":"Kang Won-chul","popularity":0.6,"profile_path":null,"credit_id":"5e10e50bd64ac2001861a040","department":"Crew","job":"CG Supervisor"},{"adult":false,"gender":0,"id":2500028,"known_for_department":"Visual Effects","name":"Kim Bok-yung","original_name":"Kim Bok-yung","popularity":0.6,"profile_path":null,"credit_id":"5e10e5268e87020014c0d23d","department":"Visual Effects","job":"Visual Effects Producer"},{"adult":false,"gender":0,"id":2500033,"known_for_department":"Visual Effects","name":"Chan-Jin Chris Kim","original_name":"Chan-Jin Chris Kim","popularity":0.6,"profile_path":null,"credit_id":"5e10e5708e87020012c0d23e","department":"Visual Effects","job":"Visual Effects Producer"},{"adult":false,"gender":0,"id":2500035,"known_for_department":"Visual Effects","name":"Kim Eun-ji","original_name":"Kim Eun-ji","popularity":0.6,"profile_path":null,"credit_id":"5e10e586663b870015824ca7","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500037,"known_for_department":"Lighting","name":"Kim Hyeong-gi","original_name":"Kim Hyeong-gi","popularity":0.6,"profile_path":null,"credit_id":"5e10e59e5907de0012db3e28","department":"Lighting","job":"Lighting Artist"},{"adult":false,"gender":0,"id":2500038,"known_for_department":"Visual Effects","name":"Kim Jae-hwan","original_name":"Kim Jae-hwan","popularity":0.6,"profile_path":null,"credit_id":"5e10e5b158361b0010c335bf","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500038,"known_for_department":"Visual Effects","name":"Kim Jae-hwan","original_name":"Kim Jae-hwan","popularity":0.6,"profile_path":null,"credit_id":"5e10e5c0d64ac2001861a215","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500045,"known_for_department":"Crew","name":"Kim Sang-hun","original_name":"Kim Sang-hun","popularity":0.6,"profile_path":null,"credit_id":"5e10e5fe8e87020014c0d3e5","department":"Crew","job":"CG Supervisor"},{"adult":false,"gender":0,"id":2500047,"known_for_department":"Visual Effects","name":"Kim Tae-hoon","original_name":"Kim Tae-hoon","popularity":0.6,"profile_path":null,"credit_id":"5e10e6156f43ec00175b1aae","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2500049,"known_for_department":"Visual Effects","name":"Kim Tae-hyung","original_name":"Kim Tae-hyung","popularity":0.6,"profile_path":null,"credit_id":"5e10e6318e87020014c0d4dc","department":"Visual Effects","job":"VFX Artist"},{"adult":false,"gender":0,"id":2500052,"known_for_department":"Lighting","name":"Kim Tae-seob","original_name":"Kim Tae-seob","popularity":0.6,"profile_path":null,"credit_id":"5e10e6485907de0012db400f","department":"Lighting","job":"Lighting Supervisor"},{"adult":false,"gender":0,"id":2500053,"known_for_department":"Visual Effects","name":"Kim Woo-ju","original_name":"Kim Woo-ju","popularity":0.6,"profile_path":null,"credit_id":"5e10e65e5907de0017db2d28","department":"Visual Effects","job":"VFX Editor"},{"adult":false,"gender":0,"id":2500054,"known_for_department":"Visual Effects","name":"Ko Hee-kyung","original_name":"Ko Hee-kyung","popularity":0.6,"profile_path":null,"credit_id":"5e10e677663b8700138265b7","department":"Visual Effects","job":"Matte Painter"},{"adult":false,"gender":0,"id":2500056,"known_for_department":"Visual Effects","name":"Kong Miseon","original_name":"Kong Miseon","popularity":0.6,"profile_path":null,"credit_id":"5e10e6886f43ec00175b1b44","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500058,"known_for_department":"Lighting","name":"Kwon Yong-ho","original_name":"Kwon Yong-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10e6996f43ec00165b176f","department":"Lighting","job":"Lighting Artist"},{"adult":false,"gender":0,"id":2500060,"known_for_department":"Visual Effects","name":"Lee Dong Kyu","original_name":"Lee Dong Kyu","popularity":0.6,"profile_path":null,"credit_id":"5e10e6b06f43ec00165b17c9","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500062,"known_for_department":"Lighting","name":"Lee Eun-seon","original_name":"Lee Eun-seon","popularity":0.6,"profile_path":null,"credit_id":"5e10e6cb663b8700158250d2","department":"Lighting","job":"Lighting Artist"},{"adult":false,"gender":0,"id":2500064,"known_for_department":"Visual Effects","name":"Hanhee Hailey Lee","original_name":"Hanhee Hailey Lee","popularity":0.6,"profile_path":null,"credit_id":"5e10e6de8e87020012c0d38b","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500066,"known_for_department":"Visual Effects","name":"Lee Jae-wook","original_name":"Lee Jae-wook","popularity":0.98,"profile_path":null,"credit_id":"5e10e743c7a7e00015936e76","department":"Visual Effects","job":"Compositing Lead"},{"adult":false,"gender":0,"id":2500067,"known_for_department":"Visual Effects","name":"Lee Kyoung-min","original_name":"Lee Kyoung-min","popularity":0.6,"profile_path":null,"credit_id":"5e10e76cd64ac20016614c2f","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500068,"known_for_department":"Visual Effects","name":"Lee Min-ho","original_name":"Lee Min-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10e7815907de0017db3258","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2500069,"known_for_department":"Visual Effects","name":"Lee Sang-yeol","original_name":"Lee Sang-yeol","popularity":0.6,"profile_path":null,"credit_id":"5e10e796c7a7e00015936fee","department":"Visual Effects","job":"VFX Artist"},{"adult":false,"gender":0,"id":2500070,"known_for_department":"Visual Effects","name":"Lee Sin-woo","original_name":"Lee Sin-woo","popularity":0.603,"profile_path":null,"credit_id":"5e10e7a66f43ec00175b1e72","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500071,"known_for_department":"Visual Effects","name":"Lee Song-hee","original_name":"Lee Song-hee","popularity":0.6,"profile_path":null,"credit_id":"5e10e7bac7a7e00015937008","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500072,"known_for_department":"Visual Effects","name":"Lee Young-young","original_name":"Lee Young-young","popularity":0.6,"profile_path":null,"credit_id":"5e10e7ce663b87001782ac0f","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500073,"known_for_department":"Visual Effects","name":"Liang Jun-ling","original_name":"Liang Jun-ling","popularity":0.6,"profile_path":null,"credit_id":"5e10e7eb8e87020012c0d4a0","department":"Visual Effects","job":"Compositing Lead"},{"adult":false,"gender":0,"id":2500074,"known_for_department":"Visual Effects","name":"Lim Tae-woo","original_name":"Lim Tae-woo","popularity":0.6,"profile_path":null,"credit_id":"5e10e7fac7a7e00015937042","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2500075,"known_for_department":"Visual Effects","name":"Jeong Min-hyuk","original_name":"Jeong Min-hyuk","popularity":0.6,"profile_path":null,"credit_id":"5e10e81fd64ac20016614d22","department":"Visual Effects","job":"Visual Effects Supervisor"},{"adult":false,"gender":0,"id":2500076,"known_for_department":"Visual Effects","name":"Oh Yu-min","original_name":"Oh Yu-min","popularity":0.6,"profile_path":null,"credit_id":"5e10e84a58361b0015c34848","department":"Visual Effects","job":"Matte Painter"},{"adult":false,"gender":0,"id":2500077,"known_for_department":"Visual Effects","name":"Park Hwon","original_name":"Park Hwon","popularity":0.6,"profile_path":null,"credit_id":"5e10e85dd64ac20016614ee0","department":"Visual Effects","job":"VFX Supervisor"},{"adult":false,"gender":0,"id":2500078,"known_for_department":"Visual Effects","name":"Park Hye-ri","original_name":"Park Hye-ri","popularity":0.6,"profile_path":null,"credit_id":"5e10e872c7a7e00017939062","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2500079,"known_for_department":"Visual Effects","name":"Park Ji-hyeon","original_name":"Park Ji-hyeon","popularity":0.6,"profile_path":null,"credit_id":"5e10e885c7a7e00013936ffd","department":"Visual Effects","job":"Matte Painter"},{"adult":false,"gender":0,"id":2500082,"known_for_department":"Lighting","name":"Park Sung-hyeok","original_name":"Park Sung-hyeok","popularity":0.6,"profile_path":null,"credit_id":"5e10e8a558361b0012c2a615","department":"Lighting","job":"Lighting Artist"},{"adult":false,"gender":0,"id":2500083,"known_for_department":"Visual Effects","name":"Ryu Ga-hee","original_name":"Ryu Ga-hee","popularity":0.6,"profile_path":null,"credit_id":"5e10e8b7c7a7e00013937046","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500084,"known_for_department":"Visual Effects","name":"Seok Jong-yeon","original_name":"Seok Jong-yeon","popularity":0.6,"profile_path":null,"credit_id":"5e10e8d05907de0012db4465","department":"Visual Effects","job":"Compositing Lead"},{"adult":false,"gender":0,"id":2500085,"known_for_department":"Visual Effects","name":"Lee Seung-yeon","original_name":"Lee Seung-yeon","popularity":0.6,"profile_path":null,"credit_id":"5e10e8e7663b870013826c4a","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500086,"known_for_department":"Visual Effects","name":"Shin Jeong-ho","original_name":"Shin Jeong-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10e909c7a7e00015937167","department":"Visual Effects","job":"Visual Effects Production Assistant"},{"adult":false,"gender":0,"id":2500087,"known_for_department":"Visual Effects","name":"Son Young-nam","original_name":"Son Young-nam","popularity":0.6,"profile_path":null,"credit_id":"5e10e929c7a7e00015937180","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500088,"known_for_department":"Visual Effects","name":"Kim So-yoon","original_name":"Kim So-yoon","popularity":0.6,"profile_path":null,"credit_id":"5e10e93d5907de0017db38af","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500089,"known_for_department":"Visual Effects","name":"Ahnwoo Yang","original_name":"Ahnwoo Yang","popularity":0.6,"profile_path":null,"credit_id":"5e10e9535907de0017db38d6","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500090,"known_for_department":"Visual Effects","name":"Yeom Do-seon","original_name":"Yeom Do-seon","popularity":0.6,"profile_path":null,"credit_id":"5e10e9685907de0012db44ea","department":"Visual Effects","job":"Animation"},{"adult":false,"gender":0,"id":2500092,"known_for_department":"Visual Effects","name":"You Hyeon-jeong","original_name":"You Hyeon-jeong","popularity":0.6,"profile_path":null,"credit_id":"5e10e9795907de0017db3940","department":"Visual Effects","job":"Matte Painter"},{"adult":false,"gender":0,"id":2500093,"known_for_department":"Visual Effects","name":"Youn Min-seok","original_name":"Youn Min-seok","popularity":0.98,"profile_path":null,"credit_id":"5e10e989663b870013826d35","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500094,"known_for_department":"Visual Effects","name":"Yu Mi-hwa","original_name":"Yu Mi-hwa","popularity":0.6,"profile_path":null,"credit_id":"5e10e999d64ac200166152c3","department":"Visual Effects","job":"Compositing Artist"},{"adult":false,"gender":0,"id":2500095,"known_for_department":"Visual Effects","name":"Yun Hee","original_name":"Yun Hee","popularity":0.6,"profile_path":null,"credit_id":"5e10e9b2663b870013826d73","department":"Visual Effects","job":"Simulation \u0026 Effects Artist"},{"adult":false,"gender":0,"id":2500096,"known_for_department":"Visual Effects","name":"Yun Junshik-Raul","original_name":"Yun Junshik-Raul","popularity":0.6,"profile_path":null,"credit_id":"5e10e9c9c7a7e00017939390","department":"Visual Effects","job":"Visual Effects Producer"},{"adult":false,"gender":0,"id":2500097,"known_for_department":"Camera","name":"Byun Sang-jin","original_name":"Byun Sang-jin","popularity":0.972,"profile_path":null,"credit_id":"5e10e9e28e87020016c0d5f2","department":"Camera","job":"Third Assistant \"A\" Camera"},{"adult":false,"gender":0,"id":2500099,"known_for_department":"Camera","name":"Sung Min Cha","original_name":"Sung Min Cha","popularity":0.6,"profile_path":null,"credit_id":"5e10e9efd64ac200166153bc","department":"Camera","job":"Grip"},{"adult":false,"gender":0,"id":2500100,"known_for_department":"Crew","name":"Cho Hye-lin","original_name":"Cho Hye-lin","popularity":0.6,"profile_path":null,"credit_id":"5e10ea038e87020016c0d670","department":"Crew","job":"Translator"},{"adult":false,"gender":0,"id":2500101,"known_for_department":"Camera","name":"Sang Won Cho","original_name":"Sang Won Cho","popularity":0.6,"profile_path":null,"credit_id":"5e10ea115907de0017db3af9","department":"Camera","job":"Grip"},{"adult":false,"gender":0,"id":2500102,"known_for_department":"Production","name":"Lee Su-jin","original_name":"Lee Su-jin","popularity":0.6,"profile_path":null,"credit_id":"5e10ea6958361b0012c2a964","department":"Production","job":"Data Management Technician"},{"adult":false,"gender":0,"id":2500103,"known_for_department":"Costume \u0026 Make-Up","name":"Kim Hee-jae","original_name":"Kim Hee-jae","popularity":0.6,"profile_path":null,"credit_id":"5e10ea98d64ac2001861ab92","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2500104,"known_for_department":"Costume \u0026 Make-Up","name":"Shin Soo-bin","original_name":"Shin Soo-bin","popularity":0.6,"profile_path":null,"credit_id":"5e10eaa7c7a7e0001393740a","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2500105,"known_for_department":"Costume \u0026 Make-Up","name":"Yoon Hye-jeong","original_name":"Yoon Hye-jeong","popularity":0.6,"profile_path":null,"credit_id":"5e10eab86f43ec00165b1f94","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2500106,"known_for_department":"Costume \u0026 Make-Up","name":"Yoon Na-yeon","original_name":"Yoon Na-yeon","popularity":0.6,"profile_path":null,"credit_id":"5e10eac7c7a7e0001593750e","department":"Costume \u0026 Make-Up","job":"Costumer"},{"adult":false,"gender":0,"id":2500107,"known_for_department":"Sound","name":"Norbert Elek","original_name":"Norbert Elek","popularity":0.6,"profile_path":null,"credit_id":"5e10ead6663b870013826fb9","department":"Sound","job":"Orchestrator"},{"adult":false,"gender":0,"id":2500110,"known_for_department":"Sound","name":"Lee Ji-hye","original_name":"Lee Ji-hye","popularity":0.6,"profile_path":null,"credit_id":"5e10eafd8e87020014c0ddc4","department":"Sound","job":"Vocals"},{"adult":false,"gender":0,"id":2500111,"known_for_department":"Sound","name":"Bálint Sapszon","original_name":"Bálint Sapszon","popularity":0.6,"profile_path":null,"credit_id":"5e10eb19c7a7e000159375a2","department":"Sound","job":"Orchestrator"},{"adult":false,"gender":0,"id":2500112,"known_for_department":"Camera","name":"Woo Geum-ho","original_name":"Woo Geum-ho","popularity":0.6,"profile_path":null,"credit_id":"5e10eb42c7a7e000159375f3","department":"Camera","job":"Camera Car"},{"adult":false,"gender":0,"id":3111262,"known_for_department":"Art","name":"Noh Seung-goog","original_name":"Noh Seung-goog","popularity":0.6,"profile_path":null,"credit_id":"60b6bf4af44f270079c3c803","department":"Art","job":"Set Decoration"},{"adult":false,"gender":1,"id":3326329,"known_for_department":"Crew","name":"Yoo Mi-jin","original_name":"Yoo Mi-jin","popularity":0.6,"profile_path":null,"credit_id":"61a1ad16c5c1ef0045f4bdb2","department":"Crew","job":"Stunts"},{"adult":false,"gender":0,"id":3357741,"known_for_department":"Costume \u0026 Make-Up","name":"Kim Tae-yeon","original_name":"Kim Tae-yeon","popularity":0.6,"profile_path":null,"credit_id":"61c69fe8b6c2640042cc35d3","department":"Costume \u0026 Make-Up","job":"Costume Assistant"},{"adult":false,"gender":0,"id":3375086,"known_for_department":"Camera","name":"Yang Hyeon-seok","original_name":"Yang Hyeon-seok","popularity":0.6,"profile_path":null,"credit_id":"61dabc1223be46001a7737a1","department":"Camera","job":"Camera Operator"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the changes for a movie. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the `start_date` and `end_date` query parameters.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c96f403f-16db-44c7-91ac-d150165d9950 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 42c4212951d4e23a8ac0a2852a7ce00ca2616de8 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 300 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:01:18 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"1c7b0be7cfcb529d61df7c7b50baa91e" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | twLnFRHf9pS0zfi_W4Z0JsXWa2pHpmhTdvUmyFpRHC-B7S5eRJenAg== |
| Age | 481 |
{"changes":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Grab the following account states for a session:
- Movie rating
- If it belongs to your watchlist
- If it belongs to your favourite list
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 55481cc4-5ea4-476e-8b3d-18fa3300f6cc |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| X-Memc | MISS |
| X-Memc-Key | 91679db94c919598758477493b3918862b77b0b5 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| ETag | W/"3ef180ba2ad8418ad413e158ac88ce40" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Z6EI8NOmHVRN1ZJs9ppVxyUPCvgsqfF4GoQjEoAykXJzJa-fUudldw== |
{"id":496243,"favorite":false,"rated":{"value":8.5},"watchlist":false}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of recommended movies for a movie.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6d402a23-e363-45e7-ad9e-e9bb5abdbdd8 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 2783414ef55ac4ad89087098010e95d1e7fef2db |
| X-Memc-Age | 12344 |
| X-Memc-Expires | 3434 |
| ETag | W/"18a38a8ed0671bb7d6f4ccf95e2ff19e" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | mf8mu8coYohkgp7QYK_Df5H1nxwl66aAxeMDnOA2qiANVYHj7Z-92Q== |
| Age | 480 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/hO7KbdvGOtDdeg0W4Y5nKEHeDDh.jpg","id":475557,"title":"Joker","original_language":"en","original_title":"Joker","overview":"During the 1980s, a failed stand-up comedian is driven insane and turns to a life of crime and chaos in Gotham City while becoming an infamous psychopathic crime figure.","poster_path":"/udDclJoHjfjb8Ekgsd4FDteOkCU.jpg","media_type":"movie","genre_ids":[80,53,18],"popularity":154.074,"release_date":"2019-10-01","video":false,"vote_average":8.173,"vote_count":21076},{"adult":false,"backdrop_path":"/2lBOQK06tltt8SQaswgb8d657Mv.jpg","id":530915,"title":"1917","original_language":"en","original_title":"1917","overview":"At the height of the First World War, two young British soldiers must cross enemy territory and deliver a message that will stop a deadly attack on hundreds of soldiers.","poster_path":"/iZf0KyrE25z1sage4SYFLCCrMi9.jpg","media_type":"movie","genre_ids":[10752,18,28,53,36],"popularity":95.786,"release_date":"2019-12-25","video":false,"vote_average":7.974,"vote_count":10017},{"adult":false,"backdrop_path":"/agoBZfL1q5G79SD0npArSlJn8BH.jpg","id":515001,"title":"Jojo Rabbit","original_language":"en","original_title":"Jojo Rabbit","overview":"A World War II satire that follows a lonely German boy whose world view is turned upside down when he discovers his single mother is hiding a young Jewish girl in their attic. Aided only by his idiotic imaginary friend, Adolf Hitler, Jojo must confront his blind nationalism.","poster_path":"/7GsM4mtM0worCtIVeiQt28HieeN.jpg","media_type":"movie","genre_ids":[35,10752,18],"popularity":30.504,"release_date":"2019-10-18","video":false,"vote_average":8.1,"vote_count":7661},{"adult":false,"backdrop_path":"/oRiUKwDpcqDdoLwPoA4FIRh3hqY.jpg","id":466272,"title":"Once Upon a Time… in Hollywood","original_language":"en","original_title":"Once Upon a Time… in Hollywood","overview":"Los Angeles, 1969. TV star Rick Dalton, a struggling actor specializing in westerns, and stuntman Cliff Booth, his best friend, try to survive in a constantly changing movie industry. Dalton is the neighbor of the young and promising actress and model Sharon Tate, who has just married the prestigious Polish director Roman Polanski…","poster_path":"/8j58iEBw9pOXFD2L0nt0ZXeHviB.jpg","media_type":"movie","genre_ids":[35,18,53],"popularity":52.811,"release_date":"2019-07-24","video":false,"vote_average":7.433,"vote_count":10761},{"adult":false,"backdrop_path":"/wDwQXLDUuiEaaiuWIDBpbqnwYGX.jpg","id":492188,"title":"Marriage Story","original_language":"en","original_title":"Marriage Story","overview":"A stage director and an actress struggle through a grueling, coast-to-coast divorce that pushes them to their personal extremes.","poster_path":"/pZekG6xabTmZxjmYw10wN84Hp8d.jpg","media_type":"movie","genre_ids":[18],"popularity":25.76,"release_date":"2019-09-28","video":false,"vote_average":7.769,"vote_count":5839},{"adult":false,"backdrop_path":"/4HWAQu28e2yaWrtupFPGFkdNU7V.jpg","id":546554,"title":"Knives Out","original_language":"en","original_title":"Knives Out","overview":"When renowned crime novelist Harlan Thrombey is found dead at his estate just after his 85th birthday, the inquisitive and debonair Detective Benoit Blanc is mysteriously enlisted to investigate. From Harlan's dysfunctional family to his devoted staff, Blanc sifts through a web of red herrings and self-serving lies to uncover the truth behind Harlan's untimely death.","poster_path":"/pThyQovXQrw2m0s9x82twj48Jq4.jpg","media_type":"movie","genre_ids":[35,80,9648],"popularity":56.904,"release_date":"2019-11-27","video":false,"vote_average":7.856,"vote_count":9141},{"adult":false,"backdrop_path":"/xHGHnUD48ttyJ4OoDOX67GEnqIl.jpg","id":398978,"title":"The Irishman","original_language":"en","original_title":"The Irishman","overview":"Pennsylvania, 1956. Frank Sheeran, a war veteran of Irish origin who works as a truck driver, accidentally meets mobster Russell Bufalino. Once Frank becomes his trusted man, Bufalino sends him to Chicago with the task of helping Jimmy Hoffa, a powerful union leader related to organized crime, with whom Frank will maintain a close friendship for nearly twenty years.","poster_path":"/mbm8k3GFhXS0ROd9AD1gqYbIFbM.jpg","media_type":"movie","genre_ids":[80,18,36],"popularity":23.872,"release_date":"2019-11-01","video":false,"vote_average":7.633,"vote_count":5532},{"adult":false,"backdrop_path":"/n3UanIvmnBlH531pykuzNs4LbH6.jpg","id":359724,"title":"Ford v Ferrari","original_language":"en","original_title":"Ford v Ferrari","overview":"American car designer Carroll Shelby and the British-born driver Ken Miles work together to battle corporate interference, the laws of physics, and their own personal demons to build a revolutionary race car for Ford Motor Company and take on the dominating race cars of Enzo Ferrari at the 24 Hours of Le Mans in France in 1966.","poster_path":"/dR1Ju50iudrOh3YgfwkAU1g2HZe.jpg","media_type":"movie","genre_ids":[18,28,36],"popularity":50.588,"release_date":"2019-11-13","video":false,"vote_average":8.001,"vote_count":5909},{"adult":false,"backdrop_path":"/sOJqNAx4RFrCRn8HS99LEc8aenI.jpg","id":331482,"title":"Little Women","original_language":"en","original_title":"Little Women","overview":"Four sisters come of age in America in the aftermath of the Civil War.","poster_path":"/yn5ihODtZ7ofn8pDYfxCmxh8AXI.jpg","media_type":"movie","genre_ids":[18,10749,36],"popularity":39.45,"release_date":"2019-12-25","video":false,"vote_average":7.916,"vote_count":4967},{"adult":false,"backdrop_path":"/tNE9HGcFOH8EpCmzO7XCYwqguI0.jpg","id":503919,"title":"The Lighthouse","original_language":"en","original_title":"The Lighthouse","overview":"Two lighthouse keepers try to maintain their sanity while living on a remote and mysterious New England island in the 1890s.","poster_path":"/4SC4cyzHWWzDEdszdxHYPWd32YH.jpg","media_type":"movie","genre_ids":[18,14,53,27],"popularity":27.056,"release_date":"2019-10-18","video":false,"vote_average":7.538,"vote_count":3595},{"adult":false,"backdrop_path":"/8yE6wv1l570zWyh6zmkFxysw3Kc.jpg","id":530385,"title":"Midsommar","original_language":"en","original_title":"Midsommar","overview":"Several friends travel to Sweden to study as anthropologists a summer festival that is held every ninety years in the remote hometown of one of them. What begins as a dream vacation in a place where the sun never sets, gradually turns into a dark nightmare as the mysterious inhabitants invite them to participate in their disturbing festive activities.","poster_path":"/7LEI8ulZzO5gy9Ww2NVCrKmHeDZ.jpg","media_type":"movie","genre_ids":[27,18,9648],"popularity":53.674,"release_date":"2019-07-03","video":false,"vote_average":7.143,"vote_count":5063},{"adult":false,"backdrop_path":"/A9FEeZRURvhSvK3xJsWbqIPyKrj.jpg","id":807867,"title":"Authentik","original_language":"fr","original_title":"Suprêmes","overview":"Biopic about French cult hip-hop duet Supreme NTM. A story of Paris suburbs, protests, police brutality that shaped the music of JoeyStarr and Kool Shen.","poster_path":"/pPiFVwLaZ3VNvbpQnr0z0Qieze3.jpg","media_type":"movie","genre_ids":[10402,18],"popularity":7.705,"release_date":"2021-11-24","video":false,"vote_average":6.651,"vote_count":83},{"adult":false,"backdrop_path":"/3tkDMNfM2YuIAJlvGO6rfIzAnfG.jpg","id":619264,"title":"The Platform","original_language":"es","original_title":"El hoyo","overview":"A mysterious place, an indescribable prison, a deep hole. An unknown number of levels. Two inmates living on each level. A descending platform containing food for all of them. An inhuman fight for survival, but also an opportunity for solidarity.","poster_path":"/8ZX18L5m6rH5viSYpRnTSbb9eXh.jpg","media_type":"movie","genre_ids":[18,878,53],"popularity":37.402,"release_date":"2019-11-08","video":false,"vote_average":6.999,"vote_count":5585},{"adult":false,"backdrop_path":"/uzvT6tYrU5SxfHe1ieimIGAqyFm.jpg","id":473033,"title":"Uncut Gems","original_language":"en","original_title":"Uncut Gems","overview":"A charismatic New York City jeweler always on the lookout for the next big score makes a series of high-stakes bets that could lead to the windfall of a lifetime. Howard must perform a precarious high-wire act, balancing business, family, and encroaching adversaries on all sides in his relentless pursuit of the ultimate win.","poster_path":"/6XN1vxHc7kUSqNWtaQKN45J5x2v.jpg","media_type":"movie","genre_ids":[18,53,80],"popularity":25.756,"release_date":"2019-08-30","video":false,"vote_average":7.132,"vote_count":3724},{"adult":false,"backdrop_path":"/Ab8mkHmkYADjU7wQiOkia9BzGvS.jpg","id":129,"title":"Spirited Away","original_language":"ja","original_title":"千と千尋の神隠し","overview":"A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.","poster_path":"/39wmItIWsg5sZMyRUHLkWBcuVCM.jpg","media_type":"movie","genre_ids":[16,10751,14],"popularity":87.112,"release_date":"2001-07-20","video":false,"vote_average":8.54,"vote_count":13194},{"adult":false,"backdrop_path":"/AqtTwTPOjRnmSudK1rywiUoE9xH.jpg","id":889741,"title":"Fast \u0026 Feel Love","original_language":"th","original_title":"Fast \u0026 Feel Love","overview":"When a world champion of sport stacking is dumped by his long-time girlfriend, he has to learn basic adulting skills in order to live alone and take care of himself.","poster_path":"/46Ab9aS5x9ZVhsbcQ3d5QjzfuBb.jpg","media_type":"movie","genre_ids":[35,10749,28],"popularity":28.238,"release_date":"2022-04-06","video":false,"vote_average":6.5,"vote_count":9},{"adult":false,"backdrop_path":"/mctcKx0Co9qe821DQuAjhoH33lw.jpg","id":291549,"title":"Assassination","original_language":"ko","original_title":"암살","overview":"In Japanese-occupied Korea, three freedom fighters are assigned a mission to assassinate a genocidal military leader and his top collaborator. But the plan goes completely awry amidst double-crossings, counter-assassinations, and a shocking revelation about one of the assassins' past.","poster_path":"/x6cBDjTCeKZkD7rSFfr6VvC8XeT.jpg","media_type":"movie","genre_ids":[28,18],"popularity":25.225,"release_date":"2015-07-22","video":false,"vote_average":7.3,"vote_count":180},{"adult":false,"backdrop_path":"/2Xe9lISpwXKhvKiHttbFfVRERQX.jpg","id":490132,"title":"Green Book","original_language":"en","original_title":"Green Book","overview":"Tony Lip, a bouncer in 1962, is hired to drive pianist Don Shirley on a tour through the Deep South in the days when African Americans, forced to find alternate accommodations and services due to segregation laws below the Mason-Dixon Line, relied on a guide called The Negro Motorist Green Book.","poster_path":"/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg","media_type":"movie","genre_ids":[18,35],"popularity":32.944,"release_date":"2018-11-16","video":false,"vote_average":8.244,"vote_count":9285},{"adult":false,"backdrop_path":"/jOzrELAzFxtMx2I4uDGHOotdfsS.jpg","id":181812,"title":"Star Wars: The Rise of Skywalker","original_language":"en","original_title":"Star Wars: The Rise of Skywalker","overview":"The surviving Resistance faces the First Order once again as the journey of Rey, Finn and Poe Dameron continues. With the power and knowledge of generations behind them, the final battle begins.","poster_path":"/db32LaOibwEliAmSL2jjDF6oDdj.jpg","media_type":"movie","genre_ids":[12,28,878],"popularity":62.061,"release_date":"2019-12-18","video":false,"vote_average":6.424,"vote_count":7993},{"adult":false,"backdrop_path":"/xBC4oo8zlgVVBOPoVPV8L8UZDoQ.jpg","id":10103,"title":"Windstruck","original_language":"ko","original_title":"내 여자친구를 소개합니다","overview":"Kyung-jin, a police officer who finds herself chasing down a suspected bag-snatcher on her day off. However, the man she catches turns out to be Myungwoo, a passer-by who was himself trying to apprehend the real criminal.","poster_path":"/uaGheQB2GZDtdcJCZ5yUn4BuYcE.jpg","media_type":"movie","genre_ids":[35,18],"popularity":13.326,"release_date":"2004-06-03","video":false,"vote_average":7.2,"vote_count":112},{"adult":false,"backdrop_path":"/kKvoZzXs9T5XUMWKGPQp39VaVHr.jpg","id":551332,"title":"The Two Popes","original_language":"en","original_title":"The Two Popes","overview":"Frustrated with the direction of the church, Cardinal Bergoglio requests permission to retire in 2012 from Pope Benedict. Instead, facing scandal and self-doubt, the introspective Pope Benedict summons his harshest critic and future successor to Rome to reveal a secret that would shake the foundations of the Catholic Church.","poster_path":"/4d4mTSfDIFIbUbMLUfaKodvxYXA.jpg","media_type":"movie","genre_ids":[18,35,36],"popularity":11.379,"release_date":"2019-11-27","video":false,"vote_average":7.533,"vote_count":2445}],"total_pages":2,"total_results":40}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the release date along with the certification for a movie.
Release dates support different types:
1. Premiere
2. Theatrical (limited)
3. Theatrical
4. Digital
5. Physical
6. TV
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0d416aec-7862-4f96-8b04-6ea727400168 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 1ada8e5f3d014c1deb24dcdf0a3cae3dc14f4df3 |
| X-Memc-Age | 10005 |
| X-Memc-Expires | 6444 |
| ETag | W/"2c116eeb54aa5ba27f7da86a4f52254a" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | cTE3Was0OKDYCJkiOlwPPzugD9OnMptft6ITpzS50L1kH3zuqtXZjg== |
| Age | 480 |
{"id":585511,"results":[{"iso_3166_1":"AU","release_dates":[{"certification":"G","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"KR","release_dates":[{"certification":"","iso_639_1":"","note":"Apple TV+\t","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"US","release_dates":[{"certification":"G","iso_639_1":"","note":"Los Angeles, California","release_date":"2022-07-30T00:00:00.000Z","type":1},{"certification":"G","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-04T00:00:00.000Z","type":4}]},{"iso_3166_1":"SG","release_dates":[{"certification":"","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"GB","release_dates":[{"certification":"PG","iso_639_1":"","note":"","release_date":"2022-08-05T00:00:00.000Z","type":2},{"certification":"PG","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"IT","release_dates":[{"certification":"","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"FR","release_dates":[{"certification":"U","iso_639_1":"fr","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"DE","release_dates":[{"certification":"0","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"IE","release_dates":[{"certification":"G","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"IN","release_dates":[{"certification":"U","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"MX","release_dates":[{"certification":"","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-04T00:00:00.000Z","type":4}]},{"iso_3166_1":"BR","release_dates":[{"certification":"L","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-04T00:00:00.000Z","type":4}]},{"iso_3166_1":"PT","release_dates":[{"certification":"M/6","iso_639_1":"","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]},{"iso_3166_1":"ES","release_dates":[{"certification":"APTA","iso_639_1":"es","note":"Apple TV+","release_date":"2022-08-05T00:00:00.000Z","type":4}]}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Powered by our partnership with JustWatch, you can query this method to get a list of the availabilities per country by provider.
This is **not** going to return full deep links, but rather, it's just enough information to display what's available where.
You can link to the provided TMDB URL to help support TMDB and provide the actual deep links to the content.
**Please note**: In order to use this data **you must** attribute the source of the data as JustWatch. If we find any usage not complying with these terms we will revoke access to the API.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 62b5e843-f5a4-4bd9-97b1-05c519707237 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | 99ab12793b067506bfe8d84d3b97c689bb01a2c4 |
| X-Memc-Age | 9797 |
| X-Memc-Expires | 6846 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:01:19 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"217dfb167e2c86acfc654281063f1b98" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | nVlGC4zdMmHMcsBBIIbI06J_fk7Nqua8GgUFqXtM0LTWdjY7QxCAKA== |
| Age | 481 |
{"id":585511,"results":{"AE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=AE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"AR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=AR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"AT":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=AT","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"AU":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=AU","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"BE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=BE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"BG":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=BG","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"BO":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=BO","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"BR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=BR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CA":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CA","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CH":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CH","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CL":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CL","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CO":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CO","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"CZ":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=CZ","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"DE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=DE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"DK":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=DK","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"EC":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=EC","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"EE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=EE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"EG":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=EG","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"ES":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=ES","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"FI":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=FI","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"FR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=FR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"GB":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=GB","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"GR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=GR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"GT":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=GT","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"HK":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=HK","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"HN":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=HN","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"HU":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=HU","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"ID":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=ID","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"IE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=IE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"IN":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=IN","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"IT":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=IT","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"JP":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=JP","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"KR":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=KR","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"LT":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=LT","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"LV":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=LV","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"MX":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=MX","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"MY":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=MY","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"NL":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=NL","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"NO":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=NO","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"NZ":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=NZ","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PA":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PA","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PH":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PH","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PL":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PL","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PT":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PT","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"PY":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=PY","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"RU":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=RU","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"SA":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=SA","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"SE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=SE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"SG":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=SG","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"SK":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=SK","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"TH":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=TH","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"TW":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=TW","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"US":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=US","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"VE":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=VE","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]},"ZA":{"link":"https://www.themoviedb.org/movie/585511-luck/watch?locale=ZA","flatrate":[{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_id":350,"provider_name":"Apple TV Plus"}]}}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the current popular movies on TMDB. This list updates daily.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4b315998-d636-40f5-8124-fe185e9449c4 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | upw7wXBXvPx9XtM9GaVG6ZPsDCe1HGs6cdlFg6F-hEDlEFPxqfE78g== |
| Age | 6143 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/7ZO9yoEU2fAHKhmJWfAc2QIPWJg.jpg","genre_ids":[28,878,27],"id":766507,"original_language":"en","original_title":"Prey","overview":"When danger threatens her camp, the fierce and highly skilled Comanche warrior Naru sets out to protect her people. But the prey she stalks turns out to be a highly evolved alien predator with a technically advanced arsenal.","popularity":12548.379,"poster_path":"/ujr5pztc1oitbe7ViMUOilFaJ7s.jpg","release_date":"2022-08-02","title":"Prey","video":false,"vote_average":8.1,"vote_count":2515},{"adult":false,"backdrop_path":"/p1F51Lvj3sMopG948F5HsBbl43C.jpg","genre_ids":[28,12,14],"id":616037,"original_language":"en","original_title":"Thor: Love and Thunder","overview":"After his retirement is interrupted by Gorr the God Butcher, a galactic killer who seeks the extinction of the gods, Thor enlists the help of King Valkyrie, Korg, and ex-girlfriend Jane Foster, who now inexplicably wields Mjolnir as the Mighty Thor. Together they embark upon a harrowing cosmic adventure to uncover the mystery of the God Butcher’s vengeance and stop him before it’s too late.","popularity":6999.193,"poster_path":"/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg","release_date":"2022-07-06","title":"Thor: Love and Thunder","video":false,"vote_average":6.8,"vote_count":1879},{"adult":false,"backdrop_path":"/nmGWzTLMXy9x7mKd8NKPLmHtWGa.jpg","genre_ids":[10751,16,12,35,14],"id":438148,"original_language":"en","original_title":"Minions: The Rise of Gru","overview":"A fanboy of a supervillain supergroup known as the Vicious 6, Gru hatches a plan to become evil enough to join them, with the backup of his followers, the Minions.","popularity":4718.218,"poster_path":"/wKiOkZTN9lUUUNZLmtnwubZYONg.jpg","release_date":"2022-06-29","title":"Minions: The Rise of Gru","video":false,"vote_average":7.8,"vote_count":1393},{"adult":false,"backdrop_path":"/9eAn20y26wtB3aet7w9lHjuSgZ3.jpg","genre_ids":[12,28,878],"id":507086,"original_language":"en","original_title":"Jurassic World Dominion","overview":"Four years after Isla Nublar was destroyed, dinosaurs now live—and hunt—alongside humans all over the world. This fragile balance will reshape the future and determine, once and for all, whether human beings are to remain the apex predators on a planet they now share with history’s most fearsome creatures.","popularity":4714.395,"poster_path":"/kAVRgw7GgK1CfYEJq8ME6EvRIgU.jpg","release_date":"2022-06-01","title":"Jurassic World Dominion","video":false,"vote_average":7.1,"vote_count":2811},{"adult":false,"backdrop_path":"/odJ4hx6g6vBt4lBWKFD1tI8WS4x.jpg","genre_ids":[28,18],"id":361743,"original_language":"en","original_title":"Top Gun: Maverick","overview":"After more than thirty years of service as one of the Navy’s top aviators, and dodging the advancement in rank that would ground him, Pete “Maverick” Mitchell finds himself training a detachment of TOP GUN graduates for a specialized mission the likes of which no living pilot has ever seen.","popularity":4169.218,"poster_path":"/62HCnUTziyWcpDaBO2i1DX17ljH.jpg","release_date":"2022-05-24","title":"Top Gun: Maverick","video":false,"vote_average":8.3,"vote_count":1936},{"adult":false,"backdrop_path":"/3VQj6m0I6gkuRaljmhNZl0XR3by.jpg","genre_ids":[16,12,35,14],"id":585511,"original_language":"en","original_title":"Luck","overview":"Suddenly finding herself in the never-before-seen Land of Luck, the unluckiest person in the world must unite with the magical creatures there to turn her luck around.","popularity":3148.981,"poster_path":"/1HOYvwGFioUFL58UVvDRG6beEDm.jpg","release_date":"2022-08-05","title":"Luck","video":false,"vote_average":8.2,"vote_count":391},{"adult":false,"backdrop_path":"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg","genre_ids":[27,53],"id":756999,"original_language":"en","original_title":"The Black Phone","overview":"Finney Blake, a shy but clever 13-year-old boy, is abducted by a sadistic killer and trapped in a soundproof basement where screaming is of little use. When a disconnected phone on the wall begins to ring, Finney discovers that he can hear the voices of the killer’s previous victims. And they are dead set on making sure that what happened to them doesn’t happen to Finney.","popularity":2749.593,"poster_path":"/lr11mCT85T1JanlgjMuhs9nMht4.jpg","release_date":"2022-06-22","title":"The Black Phone","video":false,"vote_average":8,"vote_count":1872},{"adult":false,"backdrop_path":"/wcKFYIiVDvRURrzglV9kGu7fpfY.jpg","genre_ids":[14,28,12],"id":453395,"original_language":"en","original_title":"Doctor Strange in the Multiverse of Madness","overview":"Doctor Strange, with the help of mystical allies both old and new, traverses the mind-bending and dangerous alternate realities of the Multiverse to confront a mysterious new adversary.","popularity":2062.316,"poster_path":"/9Gtg2DzBhmYamXBS1hKAhiwbBKS.jpg","release_date":"2022-05-04","title":"Doctor Strange in the Multiverse of Madness","video":false,"vote_average":7.5,"vote_count":5291},{"adult":false,"backdrop_path":"/nW5fUbldp1DYf2uQ3zJTUdachOu.jpg","genre_ids":[16,878,12,28,10751],"id":718789,"original_language":"en","original_title":"Lightyear","overview":"Legendary Space Ranger Buzz Lightyear embarks on an intergalactic adventure alongside a group of ambitious recruits and his robot companion Sox.","popularity":1991.974,"poster_path":"/ox4goZd956BxqJH6iLwhWPL9ct4.jpg","release_date":"2022-06-15","title":"Lightyear","video":false,"vote_average":7.3,"vote_count":1672},{"adult":false,"backdrop_path":"/2oXQpm0wfOkIL0jBJABbL5AfMs6.jpg","genre_ids":[27,9648,53],"id":760104,"original_language":"en","original_title":"X","overview":"In 1979, a group of young filmmakers set out to make an adult film in rural Texas, but when their reclusive, elderly hosts catch them in the act, the cast find themselves fighting for their lives.","popularity":1865.401,"poster_path":"/woTQx9Q4b8aO13jR9dsj8C9JESy.jpg","release_date":"2022-03-17","title":"X","video":false,"vote_average":6.7,"vote_count":738},{"adult":false,"backdrop_path":"/uR0FopHrAjDlG5q6PZB07a1JOva.jpg","genre_ids":[16,878,28],"id":610150,"original_language":"ja","original_title":"ドラゴンボール超:スーパーヒーロー","overview":"The Red Ribbon Army, an evil organization that was once destroyed by Goku in the past, has been reformed by a group of people who have created new and mightier Androids, Gamma 1 and Gamma 2, and seek vengeance against Goku and his family.","popularity":1814.22,"poster_path":"/rugyJdeoJm7cSJL1q4jBpTNbxyU.jpg","release_date":"2022-06-11","title":"Dragon Ball Super: Super Hero","video":false,"vote_average":7.5,"vote_count":101},{"adult":false,"backdrop_path":"/27Mj3rFYP3xqFy7lnz17vEd8Ms.jpg","genre_ids":[28,53],"id":725201,"original_language":"en","original_title":"The Gray Man","overview":"When a shadowy CIA agent uncovers damning agency secrets, he's hunted across the globe by a sociopathic rogue operative who's put a bounty on his head.","popularity":1788.379,"poster_path":"/8cXbitsS6dWQ5gfMTZdorpAAzEH.jpg","release_date":"2022-07-13","title":"The Gray Man","video":false,"vote_average":7,"vote_count":1593},{"adult":false,"backdrop_path":"/l99dylTOAMkwKSr54X5ytiEtnLA.jpg","genre_ids":[14,12,28],"id":919355,"original_language":"en","original_title":"Dragon Knight","overview":"Many years after the war has been lost, and all the dragons slain, a lone knight travels the lands of Agonos seeking to raise an army against the demon lord Abaddon. When a healer's vision reveals that one dragon still lives, and together with an eager young squire, the knight sets off in search of the fabled creature. As the armies of Abaddon descend on the human kingdoms, the dragon is their last hope of fending off the horde, before it lays waste to the lands of men. But does the creature even exist? And if it does, will it fight for them once more?","popularity":1649.928,"poster_path":"/zkGFADykBtfPfTv7YJooxTH52ph.jpg","release_date":"2022-03-21","title":"Dragon Knight","video":false,"vote_average":7.1,"vote_count":22},{"adult":false,"backdrop_path":"/rOSI3c4jqJ0QBAg8QAvTXp8aMFX.jpg","genre_ids":[18,28,12],"id":978436,"original_language":"tr","original_title":"Adanis: Kutsal Kavga","overview":"","popularity":1608.459,"poster_path":"/1G5mt3uGUW5OWUcxcBUtHm5Zdd9.jpg","release_date":"2022-03-11","title":"Adanis: Kutsal Kavga","video":false,"vote_average":5,"vote_count":4},{"adult":false,"backdrop_path":"/ocUp7DJBIc8VJgLEw1prcyK1dYv.jpg","genre_ids":[28,12,878],"id":634649,"original_language":"en","original_title":"Spider-Man: No Way Home","overview":"Peter Parker is unmasked and no longer able to separate his normal life from the high-stakes of being a super-hero. When he asks for help from Doctor Strange the stakes become even more dangerous, forcing him to discover what it truly means to be Spider-Man.","popularity":1557.722,"poster_path":"/1g0dhYtq4irTY1GPXvft6k4YLjm.jpg","release_date":"2021-12-15","title":"Spider-Man: No Way Home","video":false,"vote_average":8,"vote_count":14677},{"adult":false,"backdrop_path":"/qViFGWCHaSmW4gP00RGh3xjMjsP.jpg","genre_ids":[27,9648],"id":758724,"original_language":"en","original_title":"The Cellar","overview":"When Keira Woods' daughter mysteriously vanishes in the cellar of their new house in the country, she soon discovers there is an ancient and powerful entity controlling their home that she will have to face or risk losing her family's souls forever.","popularity":1481.142,"poster_path":"/rtfGeS5WMXA6PtikIYUmYTSbVdg.jpg","release_date":"2022-03-25","title":"The Cellar","video":false,"vote_average":6.5,"vote_count":133},{"adult":false,"backdrop_path":"/ftGzl2GCyko61Qp161bQElN2Uzd.jpg","genre_ids":[28,53],"id":961484,"original_language":"en","original_title":"Last Seen Alive","overview":"After Will Spann's wife suddenly vanishes at a gas station, his desperate search to find her leads him down a dark path that forces him to run from authorities and take the law into his own hands.","popularity":1478.796,"poster_path":"/2EvgtxFT3YAySZkrULTPwIm3OzZ.jpg","release_date":"2022-05-19","title":"Last Seen Alive","video":false,"vote_average":6.6,"vote_count":234},{"adult":false,"backdrop_path":"/jazlkwXfw4KdF6fVTRsolOvRCmu.jpg","genre_ids":[53],"id":924482,"original_language":"en","original_title":"The Ledge","overview":"A rock climbing adventure between two friends turns into a terrifying nightmare. After Kelly captures the murder of her best friend on camera, she becomes the next target of a tight-knit group of friends who will stop at nothing to destroy the evidence and anyone in their way. Desperate for her safety, she begins a treacherous climb up a mountain cliff and her survival instincts are put to the test when she becomes trapped with the killers just 20 feet away.","popularity":1472.869,"poster_path":"/dHKfsdNcEPw7YIWFPIhqiuWrSAb.jpg","release_date":"2022-02-18","title":"The Ledge","video":false,"vote_average":6.3,"vote_count":79},{"adult":false,"backdrop_path":"/8wwXPG22aNMpPGuXnfm3galoxbI.jpg","genre_ids":[28,12,10751,35],"id":675353,"original_language":"en","original_title":"Sonic the Hedgehog 2","overview":"After settling in Green Hills, Sonic is eager to prove he has what it takes to be a true hero. His test comes when Dr. Robotnik returns, this time with a new partner, Knuckles, in search for an emerald that has the power to destroy civilizations. Sonic teams up with his own sidekick, Tails, and together they embark on a globe-trotting journey to find the emerald before it falls into the wrong hands.","popularity":1434.25,"poster_path":"/6DrHO1jr3qVrViUO6s6kFiAGM7.jpg","release_date":"2022-03-30","title":"Sonic the Hedgehog 2","video":false,"vote_average":7.7,"vote_count":2789},{"adult":false,"backdrop_path":"/5PnypKiSj2efSPqThNjTXz8jwOg.jpg","genre_ids":[14,28],"id":759175,"original_language":"en","original_title":"The Princess","overview":"A beautiful, strong-willed young royal refuses to wed the cruel sociopath to whom she is betrothed and is kidnapped and locked in a remote tower of her father’s castle. With her scorned, vindictive suitor intent on taking her father’s throne, the princess must protect her family and save the kingdom.","popularity":1407.349,"poster_path":"/9pCoqX24a6rE981fY1O3PmhiwrB.jpg","release_date":"2022-06-16","title":"The Princess","video":false,"vote_average":7,"vote_count":440}],"total_pages":34756,"total_results":695115}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the top rated movies on TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | bebb7d1b-dc5f-4196-8e56-1b3aa9f624be |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 9_Ng_VcIqrzl5dCFjsNREE-8dqLBHBdaNkj5tKnVKumzPXTkjG2xUg== |
| Age | 6143 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/kXfqcdQKsToO0OUXHcrrNCHDBzO.jpg","genre_ids":[18,80],"id":278,"original_language":"en","original_title":"The Shawshank Redemption","overview":"Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.","popularity":95.379,"poster_path":"/q6y0Go1tsGEsmtFryDOJo3dEmqu.jpg","release_date":"1994-09-23","title":"The Shawshank Redemption","video":false,"vote_average":8.7,"vote_count":22005},{"adult":false,"backdrop_path":"/90ez6ArvpO8bvpyIngBuwXOqJm5.jpg","genre_ids":[35,18,10749],"id":19404,"original_language":"hi","original_title":"दिलवाले दुल्हनिया ले जायेंगे","overview":"Raj is a rich, carefree, happy-go-lucky second generation NRI. Simran is the daughter of Chaudhary Baldev Singh, who in spite of being an NRI is very strict about adherence to Indian values. Simran has left for India to be married to her childhood fiancé. Raj leaves for India with a mission at his hands, to claim his lady love under the noses of her whole family. Thus begins a saga.","popularity":36.765,"poster_path":"/2CAL2433ZeIihfX1Hb2139CX0pW.jpg","release_date":"1995-10-19","title":"Dilwale Dulhania Le Jayenge","video":false,"vote_average":8.7,"vote_count":3775},{"adult":false,"backdrop_path":"/tmU7GeKVybMWFButWEGl2M4GeiP.jpg","genre_ids":[18,80],"id":238,"original_language":"en","original_title":"The Godfather","overview":"Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.","popularity":109.26,"poster_path":"/3bhkrj58Vtu7enYsRolD1fZdja1.jpg","release_date":"1972-03-14","title":"The Godfather","video":false,"vote_average":8.7,"vote_count":16382},{"adult":false,"backdrop_path":"/loRmRzQXZeqG78TqZuyvSlEQfZb.jpg","genre_ids":[18,36,10752],"id":424,"original_language":"en","original_title":"Schindler's List","overview":"The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.","popularity":47.322,"poster_path":"/sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg","release_date":"1993-12-15","title":"Schindler's List","video":false,"vote_average":8.6,"vote_count":13044},{"adult":false,"backdrop_path":"/kGzFbGhp99zva6oZODW5atUtnqi.jpg","genre_ids":[18,80],"id":240,"original_language":"en","original_title":"The Godfather Part II","overview":"In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.","popularity":68.508,"poster_path":"/hek3koDUyRQk7FIhPXsa6mT2Zc3.jpg","release_date":"1974-12-20","title":"The Godfather Part II","video":false,"vote_average":8.6,"vote_count":9875},{"adult":false,"backdrop_path":"/bxSBOAD8AuMHYMdW3jso9npAkgt.jpg","genre_ids":[10751,18],"id":667257,"original_language":"es","original_title":"Cosas imposibles","overview":"Matilde is a woman who, after the death of her husband - a man who constantly abused her - finds her new best friend in Miguel, her young, insecure, disoriented and even dealer neighbor","popularity":18.611,"poster_path":"/t2Ew8NZ8Ci2kqmoecZUNQUFDJnQ.jpg","release_date":"2021-06-17","title":"Impossible Things","video":false,"vote_average":8.6,"vote_count":261},{"adult":false,"backdrop_path":"/3RMLbSEXOn1CzLoNT7xFeLfdxhq.jpg","genre_ids":[10749,16],"id":372754,"original_language":"ja","original_title":"同級生","overview":"Rihito Sajo, an honor student with a perfect score on the entrance exam and Hikaru Kusakabe, in a band and popular among girls, would have never crossed paths. Until one day they started talking at the practice for their school’s upcoming chorus festival. After school, the two meet regularly, as Hikaru helps Rihito to improve his singing skills. While they listen to each other’s voice and harmonize, their hearts start to beat together.","popularity":13.584,"poster_path":"/cIfRCA5wEvj9tApca4UDUagQEiM.jpg","release_date":"2016-02-20","title":"Dou kyu sei – Classmates","video":false,"vote_average":8.5,"vote_count":242},{"adult":false,"backdrop_path":"/Ab8mkHmkYADjU7wQiOkia9BzGvS.jpg","genre_ids":[16,10751,14],"id":129,"original_language":"ja","original_title":"千と千尋の神隠し","overview":"A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.","popularity":87.112,"poster_path":"/39wmItIWsg5sZMyRUHLkWBcuVCM.jpg","release_date":"2001-07-20","title":"Spirited Away","video":false,"vote_average":8.5,"vote_count":13190},{"adult":false,"backdrop_path":"/mMtUybQ6hL24FXo0F3Z4j2KG7kZ.jpg","genre_ids":[10749,16,18],"id":372058,"original_language":"ja","original_title":"君の名は。","overview":"High schoolers Mitsuha and Taki are complete strangers living separate lives. But one night, they suddenly switch places. Mitsuha wakes up in Taki’s body, and he in hers. This bizarre occurrence continues to happen randomly, and the two must adjust their lives around each other.","popularity":139.85,"poster_path":"/q719jXXEzOoYaps6babgKnONONX.jpg","release_date":"2016-08-26","title":"Your Name.","video":false,"vote_average":8.5,"vote_count":8961},{"adult":false,"backdrop_path":"/qqHQsStV6exghCM7zbObuYBiYxw.jpg","genre_ids":[18],"id":389,"original_language":"en","original_title":"12 Angry Men","overview":"The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.","popularity":31.935,"poster_path":"/ppd84D2i9W8jXmsyInGyihiSyqz.jpg","release_date":"1957-04-10","title":"12 Angry Men","video":false,"vote_average":8.5,"vote_count":6592},{"adult":false,"backdrop_path":"/w2uGvCpMtvRqZg6waC1hvLyZoJa.jpg","genre_ids":[10749],"id":696374,"original_language":"en","original_title":"Gabriel's Inferno","overview":"An intriguing and sinful exploration of seduction, forbidden love, and redemption, Gabriel's Inferno is a captivating and wildly passionate tale of one man's escape from his own personal hell as he tries to earn the impossible--forgiveness and love.","popularity":20.43,"poster_path":"/oyG9TL7FcRP4EZ9Vid6uKzwdndz.jpg","release_date":"2020-05-29","title":"Gabriel's Inferno","video":false,"vote_average":8.5,"vote_count":2265},{"adult":false,"backdrop_path":"/iQlJyRecJeGGzQGT2rEcyAgz89F.jpg","genre_ids":[10749,18],"id":762975,"original_language":"en","original_title":"Purple Hearts","overview":"An aspiring musician agrees to a marriage of convenience with a soon-to-deploy Marine, but a tragedy soon turns their fake relationship all too real.","popularity":1107.083,"poster_path":"/4JyNWkryifWbWXJyxcWh3pVya6N.jpg","release_date":"2022-07-29","title":"Purple Hearts","video":false,"vote_average":8.5,"vote_count":1137},{"adult":false,"backdrop_path":"/TU9NIjwzjoKPwQHoHshkFcQUCG.jpg","genre_ids":[35,53,18],"id":496243,"original_language":"ko","original_title":"기생충","overview":"All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.","popularity":101.622,"poster_path":"/7IiTTgloJzvGI1TAYymCfbfl3vT.jpg","release_date":"2019-05-30","title":"Parasite","video":false,"vote_average":8.5,"vote_count":14173},{"adult":false,"backdrop_path":"/jtAI6OJIWLWiRItNSZoWjrsUtmi.jpg","genre_ids":[10749],"id":724089,"original_language":"en","original_title":"Gabriel's Inferno: Part II","overview":"Professor Gabriel Emerson finally learns the truth about Julia Mitchell's identity, but his realization comes a moment too late. Julia is done waiting for the well-respected Dante specialist to remember her and wants nothing more to do with him. Can Gabriel win back her heart before she finds love in another's arms?","popularity":20.451,"poster_path":"/x5o8cLZfEXMoZczTYWLrUo1P7UJ.jpg","release_date":"2020-07-31","title":"Gabriel's Inferno: Part II","video":false,"vote_average":8.5,"vote_count":1426},{"adult":false,"backdrop_path":"/l6hQWH9eDksNJNiXWYRkWqikOdu.jpg","genre_ids":[14,18,80],"id":497,"original_language":"en","original_title":"The Green Mile","overview":"A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cell block's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.","popularity":77.595,"poster_path":"/velWPhVMQeQKcxggNEU8YmIo52R.jpg","release_date":"1999-12-10","title":"The Green Mile","video":false,"vote_average":8.5,"vote_count":14258},{"adult":false,"backdrop_path":"/v5CEt88iDsuoMaW1Q5Msu9UZdEt.jpg","genre_ids":[10749,18],"id":730154,"original_language":"ja","original_title":"きみの瞳が問いかけている","overview":"A tragic accident lead to Kaori's blindness, but she clings to life and the smaller pleasures it can still afford her. She meets Rui and begins to talk to him. Rui was once a promising kickboxer, but something happened in his past. Kaori's smile brings out a change in Rui. However, the two are connected in more than one way. Rui attempts to do what is right.","popularity":45.922,"poster_path":"/cVn8E3Fxbi8HzYYtaSfsblYC4gl.jpg","release_date":"2020-10-23","title":"Your Eyes Tell","video":false,"vote_average":8.5,"vote_count":343},{"adult":false,"backdrop_path":"/nMKdUUepR0i5zn0y1T4CsSB5chy.jpg","genre_ids":[18,28,80,53],"id":155,"original_language":"en","original_title":"The Dark Knight","overview":"Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.","popularity":80.766,"poster_path":"/qJ2tW6WMUDux911r6m7haRef0WH.jpg","release_date":"2008-07-14","title":"The Dark Knight","video":false,"vote_average":8.5,"vote_count":28058},{"adult":false,"backdrop_path":"/x4biAVdPVCghBlsVIzB6NmbghIz.jpg","genre_ids":[37],"id":429,"original_language":"it","original_title":"Il buono, il brutto, il cattivo","overview":"While the Civil War rages on, three men – a quiet loner, a ruthless hitman, and a Mexican bandit – comb the American Southwest in search of a strongbox containing $200,000 in stolen gold.","popularity":49.78,"poster_path":"/bX2xnavhMYjWDoZp1VM6VnU1xwe.jpg","release_date":"1966-12-23","title":"The Good, the Bad and the Ugly","video":false,"vote_average":8.5,"vote_count":6796},{"adult":false,"backdrop_path":"/suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg","genre_ids":[53,80],"id":680,"original_language":"en","original_title":"Pulp Fiction","overview":"A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.","popularity":74.528,"poster_path":"/fIE3lAGcZDV1G6XM5KmuWnNsPp1.jpg","release_date":"1994-09-10","title":"Pulp Fiction","video":false,"vote_average":8.5,"vote_count":23616},{"adult":false,"backdrop_path":"/pm0RiwNpSja8gR0BTWpxo5a9Bbl.jpg","genre_ids":[12,14,28],"id":122,"original_language":"en","original_title":"The Lord of the Rings: The Return of the King","overview":"Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam take the ring closer to the heart of Mordor, the dark lord's realm.","popularity":117.635,"poster_path":"/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg","release_date":"2003-12-01","title":"The Lord of the Rings: The Return of the King","video":false,"vote_average":8.5,"vote_count":19977}],"total_pages":511,"total_results":10216}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all of the movie ids that have been changed in the past 24 hours.
You can query it for up to 14 days worth of changed IDs at a time with the `start_date` and `end_date` query parameters. 100 items are returned per page.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | cfd32090-31a6-4118-84a5-8738ec45bdcb |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:21 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 20856f8b08f6114f5c4e901ea34e3d8c47d16bec |
| X-Memc-Age | 0 |
| X-Memc-Expires | 600 |
| ETag | W/"6010b3b271b04f6788ab2ba1c37f09ef" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | bGslONNAy1_pUg4Bj4KsOCjKPBJw3Fo92Ae1_DN3YJRIEQkNXmI29g== |
| Age | 479 |
{"results":[{"id":727340,"adult":false},{"id":127493,"adult":false},{"id":822815,"adult":false},{"id":128749,"adult":false},{"id":1013089,"adult":false},{"id":827580,"adult":false},{"id":548,"adult":false},{"id":601844,"adult":false},{"id":423876,"adult":false},{"id":737272,"adult":false},{"id":602994,"adult":true},{"id":433286,"adult":false},{"id":499697,"adult":false},{"id":499338,"adult":false},{"id":1001912,"adult":false},{"id":40442,"adult":false},{"id":776305,"adult":false},{"id":109114,"adult":false},{"id":488789,"adult":false},{"id":170657,"adult":false},{"id":281029,"adult":false},{"id":358338,"adult":false},{"id":809853,"adult":null},{"id":560204,"adult":false},{"id":927,"adult":false},{"id":1013589,"adult":false},{"id":977339,"adult":false},{"id":415766,"adult":false},{"id":845302,"adult":false},{"id":479455,"adult":false},{"id":452827,"adult":false},{"id":1012668,"adult":false},{"id":643736,"adult":false},{"id":913816,"adult":false},{"id":220905,"adult":false},{"id":530723,"adult":false},{"id":154377,"adult":false},{"id":43516,"adult":false},{"id":1008851,"adult":false},{"id":1013700,"adult":false},{"id":9313,"adult":false},{"id":421091,"adult":true},{"id":1013744,"adult":false},{"id":679642,"adult":false},{"id":914666,"adult":false},{"id":1013498,"adult":false},{"id":85609,"adult":false},{"id":491696,"adult":false},{"id":622812,"adult":false},{"id":1013664,"adult":false},{"id":1012433,"adult":false},{"id":328462,"adult":false},{"id":610595,"adult":false},{"id":12530,"adult":false},{"id":1013495,"adult":false},{"id":686679,"adult":true},{"id":721927,"adult":false},{"id":1013784,"adult":false},{"id":1013835,"adult":false},{"id":31011,"adult":false},{"id":19139,"adult":false},{"id":74126,"adult":false},{"id":9386,"adult":false},{"id":883014,"adult":false},{"id":861053,"adult":false},{"id":500682,"adult":false},{"id":844225,"adult":false},{"id":570358,"adult":false},{"id":946610,"adult":false},{"id":1013879,"adult":false},{"id":1013736,"adult":false},{"id":299939,"adult":false},{"id":597,"adult":false},{"id":928730,"adult":false},{"id":976075,"adult":false},{"id":1013869,"adult":false},{"id":913867,"adult":false},{"id":1013714,"adult":false},{"id":37604,"adult":false},{"id":829920,"adult":false},{"id":369609,"adult":true},{"id":43711,"adult":false},{"id":924482,"adult":false},{"id":413234,"adult":false},{"id":478594,"adult":false},{"id":954135,"adult":false},{"id":256662,"adult":false},{"id":559272,"adult":false},{"id":617126,"adult":false},{"id":968857,"adult":false},{"id":202132,"adult":false},{"id":26580,"adult":false},{"id":925704,"adult":true},{"id":974188,"adult":false},{"id":688258,"adult":false},{"id":879957,"adult":false},{"id":30072,"adult":false},{"id":245842,"adult":false},{"id":95863,"adult":false},{"id":563579,"adult":true},{"id":36236,"adult":false},{"id":47583,"adult":false},{"id":950194,"adult":false},{"id":773364,"adult":false},{"id":1013761,"adult":false},{"id":614101,"adult":true},{"id":19058,"adult":false},{"id":1012473,"adult":null},{"id":466854,"adult":false},{"id":10461,"adult":false},{"id":12143,"adult":false},{"id":617924,"adult":false},{"id":965173,"adult":false},{"id":887357,"adult":false},{"id":961271,"adult":false},{"id":42328,"adult":false},{"id":655082,"adult":false},{"id":8960,"adult":false},{"id":1013489,"adult":false},{"id":28656,"adult":false},{"id":43303,"adult":false},{"id":814197,"adult":null},{"id":79513,"adult":false},{"id":456920,"adult":false},{"id":102671,"adult":false},{"id":43493,"adult":false},{"id":648041,"adult":false},{"id":13909,"adult":false},{"id":488740,"adult":false},{"id":1013851,"adult":false},{"id":971594,"adult":false},{"id":17923,"adult":false},{"id":255906,"adult":false},{"id":1013461,"adult":false},{"id":709716,"adult":false},{"id":801312,"adult":true},{"id":966082,"adult":false},{"id":335977,"adult":false},{"id":815640,"adult":false},{"id":438396,"adult":false},{"id":195804,"adult":false},{"id":252944,"adult":false},{"id":29681,"adult":false},{"id":899609,"adult":false},{"id":990131,"adult":false},{"id":529132,"adult":false},{"id":1593,"adult":false},{"id":951632,"adult":false},{"id":1363,"adult":false},{"id":1011210,"adult":false},{"id":500960,"adult":false},{"id":915983,"adult":false},{"id":1013623,"adult":false},{"id":1013884,"adult":false},{"id":16374,"adult":false},{"id":383055,"adult":false},{"id":118337,"adult":false},{"id":826941,"adult":false},{"id":944938,"adult":false},{"id":27042,"adult":false},{"id":14784,"adult":false},{"id":233639,"adult":false},{"id":393345,"adult":false},{"id":262474,"adult":false},{"id":55796,"adult":false},{"id":43608,"adult":false},{"id":118192,"adult":false},{"id":1013836,"adult":false},{"id":721656,"adult":false},{"id":840098,"adult":false},{"id":887109,"adult":false},{"id":287411,"adult":false},{"id":59095,"adult":false},{"id":73358,"adult":false},{"id":676701,"adult":false},{"id":1004663,"adult":false},{"id":826304,"adult":false},{"id":967585,"adult":false},{"id":1013576,"adult":false},{"id":302364,"adult":false},{"id":823766,"adult":false},{"id":998784,"adult":null},{"id":1006851,"adult":false},{"id":1013804,"adult":false},{"id":715250,"adult":false},{"id":159011,"adult":false},{"id":1013854,"adult":false},{"id":325385,"adult":false},{"id":279757,"adult":false},{"id":146116,"adult":false},{"id":866439,"adult":false},{"id":834579,"adult":false},{"id":58409,"adult":false},{"id":873372,"adult":false},{"id":450875,"adult":false},{"id":204436,"adult":false},{"id":811656,"adult":false},{"id":349657,"adult":false},{"id":1012972,"adult":false},{"id":11502,"adult":false},{"id":518979,"adult":false},{"id":893668,"adult":null},{"id":964679,"adult":false},{"id":997809,"adult":false},{"id":592876,"adult":false},{"id":120895,"adult":false},{"id":29890,"adult":false},{"id":354473,"adult":false},{"id":328901,"adult":false},{"id":1850,"adult":false},{"id":10434,"adult":false},{"id":835271,"adult":false},{"id":26976,"adult":false},{"id":301502,"adult":false},{"id":6417,"adult":false},{"id":834657,"adult":false},{"id":805327,"adult":false},{"id":708352,"adult":false},{"id":396273,"adult":false},{"id":269665,"adult":false},{"id":842606,"adult":false},{"id":45050,"adult":false},{"id":100544,"adult":false},{"id":496743,"adult":false},{"id":34653,"adult":false},{"id":518527,"adult":false},{"id":776797,"adult":false},{"id":626591,"adult":false},{"id":617311,"adult":false},{"id":41496,"adult":false},{"id":10626,"adult":false},{"id":988820,"adult":false},{"id":609112,"adult":false},{"id":308660,"adult":false},{"id":255491,"adult":false},{"id":348672,"adult":false},{"id":727357,"adult":false},{"id":645610,"adult":false},{"id":961096,"adult":true},{"id":1013688,"adult":false},{"id":505972,"adult":false},{"id":36113,"adult":false},{"id":81400,"adult":false},{"id":9843,"adult":false},{"id":59336,"adult":false},{"id":1004664,"adult":false},{"id":431581,"adult":true},{"id":1009200,"adult":false},{"id":871731,"adult":true},{"id":487297,"adult":false},{"id":721235,"adult":false},{"id":31027,"adult":false},{"id":11699,"adult":false},{"id":30055,"adult":false},{"id":421756,"adult":false},{"id":529058,"adult":false},{"id":116675,"adult":false},{"id":504739,"adult":false},{"id":50837,"adult":false},{"id":900781,"adult":false},{"id":758437,"adult":false},{"id":1013885,"adult":false},{"id":317291,"adult":false},{"id":297235,"adult":false},{"id":268416,"adult":false},{"id":485805,"adult":false},{"id":1013775,"adult":false},{"id":195416,"adult":false},{"id":9350,"adult":false},{"id":32312,"adult":false},{"id":641463,"adult":true},{"id":39327,"adult":false},{"id":518896,"adult":false},{"id":32014,"adult":false},{"id":128414,"adult":false},{"id":27854,"adult":false},{"id":11942,"adult":false},{"id":1013731,"adult":true},{"id":1012797,"adult":false},{"id":1013655,"adult":false},{"id":28571,"adult":false},{"id":35257,"adult":false},{"id":29614,"adult":false},{"id":82085,"adult":false},{"id":11413,"adult":false},{"id":1013726,"adult":false},{"id":978144,"adult":false},{"id":202220,"adult":false},{"id":1009335,"adult":false},{"id":1012641,"adult":false},{"id":234569,"adult":false},{"id":381158,"adult":false},{"id":903789,"adult":null},{"id":70086,"adult":false},{"id":1012085,"adult":false},{"id":602295,"adult":false},{"id":719207,"adult":false},{"id":1013883,"adult":false},{"id":876792,"adult":false},{"id":828434,"adult":false},{"id":796207,"adult":false},{"id":1013399,"adult":null},{"id":1004657,"adult":false},{"id":399121,"adult":false},{"id":49967,"adult":false},{"id":101916,"adult":false},{"id":197857,"adult":false},{"id":548481,"adult":true},{"id":477119,"adult":false},{"id":617127,"adult":false},{"id":532204,"adult":false},{"id":85811,"adult":false},{"id":12163,"adult":false},{"id":15015,"adult":false},{"id":966842,"adult":false},{"id":446717,"adult":false},{"id":1013831,"adult":false},{"id":9568,"adult":false},{"id":326710,"adult":false},{"id":658255,"adult":false},{"id":974782,"adult":false},{"id":1006161,"adult":false},{"id":310993,"adult":false},{"id":77169,"adult":false},{"id":102949,"adult":false},{"id":978277,"adult":false},{"id":314011,"adult":false},{"id":1013668,"adult":false},{"id":726381,"adult":false},{"id":1013786,"adult":false},{"id":230888,"adult":false},{"id":220887,"adult":false},{"id":895509,"adult":false},{"id":8447,"adult":false},{"id":1012642,"adult":false},{"id":337053,"adult":false},{"id":12599,"adult":false},{"id":985305,"adult":false},{"id":266975,"adult":false},{"id":1013766,"adult":false},{"id":522369,"adult":false},{"id":646824,"adult":false},{"id":1012370,"adult":false},{"id":1013689,"adult":false},{"id":574500,"adult":false},{"id":211755,"adult":false},{"id":34658,"adult":false},{"id":997825,"adult":false},{"id":520459,"adult":false},{"id":1010581,"adult":false},{"id":880381,"adult":false},{"id":512898,"adult":false},{"id":996278,"adult":false},{"id":51554,"adult":false},{"id":837128,"adult":false},{"id":1013480,"adult":false},{"id":90544,"adult":false},{"id":20536,"adult":false},{"id":1011963,"adult":false},{"id":706720,"adult":false},{"id":37346,"adult":false},{"id":11396,"adult":false},{"id":626129,"adult":false},{"id":591415,"adult":false},{"id":663459,"adult":false},{"id":502356,"adult":false},{"id":274326,"adult":false},{"id":11187,"adult":false},{"id":930326,"adult":false},{"id":474350,"adult":false},{"id":1013769,"adult":false},{"id":742633,"adult":false},{"id":936093,"adult":false},{"id":1013818,"adult":false},{"id":393624,"adult":false},{"id":610253,"adult":false},{"id":616251,"adult":false},{"id":90965,"adult":false},{"id":775612,"adult":false},{"id":42637,"adult":false},{"id":629153,"adult":false},{"id":950024,"adult":false},{"id":322548,"adult":false},{"id":915003,"adult":false},{"id":1013729,"adult":false},{"id":431132,"adult":true},{"id":674324,"adult":false},{"id":391402,"adult":false},{"id":144286,"adult":true},{"id":1013751,"adult":true},{"id":262835,"adult":false},{"id":647548,"adult":false},{"id":234941,"adult":false},{"id":314683,"adult":false},{"id":585713,"adult":false},{"id":716986,"adult":false},{"id":493529,"adult":false},{"id":91290,"adult":true},{"id":794252,"adult":false},{"id":1013721,"adult":null},{"id":919445,"adult":false},{"id":434050,"adult":false},{"id":573668,"adult":false},{"id":781773,"adult":false},{"id":15,"adult":false},{"id":1013670,"adult":false},{"id":390590,"adult":false},{"id":876588,"adult":false},{"id":998996,"adult":true},{"id":1013801,"adult":false},{"id":44827,"adult":false},{"id":993621,"adult":false},{"id":284,"adult":false},{"id":947471,"adult":true},{"id":279178,"adult":false},{"id":1011172,"adult":false},{"id":4918,"adult":false},{"id":872209,"adult":false},{"id":609933,"adult":false},{"id":966368,"adult":true},{"id":738626,"adult":false},{"id":1010821,"adult":false},{"id":952876,"adult":false},{"id":911904,"adult":false},{"id":835269,"adult":false},{"id":312753,"adult":true},{"id":159867,"adult":false},{"id":26009,"adult":false},{"id":380159,"adult":false},{"id":997811,"adult":false},{"id":561629,"adult":false},{"id":928088,"adult":false},{"id":1002370,"adult":false},{"id":288608,"adult":false},{"id":515741,"adult":false},{"id":751237,"adult":false},{"id":1008779,"adult":false},{"id":567940,"adult":false},{"id":701232,"adult":false},{"id":333185,"adult":false},{"id":888,"adult":false},{"id":952326,"adult":false},{"id":325153,"adult":false},{"id":794165,"adult":true},{"id":958891,"adult":false},{"id":234610,"adult":false},{"id":996518,"adult":false},{"id":661673,"adult":false},{"id":4484,"adult":false},{"id":38878,"adult":false},{"id":1010777,"adult":null},{"id":470485,"adult":false},{"id":33583,"adult":false},{"id":12652,"adult":false},{"id":61925,"adult":false},{"id":1007061,"adult":false},{"id":594399,"adult":false},{"id":1013882,"adult":false},{"id":785084,"adult":false},{"id":277685,"adult":false},{"id":991853,"adult":false},{"id":58437,"adult":false},{"id":12153,"adult":false},{"id":913829,"adult":false},{"id":698215,"adult":false},{"id":635237,"adult":false},{"id":612819,"adult":false},{"id":33480,"adult":false},{"id":68726,"adult":false},{"id":328593,"adult":false},{"id":338604,"adult":false},{"id":776536,"adult":false},{"id":1013667,"adult":false},{"id":622216,"adult":false},{"id":425222,"adult":false},{"id":548229,"adult":false},{"id":1013814,"adult":false},{"id":869626,"adult":false},{"id":40102,"adult":false},{"id":854868,"adult":false},{"id":96646,"adult":false},{"id":221586,"adult":false},{"id":1012673,"adult":false},{"id":5851,"adult":false},{"id":602906,"adult":false},{"id":1013648,"adult":false},{"id":582328,"adult":false},{"id":1013820,"adult":false},{"id":554801,"adult":false},{"id":99599,"adult":false},{"id":616640,"adult":false},{"id":87907,"adult":false},{"id":131739,"adult":false},{"id":738091,"adult":false},{"id":795109,"adult":false},{"id":1013725,"adult":false},{"id":25726,"adult":false},{"id":863309,"adult":false},{"id":461962,"adult":false},{"id":1011902,"adult":false},{"id":47423,"adult":false},{"id":55198,"adult":false},{"id":886083,"adult":false},{"id":44115,"adult":false},{"id":829830,"adult":false},{"id":1012450,"adult":null},{"id":342035,"adult":false},{"id":23050,"adult":false},{"id":856742,"adult":false},{"id":702869,"adult":false},{"id":374992,"adult":false},{"id":1909,"adult":false},{"id":23169,"adult":false},{"id":957457,"adult":false},{"id":569094,"adult":false},{"id":620725,"adult":false},{"id":342967,"adult":true},{"id":1008953,"adult":false},{"id":346641,"adult":false},{"id":683340,"adult":false},{"id":783753,"adult":false},{"id":758724,"adult":false},{"id":1003654,"adult":null},{"id":519274,"adult":false},{"id":271906,"adult":false},{"id":45996,"adult":false},{"id":595985,"adult":false},{"id":949423,"adult":false},{"id":627336,"adult":false},{"id":1013808,"adult":false},{"id":696301,"adult":false},{"id":817758,"adult":false},{"id":895659,"adult":false},{"id":351694,"adult":false},{"id":797827,"adult":false},{"id":574503,"adult":false},{"id":10607,"adult":false},{"id":567409,"adult":false},{"id":1013646,"adult":false},{"id":275878,"adult":false},{"id":1013833,"adult":false},{"id":999929,"adult":false},{"id":390117,"adult":false},{"id":941596,"adult":false},{"id":582999,"adult":false},{"id":1007389,"adult":false},{"id":668,"adult":false},{"id":859453,"adult":false},{"id":1013765,"adult":false},{"id":749142,"adult":false},{"id":11000,"adult":false},{"id":32338,"adult":false},{"id":64807,"adult":false},{"id":1012367,"adult":false},{"id":36224,"adult":false},{"id":530743,"adult":false},{"id":1013701,"adult":false},{"id":596568,"adult":false},{"id":1011398,"adult":null},{"id":920912,"adult":false},{"id":343588,"adult":false},{"id":222230,"adult":false},{"id":8427,"adult":false},{"id":67762,"adult":false},{"id":80219,"adult":false},{"id":564760,"adult":false},{"id":72169,"adult":false},{"id":120730,"adult":false},{"id":80616,"adult":false},{"id":982515,"adult":false},{"id":666497,"adult":false},{"id":457199,"adult":true},{"id":1012225,"adult":false},{"id":936901,"adult":false},{"id":71016,"adult":false},{"id":997803,"adult":false},{"id":83721,"adult":false},{"id":1009772,"adult":false},{"id":138843,"adult":false},{"id":328515,"adult":false},{"id":489041,"adult":false},{"id":399636,"adult":false},{"id":343546,"adult":false},{"id":441107,"adult":false},{"id":591555,"adult":false},{"id":202839,"adult":false},{"id":257194,"adult":false},{"id":1013675,"adult":false},{"id":927406,"adult":false},{"id":359481,"adult":false},{"id":81774,"adult":false},{"id":193362,"adult":true},{"id":623520,"adult":false},{"id":773612,"adult":false},{"id":594767,"adult":false},{"id":978128,"adult":false},{"id":247954,"adult":false},{"id":1013656,"adult":false},{"id":168940,"adult":false},{"id":27551,"adult":false},{"id":293890,"adult":false},{"id":544101,"adult":false},{"id":140485,"adult":false},{"id":977294,"adult":false},{"id":1013789,"adult":false},{"id":343548,"adult":false},{"id":644682,"adult":false},{"id":637617,"adult":false},{"id":20048,"adult":false},{"id":13735,"adult":false},{"id":1011421,"adult":null},{"id":559515,"adult":false},{"id":1013718,"adult":false},{"id":1011618,"adult":true},{"id":1013444,"adult":false},{"id":988592,"adult":false},{"id":2207,"adult":false},{"id":137736,"adult":false},{"id":12600,"adult":false},{"id":105620,"adult":false},{"id":16198,"adult":false},{"id":14926,"adult":false},{"id":64111,"adult":false},{"id":1013875,"adult":false},{"id":947210,"adult":false},{"id":1004611,"adult":false},{"id":142983,"adult":false},{"id":1013644,"adult":false},{"id":417384,"adult":false},{"id":634429,"adult":false},{"id":432995,"adult":false},{"id":1003596,"adult":false},{"id":1003172,"adult":false},{"id":956515,"adult":false},{"id":779057,"adult":false},{"id":1011805,"adult":false},{"id":124076,"adult":false},{"id":545611,"adult":false},{"id":173736,"adult":false},{"id":385608,"adult":false},{"id":1006862,"adult":false},{"id":758209,"adult":false},{"id":238636,"adult":false},{"id":1012466,"adult":null},{"id":400091,"adult":false},{"id":233187,"adult":false},{"id":8834,"adult":false},{"id":121513,"adult":false},{"id":488165,"adult":false},{"id":594551,"adult":false},{"id":40628,"adult":false},{"id":947227,"adult":false},{"id":848252,"adult":false},{"id":847838,"adult":false},{"id":603613,"adult":false},{"id":871891,"adult":false},{"id":398310,"adult":false},{"id":19124,"adult":false},{"id":658916,"adult":false},{"id":167267,"adult":false},{"id":144,"adult":false},{"id":11249,"adult":false},{"id":942821,"adult":false},{"id":225466,"adult":false},{"id":793325,"adult":false},{"id":630720,"adult":false},{"id":549422,"adult":false},{"id":981,"adult":false},{"id":1010942,"adult":true},{"id":554133,"adult":false},{"id":985939,"adult":false},{"id":718930,"adult":false},{"id":889576,"adult":false},{"id":1013091,"adult":false},{"id":1002371,"adult":false},{"id":343345,"adult":false},{"id":387771,"adult":false},{"id":895545,"adult":false},{"id":504582,"adult":false},{"id":980804,"adult":false},{"id":894166,"adult":null},{"id":679540,"adult":false},{"id":1013445,"adult":null},{"id":59189,"adult":false},{"id":1013749,"adult":false},{"id":415924,"adult":false},{"id":416280,"adult":false},{"id":723936,"adult":false},{"id":1013743,"adult":true},{"id":369800,"adult":false},{"id":874745,"adult":false},{"id":62900,"adult":false},{"id":212342,"adult":false},{"id":955971,"adult":false},{"id":1013657,"adult":false},{"id":326031,"adult":false},{"id":33667,"adult":false},{"id":156135,"adult":false},{"id":608980,"adult":false},{"id":981601,"adult":false},{"id":1005581,"adult":false},{"id":999550,"adult":false},{"id":984566,"adult":false},{"id":11066,"adult":false},{"id":983783,"adult":false},{"id":779194,"adult":false},{"id":45487,"adult":false},{"id":463116,"adult":false},{"id":933077,"adult":false},{"id":565735,"adult":false},{"id":14272,"adult":false},{"id":574499,"adult":false},{"id":748787,"adult":false},{"id":26271,"adult":false},{"id":16442,"adult":false},{"id":978998,"adult":false},{"id":10753,"adult":false},{"id":591275,"adult":false},{"id":354734,"adult":false},{"id":19380,"adult":false},{"id":921360,"adult":false},{"id":583083,"adult":false},{"id":64133,"adult":false},{"id":173737,"adult":false},{"id":1013745,"adult":false},{"id":572712,"adult":false},{"id":1013862,"adult":false},{"id":173731,"adult":false},{"id":50269,"adult":false},{"id":955916,"adult":false},{"id":53281,"adult":false},{"id":174313,"adult":false},{"id":831665,"adult":false},{"id":20853,"adult":false},{"id":755566,"adult":false},{"id":262205,"adult":false},{"id":420808,"adult":false},{"id":42618,"adult":false},{"id":786273,"adult":false},{"id":83578,"adult":false},{"id":540549,"adult":false},{"id":757541,"adult":false},{"id":994052,"adult":false},{"id":568160,"adult":false},{"id":914377,"adult":false},{"id":388276,"adult":false},{"id":958006,"adult":false},{"id":14008,"adult":false},{"id":978134,"adult":false},{"id":484247,"adult":false},{"id":47724,"adult":false},{"id":115784,"adult":false},{"id":860761,"adult":false},{"id":83217,"adult":false},{"id":893575,"adult":false},{"id":45860,"adult":false},{"id":604176,"adult":false},{"id":155397,"adult":false},{"id":1013708,"adult":false},{"id":545963,"adult":false},{"id":9750,"adult":false},{"id":884452,"adult":false},{"id":10477,"adult":false},{"id":372058,"adult":false},{"id":943776,"adult":false},{"id":1013722,"adult":false},{"id":10831,"adult":false},{"id":843380,"adult":false},{"id":402973,"adult":false},{"id":42573,"adult":false},{"id":1011681,"adult":false},{"id":992589,"adult":false},{"id":533734,"adult":false},{"id":394314,"adult":false},{"id":1013844,"adult":false},{"id":580175,"adult":false},{"id":557181,"adult":false},{"id":663388,"adult":false},{"id":698806,"adult":false},{"id":62216,"adult":false},{"id":1013837,"adult":true},{"id":8221,"adult":false},{"id":5652,"adult":false},{"id":633706,"adult":false},{"id":1013874,"adult":false},{"id":794869,"adult":false},{"id":815012,"adult":false},{"id":476299,"adult":false},{"id":1013600,"adult":false},{"id":1013709,"adult":true},{"id":590102,"adult":false},{"id":192514,"adult":true},{"id":948276,"adult":false},{"id":11698,"adult":false},{"id":45243,"adult":false},{"id":60309,"adult":false},{"id":9963,"adult":false},{"id":1013828,"adult":false},{"id":470649,"adult":false},{"id":1013800,"adult":false},{"id":865951,"adult":false},{"id":395335,"adult":false},{"id":106509,"adult":false},{"id":584962,"adult":false},{"id":547758,"adult":false},{"id":383844,"adult":false},{"id":45312,"adult":false},{"id":833339,"adult":false},{"id":1013822,"adult":false},{"id":1013681,"adult":false},{"id":585511,"adult":false},{"id":797840,"adult":false},{"id":40768,"adult":false},{"id":946800,"adult":false},{"id":904951,"adult":false},{"id":9947,"adult":false},{"id":51533,"adult":false},{"id":26133,"adult":false},{"id":780270,"adult":false},{"id":833404,"adult":false},{"id":13340,"adult":false},{"id":572802,"adult":false},{"id":1008773,"adult":false},{"id":338947,"adult":false},{"id":377818,"adult":false},{"id":542921,"adult":false},{"id":1013853,"adult":false},{"id":957176,"adult":false},{"id":489137,"adult":false},{"id":680447,"adult":false},{"id":719409,"adult":false},{"id":1013651,"adult":false},{"id":234579,"adult":false},{"id":188294,"adult":false},{"id":620786,"adult":false},{"id":548480,"adult":true},{"id":1013806,"adult":false},{"id":1013226,"adult":false},{"id":19049,"adult":false},{"id":1013832,"adult":false},{"id":1011556,"adult":false},{"id":969342,"adult":false},{"id":433112,"adult":false},{"id":927871,"adult":false},{"id":1013569,"adult":false},{"id":263467,"adult":false},{"id":594628,"adult":false},{"id":1002415,"adult":false},{"id":7840,"adult":false},{"id":159704,"adult":false},{"id":1013450,"adult":null},{"id":597319,"adult":false},{"id":308724,"adult":false},{"id":469274,"adult":false},{"id":107408,"adult":false},{"id":557771,"adult":false},{"id":869031,"adult":false},{"id":169932,"adult":false},{"id":2045,"adult":false},{"id":35790,"adult":false},{"id":707890,"adult":false},{"id":288133,"adult":false},{"id":1013776,"adult":false},{"id":9391,"adult":false},{"id":1919,"adult":false},{"id":469006,"adult":false},{"id":426859,"adult":false},{"id":914729,"adult":false},{"id":882598,"adult":false},{"id":877269,"adult":false},{"id":62000,"adult":false},{"id":399931,"adult":false},{"id":522859,"adult":false},{"id":1013866,"adult":false},{"id":1013640,"adult":false},{"id":756307,"adult":false},{"id":419321,"adult":false},{"id":1011604,"adult":false},{"id":945568,"adult":true},{"id":130902,"adult":false},{"id":28580,"adult":false},{"id":265526,"adult":false},{"id":319578,"adult":false},{"id":1013691,"adult":false},{"id":458332,"adult":false},{"id":570688,"adult":false},{"id":487476,"adult":false},{"id":1013873,"adult":true},{"id":1013830,"adult":false},{"id":349990,"adult":false},{"id":309242,"adult":false},{"id":681303,"adult":false},{"id":374040,"adult":false},{"id":1013753,"adult":true},{"id":147356,"adult":false},{"id":914897,"adult":false},{"id":362418,"adult":true},{"id":361743,"adult":false},{"id":10619,"adult":false},{"id":1013740,"adult":true},{"id":32146,"adult":false},{"id":882260,"adult":false},{"id":126219,"adult":false},{"id":754765,"adult":false},{"id":35023,"adult":false},{"id":44546,"adult":false},{"id":18692,"adult":false},{"id":373960,"adult":false},{"id":801030,"adult":true},{"id":634492,"adult":false},{"id":939773,"adult":false},{"id":430237,"adult":true},{"id":114303,"adult":false},{"id":1013810,"adult":true},{"id":1013692,"adult":null},{"id":1008393,"adult":false},{"id":997288,"adult":false},{"id":827322,"adult":false},{"id":1011412,"adult":null},{"id":855099,"adult":false},{"id":426858,"adult":false},{"id":1005697,"adult":false},{"id":118198,"adult":false},{"id":802243,"adult":false},{"id":667520,"adult":false},{"id":1013817,"adult":false},{"id":80009,"adult":false},{"id":524535,"adult":false},{"id":65777,"adult":false},{"id":925794,"adult":false},{"id":562299,"adult":false},{"id":139544,"adult":false},{"id":655431,"adult":false},{"id":685691,"adult":false},{"id":158828,"adult":false},{"id":555604,"adult":false},{"id":105919,"adult":false},{"id":922065,"adult":null},{"id":1013679,"adult":false},{"id":26728,"adult":false},{"id":1013075,"adult":false},{"id":948677,"adult":false},{"id":1010818,"adult":false},{"id":17674,"adult":false},{"id":922610,"adult":false},{"id":66731,"adult":false},{"id":2058,"adult":false},{"id":187872,"adult":false},{"id":662712,"adult":false},{"id":812204,"adult":false},{"id":442081,"adult":false},{"id":101766,"adult":false},{"id":469508,"adult":false},{"id":574504,"adult":false},{"id":9800,"adult":false},{"id":881555,"adult":false},{"id":222561,"adult":false},{"id":621737,"adult":false},{"id":1013759,"adult":false},{"id":960128,"adult":false},{"id":716612,"adult":false},{"id":343586,"adult":false},{"id":945898,"adult":true},{"id":804712,"adult":false},{"id":37056,"adult":false},{"id":75233,"adult":false},{"id":873270,"adult":false},{"id":785777,"adult":false},{"id":930432,"adult":false},{"id":117800,"adult":false},{"id":872131,"adult":false},{"id":538331,"adult":false},{"id":429617,"adult":false},{"id":214087,"adult":false},{"id":931332,"adult":false},{"id":398362,"adult":false},{"id":692770,"adult":false},{"id":407400,"adult":false},{"id":791177,"adult":false},{"id":493058,"adult":false},{"id":927594,"adult":false},{"id":96224,"adult":false},{"id":279044,"adult":true},{"id":450377,"adult":false},{"id":526213,"adult":false},{"id":457,"adult":false},{"id":298618,"adult":false},{"id":1002780,"adult":false},{"id":251087,"adult":false},{"id":517505,"adult":false},{"id":754721,"adult":false},{"id":1013154,"adult":false},{"id":461108,"adult":false},{"id":1013872,"adult":false},{"id":884741,"adult":false},{"id":906147,"adult":false},{"id":288587,"adult":false},{"id":1010283,"adult":false},{"id":1009263,"adult":false},{"id":110734,"adult":false},{"id":378694,"adult":false},{"id":459992,"adult":false},{"id":639367,"adult":false},{"id":449306,"adult":false},{"id":700391,"adult":false},{"id":13494,"adult":false},{"id":179307,"adult":false},{"id":565743,"adult":false},{"id":203847,"adult":false},{"id":1013678,"adult":null},{"id":169685,"adult":false},{"id":1013690,"adult":false},{"id":895744,"adult":false},{"id":1013799,"adult":false},{"id":970551,"adult":false},{"id":171502,"adult":false},{"id":860609,"adult":false},{"id":979299,"adult":false},{"id":651906,"adult":false},{"id":326833,"adult":false},{"id":118523,"adult":false},{"id":196,"adult":false},{"id":885413,"adult":false},{"id":12505,"adult":false},{"id":70177,"adult":false},{"id":123951,"adult":false},{"id":1013710,"adult":false},{"id":10184,"adult":false},{"id":893515,"adult":false},{"id":904736,"adult":false},{"id":993295,"adult":false},{"id":114358,"adult":false},{"id":1871,"adult":false},{"id":1013704,"adult":false},{"id":574502,"adult":false},{"id":550231,"adult":false},{"id":51021,"adult":false},{"id":11710,"adult":false},{"id":1013863,"adult":false},{"id":117676,"adult":false},{"id":806812,"adult":false},{"id":58440,"adult":false},{"id":399552,"adult":false},{"id":1013702,"adult":false},{"id":1013645,"adult":false},{"id":449793,"adult":false},{"id":120139,"adult":false},{"id":1006982,"adult":false},{"id":832189,"adult":false},{"id":260015,"adult":false},{"id":285890,"adult":false},{"id":373569,"adult":false},{"id":668640,"adult":false},{"id":439810,"adult":false},{"id":616980,"adult":false},{"id":38687,"adult":false},{"id":904172,"adult":false},{"id":482259,"adult":false},{"id":37735,"adult":false},{"id":557574,"adult":null},{"id":890628,"adult":false},{"id":296065,"adult":false},{"id":486970,"adult":false},{"id":891957,"adult":false},{"id":1013707,"adult":false},{"id":28410,"adult":false},{"id":284238,"adult":false},{"id":1013602,"adult":false},{"id":574506,"adult":false},{"id":762504,"adult":false},{"id":1012468,"adult":null},{"id":1002564,"adult":false},{"id":17963,"adult":false},{"id":14164,"adult":false},{"id":1013855,"adult":false},{"id":430235,"adult":true},{"id":1007613,"adult":false},{"id":811760,"adult":false},{"id":1013768,"adult":false},{"id":631367,"adult":false},{"id":10618,"adult":false},{"id":751503,"adult":false},{"id":228593,"adult":false},{"id":215196,"adult":false},{"id":1013852,"adult":false},{"id":8336,"adult":false},{"id":903796,"adult":null},{"id":112649,"adult":false},{"id":502767,"adult":false},{"id":485624,"adult":false},{"id":1013672,"adult":false},{"id":394235,"adult":false},{"id":804150,"adult":false},{"id":295232,"adult":false},{"id":857309,"adult":false},{"id":757725,"adult":false},{"id":33542,"adult":false},{"id":879,"adult":false},{"id":478296,"adult":false},{"id":552685,"adult":true},{"id":843543,"adult":false},{"id":9404,"adult":false},{"id":138529,"adult":false},{"id":891447,"adult":false},{"id":243919,"adult":false},{"id":1013742,"adult":false},{"id":761738,"adult":false},{"id":1013809,"adult":false},{"id":836656,"adult":false},{"id":278743,"adult":false},{"id":1013805,"adult":false},{"id":4195,"adult":false},{"id":370172,"adult":false},{"id":12721,"adult":false},{"id":216043,"adult":false},{"id":941370,"adult":true},{"id":521,"adult":false},{"id":431808,"adult":false},{"id":997805,"adult":false},{"id":610363,"adult":false},{"id":383066,"adult":null},{"id":746,"adult":false},{"id":777305,"adult":false},{"id":835498,"adult":false},{"id":593026,"adult":false},{"id":1013734,"adult":false},{"id":1013746,"adult":false},{"id":868997,"adult":false},{"id":340204,"adult":false},{"id":1013824,"adult":false},{"id":365620,"adult":false},{"id":234572,"adult":false},{"id":79494,"adult":true},{"id":302803,"adult":false},{"id":865368,"adult":false},{"id":982712,"adult":false},{"id":499188,"adult":false},{"id":57158,"adult":false},{"id":1012511,"adult":false},{"id":253381,"adult":false},{"id":432969,"adult":false},{"id":50005,"adult":false},{"id":529667,"adult":false},{"id":419704,"adult":false},{"id":264315,"adult":false},{"id":976863,"adult":false},{"id":1013716,"adult":false},{"id":1012886,"adult":false},{"id":30117,"adult":false},{"id":265469,"adult":false},{"id":1013795,"adult":false},{"id":1013676,"adult":false},{"id":979,"adult":false},{"id":714888,"adult":false},{"id":1013216,"adult":false},{"id":26843,"adult":false},{"id":1012290,"adult":false},{"id":596,"adult":false},{"id":993279,"adult":true},{"id":370583,"adult":false},{"id":1013797,"adult":false},{"id":531986,"adult":false},{"id":1007184,"adult":true},{"id":573106,"adult":false},{"id":1013741,"adult":true},{"id":184516,"adult":false},{"id":179280,"adult":false},{"id":494058,"adult":false},{"id":871786,"adult":false},{"id":504631,"adult":false},{"id":980112,"adult":false},{"id":12902,"adult":false},{"id":762968,"adult":false},{"id":803694,"adult":false},{"id":744,"adult":false},{"id":922388,"adult":false},{"id":843733,"adult":false},{"id":439791,"adult":false},{"id":773867,"adult":false},{"id":439686,"adult":false},{"id":172637,"adult":false},{"id":614229,"adult":true},{"id":27292,"adult":false},{"id":559562,"adult":false},{"id":188311,"adult":false},{"id":59589,"adult":false},{"id":17728,"adult":false},{"id":44806,"adult":false},{"id":891475,"adult":null},{"id":505707,"adult":false},{"id":352422,"adult":false},{"id":376237,"adult":false},{"id":70476,"adult":false},{"id":1013839,"adult":false},{"id":833257,"adult":false},{"id":829832,"adult":false},{"id":25675,"adult":false},{"id":239534,"adult":false},{"id":913612,"adult":false},{"id":695721,"adult":false},{"id":946917,"adult":false},{"id":958197,"adult":false},{"id":203989,"adult":false},{"id":31936,"adult":false},{"id":13429,"adult":false},{"id":1013843,"adult":false},{"id":918101,"adult":false},{"id":20567,"adult":false},{"id":175,"adult":false},{"id":863530,"adult":false},{"id":633097,"adult":false},{"id":1265,"adult":false},{"id":849506,"adult":false},{"id":615341,"adult":false},{"id":944012,"adult":false},{"id":938691,"adult":false},{"id":1825,"adult":false},{"id":394018,"adult":false},{"id":529059,"adult":false},{"id":55542,"adult":false},{"id":1013779,"adult":false},{"id":679956,"adult":false},{"id":30400,"adult":false},{"id":548477,"adult":true},{"id":248661,"adult":false},{"id":84937,"adult":false},{"id":712392,"adult":false},{"id":11134,"adult":false},{"id":657730,"adult":false},{"id":25918,"adult":false},{"id":316154,"adult":false},{"id":963765,"adult":false},{"id":421875,"adult":false},{"id":641370,"adult":false},{"id":11322,"adult":false},{"id":520090,"adult":false},{"id":1011227,"adult":false},{"id":661231,"adult":false},{"id":38010,"adult":false},{"id":58151,"adult":false},{"id":961484,"adult":false},{"id":977472,"adult":false},{"id":990412,"adult":false},{"id":261855,"adult":false},{"id":10402,"adult":false},{"id":946775,"adult":false},{"id":33126,"adult":false},{"id":26782,"adult":false},{"id":242065,"adult":false},{"id":300579,"adult":false},{"id":843528,"adult":false},{"id":145212,"adult":false},{"id":978274,"adult":false},{"id":1003984,"adult":false},{"id":808579,"adult":false},{"id":1002264,"adult":false},{"id":430230,"adult":true},{"id":17577,"adult":false},{"id":83266,"adult":false},{"id":1011796,"adult":false},{"id":1013699,"adult":false},{"id":415749,"adult":false},{"id":726627,"adult":false},{"id":116927,"adult":false},{"id":50365,"adult":false},{"id":1450,"adult":false},{"id":766507,"adult":false},{"id":511322,"adult":false},{"id":1013601,"adult":false},{"id":1013439,"adult":false},{"id":1013624,"adult":false},{"id":716788,"adult":false},{"id":1013660,"adult":false},{"id":724495,"adult":false},{"id":350683,"adult":false},{"id":1013780,"adult":false},{"id":68972,"adult":false},{"id":586147,"adult":false},{"id":669671,"adult":false},{"id":3216,"adult":false},{"id":88680,"adult":true},{"id":315254,"adult":false},{"id":1004574,"adult":false},{"id":300153,"adult":false},{"id":573278,"adult":false},{"id":1011705,"adult":false},{"id":915227,"adult":false},{"id":269776,"adult":false},{"id":23989,"adult":false},{"id":1013739,"adult":false},{"id":363939,"adult":false},{"id":616037,"adult":false},{"id":995546,"adult":false},{"id":834602,"adult":false},{"id":935487,"adult":false},{"id":384664,"adult":false},{"id":732249,"adult":false},{"id":459954,"adult":false},{"id":665518,"adult":false},{"id":9305,"adult":false},{"id":10471,"adult":false},{"id":1012978,"adult":false},{"id":1003995,"adult":false},{"id":612198,"adult":false},{"id":449406,"adult":false},{"id":145947,"adult":false},{"id":95469,"adult":false},{"id":754808,"adult":false},{"id":1013845,"adult":false},{"id":1590,"adult":false},{"id":781777,"adult":false},{"id":1013858,"adult":true},{"id":439631,"adult":false},{"id":648361,"adult":false},{"id":712123,"adult":false},{"id":1013770,"adult":false},{"id":521777,"adult":false},{"id":11024,"adult":false},{"id":850426,"adult":false},{"id":454294,"adult":false},{"id":910782,"adult":false},{"id":10867,"adult":false},{"id":807,"adult":false},{"id":363902,"adult":false},{"id":1013650,"adult":false},{"id":821881,"adult":false},{"id":981903,"adult":false},{"id":991175,"adult":false},{"id":976912,"adult":false},{"id":894205,"adult":false},{"id":369720,"adult":false},{"id":1010522,"adult":false},{"id":457837,"adult":false},{"id":795276,"adult":false},{"id":1000507,"adult":false},{"id":666696,"adult":false},{"id":1010635,"adult":false},{"id":425001,"adult":false},{"id":725087,"adult":false},{"id":478411,"adult":false},{"id":1006176,"adult":false},{"id":9700,"adult":false},{"id":1013792,"adult":false},{"id":86047,"adult":false},{"id":378435,"adult":false},{"id":1013441,"adult":false},{"id":259941,"adult":false},{"id":576126,"adult":false},{"id":1013870,"adult":false},{"id":903663,"adult":false},{"id":1013457,"adult":false},{"id":763852,"adult":false},{"id":527534,"adult":false},{"id":1008576,"adult":false},{"id":565028,"adult":false},{"id":931880,"adult":false},{"id":805517,"adult":false},{"id":454784,"adult":false},{"id":20411,"adult":false},{"id":674255,"adult":false},{"id":35404,"adult":false},{"id":995923,"adult":false},{"id":239523,"adult":false},{"id":821360,"adult":false},{"id":155906,"adult":false},{"id":993696,"adult":false},{"id":35123,"adult":false},{"id":988434,"adult":false},{"id":559331,"adult":false},{"id":606018,"adult":false},{"id":923579,"adult":false},{"id":901401,"adult":false},{"id":325589,"adult":false},{"id":46127,"adult":false},{"id":25409,"adult":false},{"id":924001,"adult":false},{"id":992762,"adult":false},{"id":149041,"adult":false},{"id":1013785,"adult":false},{"id":78044,"adult":false},{"id":492512,"adult":false},{"id":923741,"adult":false},{"id":698948,"adult":false},{"id":1013500,"adult":false},{"id":944411,"adult":false},{"id":1013346,"adult":false},{"id":329216,"adult":false},{"id":142314,"adult":false},{"id":1013661,"adult":false},{"id":428778,"adult":false},{"id":401686,"adult":false},{"id":98882,"adult":true},{"id":724694,"adult":false},{"id":1010969,"adult":false},{"id":263134,"adult":false},{"id":33642,"adult":false},{"id":77571,"adult":false},{"id":983415,"adult":false},{"id":407576,"adult":false},{"id":803839,"adult":false},{"id":579807,"adult":false},{"id":1013826,"adult":false},{"id":568021,"adult":false},{"id":1013762,"adult":false},{"id":487729,"adult":false},{"id":579741,"adult":false},{"id":263277,"adult":false},{"id":990783,"adult":false},{"id":129105,"adult":false},{"id":132166,"adult":false},{"id":414182,"adult":false},{"id":402026,"adult":true},{"id":816807,"adult":false},{"id":160271,"adult":false},{"id":857342,"adult":false},{"id":1004578,"adult":false},{"id":30941,"adult":false},{"id":1013750,"adult":false},{"id":986714,"adult":false},{"id":1013195,"adult":false},{"id":1013671,"adult":false},{"id":34024,"adult":false},{"id":10047,"adult":false},{"id":803809,"adult":false},{"id":369934,"adult":false},{"id":932278,"adult":true},{"id":864432,"adult":true},{"id":255567,"adult":false},{"id":90420,"adult":false},{"id":721952,"adult":false},{"id":108566,"adult":false},{"id":139244,"adult":false},{"id":250622,"adult":false},{"id":439792,"adult":false},{"id":72402,"adult":false},{"id":93898,"adult":false},{"id":695089,"adult":false},{"id":596856,"adult":true},{"id":266619,"adult":false},{"id":9799,"adult":false},{"id":44934,"adult":false},{"id":64834,"adult":false},{"id":1013757,"adult":false},{"id":201798,"adult":false},{"id":534733,"adult":false},{"id":863201,"adult":true},{"id":617762,"adult":false},{"id":243897,"adult":false},{"id":1013865,"adult":false},{"id":1013045,"adult":false},{"id":110240,"adult":false},{"id":43266,"adult":false},{"id":56135,"adult":false},{"id":1013437,"adult":false},{"id":265386,"adult":false},{"id":700032,"adult":false},{"id":525424,"adult":false},{"id":207949,"adult":false},{"id":390437,"adult":false},{"id":33511,"adult":false},{"id":285614,"adult":false},{"id":366482,"adult":false},{"id":964263,"adult":false},{"id":75892,"adult":false},{"id":656097,"adult":false},{"id":890316,"adult":false},{"id":136303,"adult":false},{"id":1013755,"adult":false},{"id":543094,"adult":false},{"id":77866,"adult":false},{"id":869612,"adult":false},{"id":801078,"adult":false},{"id":159473,"adult":false},{"id":547248,"adult":true},{"id":25007,"adult":false},{"id":660000,"adult":false},{"id":1010819,"adult":false},{"id":1006273,"adult":false},{"id":241850,"adult":false},{"id":318955,"adult":false},{"id":866267,"adult":false},{"id":860155,"adult":false},{"id":978138,"adult":false},{"id":506,"adult":false},{"id":10363,"adult":false},{"id":832359,"adult":false},{"id":153787,"adult":true},{"id":983029,"adult":false},{"id":87867,"adult":false},{"id":51072,"adult":false},{"id":1005159,"adult":false},{"id":121322,"adult":false},{"id":189925,"adult":false},{"id":1013730,"adult":false},{"id":783558,"adult":false},{"id":439675,"adult":false},{"id":564005,"adult":true},{"id":335787,"adult":false},{"id":267283,"adult":false},{"id":56968,"adult":false},{"id":574508,"adult":false},{"id":1013614,"adult":false},{"id":1013823,"adult":false},{"id":14787,"adult":false},{"id":1013713,"adult":false},{"id":342562,"adult":false},{"id":418788,"adult":true},{"id":207875,"adult":true},{"id":549294,"adult":false},{"id":93457,"adult":false},{"id":460885,"adult":false},{"id":1013720,"adult":false},{"id":950453,"adult":false},{"id":361846,"adult":false},{"id":583944,"adult":false},{"id":945805,"adult":false},{"id":1013524,"adult":false},{"id":48847,"adult":false},{"id":3933,"adult":false},{"id":250080,"adult":false},{"id":41760,"adult":false},{"id":579057,"adult":false},{"id":807170,"adult":false},{"id":497558,"adult":false},{"id":1013669,"adult":false},{"id":744581,"adult":false},{"id":99883,"adult":false},{"id":1013812,"adult":false},{"id":1013781,"adult":false},{"id":901521,"adult":false},{"id":896393,"adult":null},{"id":37211,"adult":false},{"id":1013811,"adult":false},{"id":748685,"adult":false},{"id":826785,"adult":false},{"id":890955,"adult":false},{"id":676181,"adult":false},{"id":941730,"adult":false},{"id":1013682,"adult":false},{"id":544285,"adult":false},{"id":786687,"adult":false},{"id":779782,"adult":false},{"id":484115,"adult":false},{"id":6618,"adult":false},{"id":1013666,"adult":false},{"id":5594,"adult":false},{"id":302154,"adult":false},{"id":618159,"adult":false},{"id":130944,"adult":false},{"id":804710,"adult":false},{"id":1013850,"adult":false},{"id":933092,"adult":false},{"id":443164,"adult":true},{"id":961735,"adult":false},{"id":4747,"adult":false},{"id":12162,"adult":false},{"id":1013867,"adult":false},{"id":36492,"adult":false},{"id":628270,"adult":false},{"id":321825,"adult":false},{"id":1003334,"adult":false},{"id":69161,"adult":false},{"id":27583,"adult":false},{"id":894855,"adult":false},{"id":881693,"adult":false},{"id":42297,"adult":false},{"id":926599,"adult":false},{"id":679092,"adult":false},{"id":861069,"adult":false},{"id":1013727,"adult":false},{"id":69567,"adult":false},{"id":548184,"adult":false},{"id":362154,"adult":false},{"id":24,"adult":false},{"id":1013788,"adult":false},{"id":829593,"adult":false},{"id":842948,"adult":false},{"id":53116,"adult":false},{"id":815151,"adult":false},{"id":86987,"adult":false},{"id":111492,"adult":false},{"id":559257,"adult":false},{"id":48417,"adult":false},{"id":262916,"adult":false},{"id":7300,"adult":false},{"id":610045,"adult":false},{"id":268086,"adult":false},{"id":779029,"adult":false},{"id":889,"adult":false},{"id":887,"adult":false},{"id":700126,"adult":false},{"id":67907,"adult":false},{"id":74807,"adult":false},{"id":574501,"adult":false},{"id":903795,"adult":null},{"id":1013465,"adult":false},{"id":325102,"adult":false},{"id":71172,"adult":false},{"id":661374,"adult":false},{"id":1003663,"adult":false},{"id":38219,"adult":false},{"id":56141,"adult":false},{"id":42248,"adult":false},{"id":924531,"adult":false},{"id":30792,"adult":false},{"id":89115,"adult":false},{"id":94562,"adult":false},{"id":128248,"adult":false},{"id":185958,"adult":false},{"id":7227,"adult":false},{"id":1013825,"adult":false},{"id":639720,"adult":false},{"id":718014,"adult":false},{"id":915228,"adult":false},{"id":826920,"adult":false},{"id":47933,"adult":false},{"id":1013717,"adult":false},{"id":30638,"adult":false},{"id":496915,"adult":false},{"id":1013774,"adult":false},{"id":215343,"adult":false},{"id":1013712,"adult":true},{"id":28856,"adult":false},{"id":561749,"adult":false},{"id":654028,"adult":false},{"id":515789,"adult":false},{"id":616816,"adult":false},{"id":900217,"adult":false},{"id":849754,"adult":false},{"id":452069,"adult":null},{"id":76111,"adult":false},{"id":713163,"adult":false},{"id":557575,"adult":false},{"id":510242,"adult":false},{"id":90992,"adult":false},{"id":1008260,"adult":false},{"id":1008409,"adult":false},{"id":741674,"adult":false},{"id":79990,"adult":false},{"id":981012,"adult":true},{"id":573660,"adult":false},{"id":533426,"adult":false},{"id":37720,"adult":false},{"id":483230,"adult":false},{"id":1588,"adult":false},{"id":1011007,"adult":false},{"id":19995,"adult":false},{"id":1013598,"adult":false},{"id":523392,"adult":false},{"id":1013697,"adult":false},{"id":428219,"adult":false},{"id":407382,"adult":false},{"id":913880,"adult":false},{"id":619272,"adult":false},{"id":3681,"adult":false},{"id":998773,"adult":null},{"id":101314,"adult":false},{"id":477462,"adult":false},{"id":795343,"adult":false},{"id":919377,"adult":false},{"id":27932,"adult":false},{"id":733382,"adult":false},{"id":102495,"adult":false},{"id":474718,"adult":false},{"id":25313,"adult":false},{"id":1013723,"adult":false},{"id":488393,"adult":false},{"id":503346,"adult":false},{"id":969324,"adult":false},{"id":83016,"adult":false},{"id":889741,"adult":false},{"id":336560,"adult":false},{"id":79950,"adult":false},{"id":580461,"adult":false},{"id":1013787,"adult":false},{"id":400107,"adult":false},{"id":331962,"adult":false},{"id":619758,"adult":false},{"id":582239,"adult":false},{"id":485803,"adult":false},{"id":1011679,"adult":false},{"id":173727,"adult":false},{"id":902625,"adult":false},{"id":80012,"adult":false},{"id":846956,"adult":false},{"id":513045,"adult":false},{"id":986466,"adult":true},{"id":149461,"adult":false},{"id":620,"adult":false},{"id":619592,"adult":false},{"id":1013674,"adult":null},{"id":828558,"adult":false},{"id":865428,"adult":false},{"id":609921,"adult":false},{"id":63148,"adult":false},{"id":645290,"adult":false},{"id":577984,"adult":false},{"id":843186,"adult":false},{"id":41380,"adult":false},{"id":366318,"adult":false},{"id":958110,"adult":true},{"id":685708,"adult":true},{"id":606117,"adult":false},{"id":1013772,"adult":false},{"id":14003,"adult":false},{"id":863439,"adult":false},{"id":13570,"adult":false},{"id":1010385,"adult":false},{"id":996121,"adult":false},{"id":274140,"adult":false},{"id":538040,"adult":false},{"id":529216,"adult":false},{"id":315332,"adult":null},{"id":271770,"adult":false},{"id":780990,"adult":false},{"id":347480,"adult":false},{"id":1012338,"adult":false},{"id":1004772,"adult":false},{"id":786977,"adult":false},{"id":1013372,"adult":false},{"id":818907,"adult":false},{"id":315987,"adult":false},{"id":52559,"adult":false},{"id":394972,"adult":false},{"id":881984,"adult":false},{"id":1013860,"adult":false},{"id":675424,"adult":false},{"id":749015,"adult":false},{"id":903790,"adult":null},{"id":599711,"adult":false},{"id":307292,"adult":false},{"id":107,"adult":false},{"id":925206,"adult":false},{"id":86870,"adult":true},{"id":1011566,"adult":false},{"id":12159,"adult":false},{"id":1003778,"adult":false},{"id":664469,"adult":false},{"id":1013829,"adult":true},{"id":946127,"adult":false},{"id":861276,"adult":false},{"id":746467,"adult":false},{"id":900964,"adult":false},{"id":1013771,"adult":false},{"id":496497,"adult":false},{"id":899272,"adult":false},{"id":98209,"adult":false},{"id":946261,"adult":false},{"id":55472,"adult":false},{"id":293721,"adult":false},{"id":116330,"adult":false},{"id":612047,"adult":false},{"id":485026,"adult":true},{"id":82695,"adult":false},{"id":893370,"adult":false},{"id":951538,"adult":false},{"id":32615,"adult":false},{"id":653753,"adult":false},{"id":912726,"adult":false},{"id":205552,"adult":false},{"id":44397,"adult":false},{"id":111398,"adult":false},{"id":332936,"adult":false},{"id":573730,"adult":false},{"id":893324,"adult":false},{"id":997658,"adult":false},{"id":55721,"adult":false},{"id":2275,"adult":false},{"id":799571,"adult":false},{"id":448095,"adult":false},{"id":254323,"adult":false},{"id":997120,"adult":false},{"id":335788,"adult":false},{"id":118424,"adult":false},{"id":548859,"adult":false},{"id":864959,"adult":false},{"id":46890,"adult":false},{"id":584049,"adult":false},{"id":457251,"adult":false},{"id":10242,"adult":false},{"id":585369,"adult":false},{"id":707623,"adult":false},{"id":892495,"adult":false},{"id":887321,"adult":false},{"id":807810,"adult":false},{"id":31347,"adult":false},{"id":449992,"adult":false},{"id":936285,"adult":false},{"id":479232,"adult":false},{"id":984505,"adult":false},{"id":496450,"adult":false},{"id":374385,"adult":false},{"id":337170,"adult":false},{"id":14062,"adult":false},{"id":28753,"adult":false},{"id":1013696,"adult":null},{"id":892282,"adult":false},{"id":960264,"adult":false},{"id":499638,"adult":false},{"id":996445,"adult":false},{"id":1011426,"adult":null},{"id":54559,"adult":false},{"id":38560,"adult":false},{"id":1013677,"adult":null},{"id":635661,"adult":false},{"id":148686,"adult":false},{"id":560157,"adult":false},{"id":704239,"adult":false},{"id":859933,"adult":false},{"id":1013763,"adult":false},{"id":90562,"adult":false},{"id":10585,"adult":false},{"id":488621,"adult":false},{"id":27352,"adult":false},{"id":1013748,"adult":false},{"id":60567,"adult":false},{"id":880156,"adult":false},{"id":54561,"adult":false},{"id":601033,"adult":false},{"id":324714,"adult":false},{"id":982161,"adult":false},{"id":771955,"adult":false},{"id":1002181,"adult":false},{"id":1013864,"adult":false},{"id":610291,"adult":true},{"id":1013634,"adult":false},{"id":829552,"adult":false},{"id":1013861,"adult":false},{"id":1013737,"adult":false},{"id":948031,"adult":false},{"id":1013711,"adult":false},{"id":556694,"adult":false},{"id":1011063,"adult":true},{"id":928215,"adult":false},{"id":766531,"adult":false},{"id":738437,"adult":false},{"id":787048,"adult":false},{"id":41206,"adult":false},{"id":8780,"adult":false},{"id":439573,"adult":false},{"id":1013735,"adult":true},{"id":1013868,"adult":false},{"id":1013706,"adult":false},{"id":1013840,"adult":true},{"id":1002744,"adult":false},{"id":71339,"adult":false},{"id":2640,"adult":false},{"id":874743,"adult":false},{"id":1013652,"adult":false},{"id":3131,"adult":false},{"id":829491,"adult":true},{"id":113458,"adult":false},{"id":259969,"adult":false},{"id":660262,"adult":false},{"id":862946,"adult":false},{"id":726065,"adult":false},{"id":999393,"adult":false},{"id":279776,"adult":false},{"id":740133,"adult":false},{"id":60899,"adult":false},{"id":11258,"adult":false},{"id":19203,"adult":false},{"id":566656,"adult":false},{"id":1430,"adult":false},{"id":716847,"adult":false},{"id":1013793,"adult":false},{"id":925786,"adult":false},{"id":223,"adult":false},{"id":11881,"adult":false},{"id":263627,"adult":false},{"id":886591,"adult":true},{"id":1008898,"adult":false},{"id":342433,"adult":false},{"id":609927,"adult":false},{"id":78159,"adult":false},{"id":791608,"adult":false},{"id":388152,"adult":false},{"id":10061,"adult":false},{"id":42500,"adult":false},{"id":523052,"adult":true},{"id":801803,"adult":false},{"id":830581,"adult":true},{"id":180815,"adult":false},{"id":238112,"adult":false},{"id":345655,"adult":true},{"id":59108,"adult":false},{"id":499556,"adult":false},{"id":269179,"adult":false},{"id":796164,"adult":false},{"id":833237,"adult":false},{"id":1013790,"adult":false},{"id":990485,"adult":false},{"id":760741,"adult":false},{"id":878982,"adult":false},{"id":1013782,"adult":false},{"id":914994,"adult":false},{"id":1013815,"adult":false},{"id":1013887,"adult":false},{"id":878705,"adult":false},{"id":659131,"adult":false},{"id":65722,"adult":false},{"id":884453,"adult":false},{"id":807800,"adult":false},{"id":744276,"adult":false},{"id":507674,"adult":false},{"id":880515,"adult":false},{"id":1013654,"adult":false},{"id":138030,"adult":false},{"id":11476,"adult":false},{"id":980607,"adult":false},{"id":19703,"adult":false},{"id":528594,"adult":false},{"id":435117,"adult":false},{"id":25128,"adult":false},{"id":537921,"adult":false},{"id":421274,"adult":false},{"id":913290,"adult":false},{"id":874804,"adult":false},{"id":631143,"adult":false},{"id":372337,"adult":false},{"id":442065,"adult":false},{"id":519419,"adult":true},{"id":942624,"adult":false},{"id":45578,"adult":false},{"id":826708,"adult":false},{"id":129685,"adult":false},{"id":11815,"adult":false},{"id":10661,"adult":false},{"id":460296,"adult":false},{"id":587488,"adult":false},{"id":694919,"adult":false},{"id":45403,"adult":false},{"id":118255,"adult":false},{"id":552637,"adult":false},{"id":1001925,"adult":false},{"id":760099,"adult":false},{"id":544816,"adult":false},{"id":815014,"adult":false},{"id":317469,"adult":false},{"id":103707,"adult":false},{"id":1013807,"adult":false},{"id":812281,"adult":true},{"id":605961,"adult":true},{"id":766475,"adult":false},{"id":10144,"adult":false},{"id":853326,"adult":false},{"id":849558,"adult":false},{"id":977179,"adult":false},{"id":363676,"adult":false},{"id":20858,"adult":false},{"id":922368,"adult":false},{"id":1013838,"adult":true},{"id":1013756,"adult":false},{"id":632617,"adult":false},{"id":439535,"adult":false},{"id":697040,"adult":false},{"id":454094,"adult":false},{"id":18080,"adult":false},{"id":66960,"adult":false},{"id":242309,"adult":false},{"id":852885,"adult":false},{"id":28280,"adult":false},{"id":431754,"adult":false},{"id":1013827,"adult":false},{"id":122252,"adult":false},{"id":911154,"adult":false},{"id":10671,"adult":false},{"id":978356,"adult":false},{"id":1002440,"adult":false},{"id":1004668,"adult":false},{"id":279935,"adult":false},{"id":1002488,"adult":null},{"id":753271,"adult":false},{"id":696908,"adult":false},{"id":937316,"adult":false},{"id":84449,"adult":false},{"id":223820,"adult":false},{"id":109443,"adult":false},{"id":988716,"adult":false},{"id":586033,"adult":true},{"id":414906,"adult":false},{"id":291881,"adult":false},{"id":263115,"adult":false},{"id":688417,"adult":false},{"id":536841,"adult":false},{"id":38955,"adult":false},{"id":690890,"adult":false},{"id":287947,"adult":false},{"id":964681,"adult":false},{"id":899005,"adult":false},{"id":996569,"adult":false},{"id":426658,"adult":false},{"id":16869,"adult":false},{"id":160873,"adult":false},{"id":1009336,"adult":false},{"id":1013773,"adult":false},{"id":995184,"adult":false},{"id":616280,"adult":false},{"id":79,"adult":false},{"id":619154,"adult":false},{"id":974994,"adult":false},{"id":981629,"adult":false},{"id":134843,"adult":false},{"id":278388,"adult":false},{"id":76493,"adult":false},{"id":628878,"adult":false},{"id":1011323,"adult":false},{"id":1011786,"adult":false},{"id":704357,"adult":false},{"id":34760,"adult":false},{"id":117604,"adult":false},{"id":9893,"adult":false},{"id":129481,"adult":false},{"id":500797,"adult":false},{"id":40052,"adult":false},{"id":11596,"adult":false},{"id":271908,"adult":false},{"id":1013794,"adult":false},{"id":966340,"adult":false},{"id":925943,"adult":false},{"id":78260,"adult":false},{"id":665388,"adult":false},{"id":692061,"adult":false},{"id":63483,"adult":false},{"id":258225,"adult":false},{"id":63718,"adult":false},{"id":582596,"adult":false},{"id":1011665,"adult":true},{"id":866105,"adult":false},{"id":864058,"adult":false},{"id":27917,"adult":false},{"id":978146,"adult":false},{"id":756999,"adult":false},{"id":10620,"adult":false},{"id":717133,"adult":false},{"id":106472,"adult":false},{"id":2131,"adult":false},{"id":562202,"adult":false},{"id":35669,"adult":false},{"id":7392,"adult":false},{"id":596871,"adult":true},{"id":991106,"adult":false},{"id":42790,"adult":false},{"id":266591,"adult":false},{"id":345888,"adult":false},{"id":27578,"adult":false},{"id":336843,"adult":false},{"id":487083,"adult":false},{"id":9367,"adult":false},{"id":1010820,"adult":false},{"id":24331,"adult":false},{"id":822,"adult":false},{"id":618588,"adult":false},{"id":814853,"adult":false},{"id":63719,"adult":false},{"id":505642,"adult":false},{"id":1012377,"adult":false},{"id":299170,"adult":false},{"id":1013092,"adult":false},{"id":905,"adult":false},{"id":11412,"adult":false},{"id":58438,"adult":false},{"id":485804,"adult":false},{"id":611611,"adult":false},{"id":1962,"adult":false},{"id":11684,"adult":false},{"id":46115,"adult":true},{"id":435658,"adult":false},{"id":623521,"adult":false},{"id":66160,"adult":false},{"id":219572,"adult":false},{"id":568332,"adult":false},{"id":224560,"adult":false},{"id":11143,"adult":false},{"id":463319,"adult":false},{"id":1013487,"adult":false},{"id":78035,"adult":false},{"id":245785,"adult":false},{"id":331987,"adult":false},{"id":791155,"adult":false},{"id":924742,"adult":false},{"id":347650,"adult":false},{"id":1013665,"adult":false},{"id":896630,"adult":false},{"id":9571,"adult":false},{"id":25807,"adult":false},{"id":21935,"adult":false},{"id":11829,"adult":false},{"id":594676,"adult":false},{"id":401410,"adult":false},{"id":945238,"adult":true},{"id":45736,"adult":false},{"id":862965,"adult":false},{"id":864,"adult":false},{"id":19065,"adult":false},{"id":1013754,"adult":false},{"id":7873,"adult":false},{"id":948768,"adult":false},{"id":614934,"adult":false},{"id":17661,"adult":false},{"id":1013698,"adult":false},{"id":326472,"adult":true},{"id":109423,"adult":false},{"id":1011395,"adult":false},{"id":1013448,"adult":false},{"id":350220,"adult":false},{"id":218,"adult":false},{"id":824654,"adult":false},{"id":646646,"adult":false},{"id":722603,"adult":false},{"id":1013728,"adult":true},{"id":1013791,"adult":false},{"id":486676,"adult":null},{"id":1013011,"adult":null},{"id":584635,"adult":false},{"id":49849,"adult":false},{"id":74511,"adult":false},{"id":1013767,"adult":false},{"id":903792,"adult":null},{"id":1013653,"adult":false},{"id":560541,"adult":false},{"id":1013186,"adult":false},{"id":574507,"adult":false},{"id":645440,"adult":false},{"id":296917,"adult":false},{"id":378406,"adult":false},{"id":874516,"adult":null},{"id":941501,"adult":false},{"id":602211,"adult":false},{"id":439630,"adult":false},{"id":1013703,"adult":null},{"id":152698,"adult":false},{"id":61225,"adult":false},{"id":129120,"adult":false},{"id":769271,"adult":false},{"id":353157,"adult":false},{"id":645263,"adult":false},{"id":64992,"adult":false},{"id":920350,"adult":false},{"id":1011800,"adult":false},{"id":296446,"adult":false},{"id":977300,"adult":false},{"id":424277,"adult":false},{"id":991140,"adult":false},{"id":729890,"adult":false},{"id":9836,"adult":false},{"id":15722,"adult":false},{"id":349222,"adult":false},{"id":640366,"adult":false},{"id":810317,"adult":true},{"id":786277,"adult":false},{"id":264397,"adult":false},{"id":619730,"adult":false},{"id":239498,"adult":false},{"id":1013694,"adult":false},{"id":122917,"adult":false},{"id":890246,"adult":false},{"id":914,"adult":false},{"id":714960,"adult":false},{"id":41854,"adult":false},{"id":806994,"adult":false},{"id":258480,"adult":false},{"id":829577,"adult":false},{"id":982878,"adult":true},{"id":601131,"adult":false},{"id":559082,"adult":false},{"id":835030,"adult":false},{"id":1013816,"adult":false},{"id":42092,"adult":false},{"id":646391,"adult":false},{"id":637693,"adult":false},{"id":43923,"adult":false},{"id":496042,"adult":false},{"id":153046,"adult":true},{"id":58412,"adult":false},{"id":1010267,"adult":false},{"id":887960,"adult":false},{"id":74422,"adult":false},{"id":858067,"adult":false},{"id":70464,"adult":false},{"id":736596,"adult":false},{"id":991079,"adult":false},{"id":338,"adult":false},{"id":1690,"adult":false},{"id":1003598,"adult":false},{"id":912102,"adult":false},{"id":811078,"adult":false},{"id":316070,"adult":false},{"id":73901,"adult":false},{"id":1012649,"adult":false},{"id":566805,"adult":false},{"id":229208,"adult":false},{"id":285387,"adult":false},{"id":658503,"adult":false},{"id":142798,"adult":false},{"id":1013747,"adult":false},{"id":1013695,"adult":false},{"id":20712,"adult":false},{"id":285797,"adult":false},{"id":1013841,"adult":false},{"id":980177,"adult":false},{"id":1013886,"adult":false},{"id":49046,"adult":false},{"id":428078,"adult":false},{"id":13672,"adult":false},{"id":52316,"adult":false},{"id":436270,"adult":false},{"id":239400,"adult":false},{"id":792733,"adult":false},{"id":997815,"adult":false},{"id":950131,"adult":false},{"id":301846,"adult":false},{"id":224105,"adult":false},{"id":1010823,"adult":false},{"id":110200,"adult":false},{"id":28746,"adult":false},{"id":988535,"adult":false},{"id":1013733,"adult":false},{"id":1013813,"adult":false},{"id":829165,"adult":false},{"id":1013528,"adult":false},{"id":123370,"adult":false},{"id":412679,"adult":false},{"id":19247,"adult":false},{"id":1013680,"adult":false},{"id":878395,"adult":false},{"id":822119,"adult":false},{"id":879897,"adult":false},{"id":1013643,"adult":false},{"id":64994,"adult":false},{"id":40105,"adult":false},{"id":829280,"adult":false},{"id":1013842,"adult":false},{"id":683902,"adult":true},{"id":575964,"adult":false},{"id":360927,"adult":false},{"id":10948,"adult":false},{"id":469476,"adult":false},{"id":1013491,"adult":false},{"id":27367,"adult":false},{"id":1013401,"adult":false},{"id":998787,"adult":null},{"id":45752,"adult":false},{"id":1008685,"adult":false},{"id":40006,"adult":false},{"id":1013647,"adult":false},{"id":934207,"adult":false},{"id":20006,"adult":false},{"id":507086,"adult":false},{"id":44202,"adult":false},{"id":23383,"adult":false},{"id":11326,"adult":false},{"id":539,"adult":false},{"id":948669,"adult":false},{"id":450720,"adult":false},{"id":982548,"adult":false},{"id":256988,"adult":false},{"id":990009,"adult":false},{"id":865500,"adult":false},{"id":79459,"adult":false},{"id":644158,"adult":false},{"id":52556,"adult":false},{"id":105,"adult":false},{"id":946815,"adult":false},{"id":332411,"adult":false},{"id":82196,"adult":false},{"id":1013764,"adult":false},{"id":691689,"adult":false},{"id":989405,"adult":false},{"id":16985,"adult":false},{"id":588114,"adult":false},{"id":24661,"adult":false},{"id":7442,"adult":false},{"id":769918,"adult":false},{"id":520023,"adult":false},{"id":453405,"adult":false},{"id":1013302,"adult":false},{"id":425762,"adult":false},{"id":165,"adult":false},{"id":882263,"adult":false},{"id":222853,"adult":false},{"id":952127,"adult":false},{"id":432602,"adult":false},{"id":960311,"adult":false},{"id":111620,"adult":false},{"id":987859,"adult":false},{"id":842942,"adult":false},{"id":862594,"adult":false},{"id":475032,"adult":false},{"id":914794,"adult":false},{"id":59118,"adult":false},{"id":36872,"adult":false},{"id":1013859,"adult":false},{"id":37931,"adult":false},{"id":130787,"adult":false},{"id":1013693,"adult":false},{"id":919570,"adult":false},{"id":795346,"adult":false},{"id":221872,"adult":false},{"id":1013732,"adult":false},{"id":997807,"adult":false},{"id":1013783,"adult":false},{"id":515131,"adult":false},{"id":597922,"adult":false},{"id":37032,"adult":false},{"id":516809,"adult":false},{"id":1013798,"adult":false},{"id":96730,"adult":false},{"id":977770,"adult":false},{"id":289449,"adult":false},{"id":522627,"adult":false},{"id":434873,"adult":false},{"id":29723,"adult":false},{"id":689822,"adult":true},{"id":789171,"adult":false},{"id":226726,"adult":false},{"id":601980,"adult":false},{"id":799876,"adult":false},{"id":758544,"adult":true},{"id":52047,"adult":false},{"id":1013752,"adult":false},{"id":936391,"adult":false},{"id":56590,"adult":false},{"id":114983,"adult":false},{"id":559566,"adult":false},{"id":26431,"adult":false},{"id":1013876,"adult":false},{"id":1013871,"adult":false},{"id":1009473,"adult":false},{"id":40810,"adult":false},{"id":11287,"adult":false},{"id":89455,"adult":false},{"id":947049,"adult":false},{"id":998676,"adult":true},{"id":1012462,"adult":null},{"id":1013796,"adult":false},{"id":978524,"adult":false},{"id":320925,"adult":false},{"id":52093,"adult":false},{"id":639916,"adult":false},{"id":994548,"adult":false},{"id":794602,"adult":false},{"id":29467,"adult":false},{"id":820713,"adult":false},{"id":265403,"adult":false},{"id":599975,"adult":false},{"id":437573,"adult":false},{"id":748473,"adult":false},{"id":1013382,"adult":false},{"id":758866,"adult":false},{"id":944045,"adult":false},{"id":852046,"adult":false},{"id":989369,"adult":true},{"id":831492,"adult":false},{"id":32430,"adult":false},{"id":800345,"adult":false},{"id":988233,"adult":false},{"id":237722,"adult":false},{"id":585718,"adult":false},{"id":770724,"adult":false},{"id":962194,"adult":false},{"id":577702,"adult":false},{"id":9705,"adult":false},{"id":792775,"adult":false},{"id":1013673,"adult":false},{"id":1013803,"adult":false},{"id":974521,"adult":false},{"id":1013658,"adult":false},{"id":363805,"adult":false},{"id":675519,"adult":false},{"id":1013410,"adult":false},{"id":2357,"adult":false},{"id":557027,"adult":false},{"id":517116,"adult":false},{"id":1013846,"adult":false},{"id":823417,"adult":false},{"id":843,"adult":false},{"id":43329,"adult":false},{"id":880929,"adult":false},{"id":551647,"adult":false},{"id":18785,"adult":false},{"id":41244,"adult":false},{"id":1011903,"adult":false},{"id":449703,"adult":false},{"id":548617,"adult":false},{"id":722193,"adult":true},{"id":1013738,"adult":false},{"id":1013802,"adult":false},{"id":1011791,"adult":false},{"id":387844,"adult":false},{"id":14073,"adult":false},{"id":807888,"adult":false},{"id":777183,"adult":false},{"id":1013031,"adult":null},{"id":160778,"adult":false},{"id":985771,"adult":false},{"id":496672,"adult":false},{"id":10995,"adult":false},{"id":1013663,"adult":false},{"id":1013649,"adult":false},{"id":50737,"adult":false},{"id":324552,"adult":false},{"id":669661,"adult":false},{"id":45479,"adult":false},{"id":705996,"adult":false},{"id":22970,"adult":false},{"id":326261,"adult":false},{"id":626673,"adult":false},{"id":848580,"adult":false},{"id":843932,"adult":false},{"id":992691,"adult":false},{"id":1966,"adult":false},{"id":9286,"adult":false},{"id":90009,"adult":false},{"id":1008657,"adult":false},{"id":212072,"adult":false},{"id":790867,"adult":false},{"id":115524,"adult":false},{"id":59450,"adult":false},{"id":897941,"adult":false},{"id":529926,"adult":false},{"id":42246,"adult":false},{"id":298947,"adult":false},{"id":1007803,"adult":false},{"id":410991,"adult":false},{"id":10275,"adult":false},{"id":885266,"adult":false},{"id":1011219,"adult":false},{"id":33516,"adult":false},{"id":635891,"adult":false},{"id":924584,"adult":false},{"id":479844,"adult":false},{"id":290956,"adult":false},{"id":573,"adult":false},{"id":794781,"adult":false},{"id":576156,"adult":false},{"id":899977,"adult":false},{"id":676902,"adult":false},{"id":601943,"adult":false},{"id":588295,"adult":false},{"id":991533,"adult":false},{"id":6511,"adult":false},{"id":9431,"adult":false},{"id":999943,"adult":false},{"id":497828,"adult":false},{"id":936459,"adult":false},{"id":547565,"adult":false},{"id":378404,"adult":false},{"id":1013856,"adult":false},{"id":10562,"adult":false},{"id":14181,"adult":false},{"id":352437,"adult":false},{"id":539681,"adult":false},{"id":11001,"adult":false},{"id":8814,"adult":false},{"id":1013760,"adult":false},{"id":26592,"adult":false},{"id":50687,"adult":false},{"id":25430,"adult":false},{"id":753637,"adult":false},{"id":616820,"adult":false},{"id":10617,"adult":false},{"id":1007614,"adult":true},{"id":74695,"adult":false},{"id":1009118,"adult":false},{"id":457939,"adult":false},{"id":806368,"adult":false},{"id":1011809,"adult":false},{"id":1013834,"adult":false},{"id":862856,"adult":false},{"id":748783,"adult":false},{"id":13520,"adult":false},{"id":430820,"adult":true},{"id":387,"adult":false},{"id":517148,"adult":false},{"id":988046,"adult":false},{"id":24649,"adult":false},{"id":24879,"adult":false},{"id":1013659,"adult":false},{"id":997190,"adult":false},{"id":43322,"adult":false},{"id":365552,"adult":false},{"id":439549,"adult":false},{"id":958021,"adult":false},{"id":941372,"adult":true},{"id":977569,"adult":false},{"id":773569,"adult":false},{"id":660120,"adult":false},{"id":4708,"adult":false},{"id":533326,"adult":false},{"id":1013880,"adult":false},{"id":822957,"adult":false},{"id":156022,"adult":false},{"id":1013705,"adult":false},{"id":380523,"adult":false},{"id":519106,"adult":false},{"id":62714,"adult":false},{"id":876825,"adult":false},{"id":25172,"adult":false},{"id":896212,"adult":null},{"id":833420,"adult":false},{"id":495375,"adult":false},{"id":42287,"adult":false},{"id":119450,"adult":false},{"id":742563,"adult":false},{"id":823745,"adult":false},{"id":855232,"adult":false},{"id":1013881,"adult":true},{"id":758466,"adult":true},{"id":3090,"adult":false},{"id":84243,"adult":false},{"id":858096,"adult":false},{"id":605133,"adult":false},{"id":670862,"adult":false},{"id":527385,"adult":false},{"id":764928,"adult":false},{"id":34179,"adult":false},{"id":810171,"adult":false},{"id":1003821,"adult":false},{"id":1013819,"adult":false},{"id":1012489,"adult":true},{"id":62659,"adult":false},{"id":1013683,"adult":false},{"id":1009866,"adult":false},{"id":294963,"adult":false},{"id":819299,"adult":false},{"id":580632,"adult":false},{"id":439640,"adult":false},{"id":1013778,"adult":false},{"id":684512,"adult":true},{"id":1004577,"adult":false},{"id":254640,"adult":false},{"id":18731,"adult":false},{"id":9336,"adult":false},{"id":1013612,"adult":false},{"id":931346,"adult":false},{"id":1013662,"adult":false},{"id":413891,"adult":false},{"id":1013821,"adult":false},{"id":946944,"adult":false},{"id":816367,"adult":false},{"id":466023,"adult":false},{"id":448823,"adult":false},{"id":561656,"adult":false},{"id":1013719,"adult":null},{"id":1004284,"adult":false},{"id":73835,"adult":false},{"id":456377,"adult":false},{"id":49051,"adult":false},{"id":369119,"adult":false},{"id":643532,"adult":false},{"id":1013777,"adult":false},{"id":270463,"adult":false},{"id":258893,"adult":false},{"id":898976,"adult":false},{"id":1013857,"adult":false},{"id":763285,"adult":false},{"id":529154,"adult":false},{"id":678299,"adult":false},{"id":3522,"adult":false},{"id":213653,"adult":false},{"id":186158,"adult":false},{"id":1013758,"adult":false},{"id":1013715,"adult":null}],"page":1,"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of movies in theatres. This is a release type query that looks for all movies that have a release type of 2 or 3 within the specified date range.
You can optionally specify a `region` prameter which will narrow the search to only look for theatrical release dates within the specified country.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c31aaf08-d530-455e-a904-942b170ffa3b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:26:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | c4PDQnXW9nmRCHkyZAX3g4p0Z7QHJ_zwfqDXIYDqisemlPtIxCda7g== |
| Age | 6144 |
{"dates":{"maximum":"2022-08-15","minimum":"2022-06-28"},"page":1,"results":[{"adult":false,"backdrop_path":"/p1F51Lvj3sMopG948F5HsBbl43C.jpg","genre_ids":[28,12,14],"id":616037,"original_language":"en","original_title":"Thor: Love and Thunder","overview":"After his retirement is interrupted by Gorr the God Butcher, a galactic killer who seeks the extinction of the gods, Thor enlists the help of King Valkyrie, Korg, and ex-girlfriend Jane Foster, who now inexplicably wields Mjolnir as the Mighty Thor. Together they embark upon a harrowing cosmic adventure to uncover the mystery of the God Butcher’s vengeance and stop him before it’s too late.","popularity":6999.193,"poster_path":"/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg","release_date":"2022-07-06","title":"Thor: Love and Thunder","video":false,"vote_average":6.8,"vote_count":1879},{"adult":false,"backdrop_path":"/nmGWzTLMXy9x7mKd8NKPLmHtWGa.jpg","genre_ids":[10751,16,12,35,14],"id":438148,"original_language":"en","original_title":"Minions: The Rise of Gru","overview":"A fanboy of a supervillain supergroup known as the Vicious 6, Gru hatches a plan to become evil enough to join them, with the backup of his followers, the Minions.","popularity":4718.218,"poster_path":"/wKiOkZTN9lUUUNZLmtnwubZYONg.jpg","release_date":"2022-06-29","title":"Minions: The Rise of Gru","video":false,"vote_average":7.8,"vote_count":1393},{"adult":false,"backdrop_path":"/9eAn20y26wtB3aet7w9lHjuSgZ3.jpg","genre_ids":[12,28,878],"id":507086,"original_language":"en","original_title":"Jurassic World Dominion","overview":"Four years after Isla Nublar was destroyed, dinosaurs now live—and hunt—alongside humans all over the world. This fragile balance will reshape the future and determine, once and for all, whether human beings are to remain the apex predators on a planet they now share with history’s most fearsome creatures.","popularity":4714.395,"poster_path":"/kAVRgw7GgK1CfYEJq8ME6EvRIgU.jpg","release_date":"2022-06-01","title":"Jurassic World Dominion","video":false,"vote_average":7.1,"vote_count":2811},{"adult":false,"backdrop_path":"/3VQj6m0I6gkuRaljmhNZl0XR3by.jpg","genre_ids":[16,12,35,14],"id":585511,"original_language":"en","original_title":"Luck","overview":"Suddenly finding herself in the never-before-seen Land of Luck, the unluckiest person in the world must unite with the magical creatures there to turn her luck around.","popularity":3148.981,"poster_path":"/1HOYvwGFioUFL58UVvDRG6beEDm.jpg","release_date":"2022-08-05","title":"Luck","video":false,"vote_average":8.2,"vote_count":391},{"adult":false,"backdrop_path":"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg","genre_ids":[27,53],"id":756999,"original_language":"en","original_title":"The Black Phone","overview":"Finney Blake, a shy but clever 13-year-old boy, is abducted by a sadistic killer and trapped in a soundproof basement where screaming is of little use. When a disconnected phone on the wall begins to ring, Finney discovers that he can hear the voices of the killer’s previous victims. And they are dead set on making sure that what happened to them doesn’t happen to Finney.","popularity":2749.593,"poster_path":"/lr11mCT85T1JanlgjMuhs9nMht4.jpg","release_date":"2022-06-22","title":"The Black Phone","video":false,"vote_average":8,"vote_count":1872},{"adult":false,"backdrop_path":"/nW5fUbldp1DYf2uQ3zJTUdachOu.jpg","genre_ids":[16,878,12,28,10751],"id":718789,"original_language":"en","original_title":"Lightyear","overview":"Legendary Space Ranger Buzz Lightyear embarks on an intergalactic adventure alongside a group of ambitious recruits and his robot companion Sox.","popularity":1991.974,"poster_path":"/ox4goZd956BxqJH6iLwhWPL9ct4.jpg","release_date":"2022-06-15","title":"Lightyear","video":false,"vote_average":7.3,"vote_count":1672},{"adult":false,"backdrop_path":"/2oXQpm0wfOkIL0jBJABbL5AfMs6.jpg","genre_ids":[27,9648,53],"id":760104,"original_language":"en","original_title":"X","overview":"In 1979, a group of young filmmakers set out to make an adult film in rural Texas, but when their reclusive, elderly hosts catch them in the act, the cast find themselves fighting for their lives.","popularity":1865.401,"poster_path":"/woTQx9Q4b8aO13jR9dsj8C9JESy.jpg","release_date":"2022-03-17","title":"X","video":false,"vote_average":6.7,"vote_count":738},{"adult":false,"backdrop_path":"/27Mj3rFYP3xqFy7lnz17vEd8Ms.jpg","genre_ids":[28,53],"id":725201,"original_language":"en","original_title":"The Gray Man","overview":"When a shadowy CIA agent uncovers damning agency secrets, he's hunted across the globe by a sociopathic rogue operative who's put a bounty on his head.","popularity":1788.379,"poster_path":"/8cXbitsS6dWQ5gfMTZdorpAAzEH.jpg","release_date":"2022-07-13","title":"The Gray Man","video":false,"vote_average":7,"vote_count":1593},{"adult":false,"backdrop_path":"/qViFGWCHaSmW4gP00RGh3xjMjsP.jpg","genre_ids":[27,9648],"id":758724,"original_language":"en","original_title":"The Cellar","overview":"When Keira Woods' daughter mysteriously vanishes in the cellar of their new house in the country, she soon discovers there is an ancient and powerful entity controlling their home that she will have to face or risk losing her family's souls forever.","popularity":1481.142,"poster_path":"/rtfGeS5WMXA6PtikIYUmYTSbVdg.jpg","release_date":"2022-03-25","title":"The Cellar","video":false,"vote_average":6.5,"vote_count":133},{"adult":false,"backdrop_path":"/ftGzl2GCyko61Qp161bQElN2Uzd.jpg","genre_ids":[28,53],"id":961484,"original_language":"en","original_title":"Last Seen Alive","overview":"After Will Spann's wife suddenly vanishes at a gas station, his desperate search to find her leads him down a dark path that forces him to run from authorities and take the law into his own hands.","popularity":1478.796,"poster_path":"/2EvgtxFT3YAySZkrULTPwIm3OzZ.jpg","release_date":"2022-05-19","title":"Last Seen Alive","video":false,"vote_average":6.6,"vote_count":234},{"adult":false,"backdrop_path":"/jazlkwXfw4KdF6fVTRsolOvRCmu.jpg","genre_ids":[53],"id":924482,"original_language":"en","original_title":"The Ledge","overview":"A rock climbing adventure between two friends turns into a terrifying nightmare. After Kelly captures the murder of her best friend on camera, she becomes the next target of a tight-knit group of friends who will stop at nothing to destroy the evidence and anyone in their way. Desperate for her safety, she begins a treacherous climb up a mountain cliff and her survival instincts are put to the test when she becomes trapped with the killers just 20 feet away.","popularity":1472.869,"poster_path":"/dHKfsdNcEPw7YIWFPIhqiuWrSAb.jpg","release_date":"2022-02-18","title":"The Ledge","video":false,"vote_average":6.3,"vote_count":79},{"adult":false,"backdrop_path":"/8wwXPG22aNMpPGuXnfm3galoxbI.jpg","genre_ids":[28,12,10751,35],"id":675353,"original_language":"en","original_title":"Sonic the Hedgehog 2","overview":"After settling in Green Hills, Sonic is eager to prove he has what it takes to be a true hero. His test comes when Dr. Robotnik returns, this time with a new partner, Knuckles, in search for an emerald that has the power to destroy civilizations. Sonic teams up with his own sidekick, Tails, and together they embark on a globe-trotting journey to find the emerald before it falls into the wrong hands.","popularity":1434.25,"poster_path":"/6DrHO1jr3qVrViUO6s6kFiAGM7.jpg","release_date":"2022-03-30","title":"Sonic the Hedgehog 2","video":false,"vote_average":7.7,"vote_count":2789},{"adult":false,"backdrop_path":"/t9K8ycUBCplWiICDOKRNRYcEH9e.jpg","genre_ids":[16,28,14],"id":810693,"original_language":"ja","original_title":"劇場版 呪術廻戦 0","overview":"Yuta Okkotsu is a nervous high school student who is suffering from a serious problem—his childhood friend Rika has turned into a curse and won't leave him alone. Since Rika is no ordinary curse, his plight is noticed by Satoru Gojo, a teacher at Jujutsu High, a school where fledgling exorcists learn how to combat curses. Gojo convinces Yuta to enroll, but can he learn enough in time to confront the curse that haunts him?","popularity":1276.917,"poster_path":"/3pTwMUEavTzVOh6yLN0aEwR7uSy.jpg","release_date":"2021-12-24","title":"Jujutsu Kaisen 0","video":false,"vote_average":7.8,"vote_count":245},{"adult":false,"backdrop_path":"/rLo9T9jEg67UZPq3midjLnTUYYi.jpg","genre_ids":[10402,18,36],"id":614934,"original_language":"en","original_title":"Elvis","overview":"The life story of Elvis Presley as seen through the complicated relationship with his enigmatic manager, Colonel Tom Parker.","popularity":1270.424,"poster_path":"/qBOKWqAFbveZ4ryjJJwbie6tXkQ.jpg","release_date":"2022-06-22","title":"Elvis","video":false,"vote_average":7.9,"vote_count":1022},{"adult":false,"backdrop_path":"/tHR34A5n0my4maACNdLpWGd6QYq.jpg","genre_ids":[18,53],"id":698948,"original_language":"en","original_title":"Thirteen Lives","overview":"Based on the true nail-biting mission that captivated the world. Twelve boys and the coach of a Thai soccer team explore the Tham Luang cave when an unexpected rainstorm traps them in a chamber inside the mountain. Entombed behind a maze of flooded cave tunnels, they face impossible odds. A team of world-class divers navigate through miles of dangerous cave networks to discover that finding the boys is only the beginning.","popularity":1191.029,"poster_path":"/yi5KcJqFxy0D6yP8nCfcF8gJGg5.jpg","release_date":"2022-07-18","title":"Thirteen Lives","video":false,"vote_average":8,"vote_count":340},{"adult":false,"backdrop_path":"/33qGtN2GpGEb94pn25PDPeWQZLk.jpg","genre_ids":[28,80,53],"id":894169,"original_language":"en","original_title":"Vendetta","overview":"When his daughter is murdered, William Duncan takes the law into his own hands, setting out on a quest for retribution. After killing the street thug responsible for her death, he finds himself in the middle of a war with the thug's brother, father, and their gang, who are equally hell-bent on getting even. What ensues is a tense back-and-forth game of vengeance. By the end, William comes to find that the quest for revenge never has a winner.","popularity":1041.34,"poster_path":"/7InGE2Sux0o9WGbbn0bl7nZzqEc.jpg","release_date":"2022-05-17","title":"Vendetta","video":false,"vote_average":6.5,"vote_count":137},{"adult":false,"backdrop_path":"/C8FpZfTPEZDjngPlatiFsaDB4A.jpg","genre_ids":[28,35,80],"id":718930,"original_language":"en","original_title":"Bullet Train","overview":"Unlucky assassin Ladybug is determined to do his job peacefully after one too many gigs gone off the rails. Fate, however, may have other plans, as Ladybug's latest mission puts him on a collision course with lethal adversaries from around the globe—all with connected, yet conflicting, objectives—on the world's fastest train.","popularity":1034.607,"poster_path":"/nF1a7P9lUq9kNas9RIvSEQ412qN.jpg","release_date":"2022-07-03","title":"Bullet Train","video":false,"vote_average":7.4,"vote_count":331},{"adult":false,"backdrop_path":"/k2G4WqGiT60K9yJnPh4K6VLnl3A.jpg","genre_ids":[28,12,14],"id":639933,"original_language":"en","original_title":"The Northman","overview":"Prince Amleth is on the verge of becoming a man when his father is brutally murdered by his uncle, who kidnaps the boy's mother. Two decades later, Amleth is now a Viking who's on a mission to save his mother, kill his uncle and avenge his father.","popularity":1025.077,"poster_path":"/8p9zXB7M78nZpm215zHfqpknMeM.jpg","release_date":"2022-04-07","title":"The Northman","video":false,"vote_average":7.2,"vote_count":2156},{"adult":false,"backdrop_path":"/mTupUmnuwwAyA0CNqpwaZn5mqjk.jpg","genre_ids":[28,27,53,10752,14],"id":697799,"original_language":"en","original_title":"WarHunt","overview":"1945. A U.S. military cargo plane loses control and violently crashes behind enemy lines in the middle of the German black forest. Major Johnson sends a squad of his bravest soldiers on a rescue mission to retrieve the top-secret material the plane was carrying, led by Sergeants Brewer and Walsh. They soon discover hanged Nazi soldiers and other dead bodies bearing ancient, magical symbols. Suddenly their compasses fail, their perceptions twist and straying from the group leads to profound horrors as they are attacked by a powerful, supernatural force.","popularity":944.037,"poster_path":"/9HFFwZOTBB7IPFmn9E0MXdWave3.jpg","release_date":"2022-01-21","title":"WarHunt","video":false,"vote_average":5.1,"vote_count":56},{"adult":false,"backdrop_path":"/g3pG27i0v6eKWDKLf4GQsKZxmZX.jpg","genre_ids":[53,28],"id":888195,"original_language":"en","original_title":"Hot Seat","overview":"An ex-hacker is forced to break into high-level banking institutions, another man must try to penetrate the booby-trapped building to get the young man off the hot seat.","popularity":913.109,"poster_path":"/TUmSO5EPIZAfRSOEjmbrgbTw8i.jpg","release_date":"2022-07-01","title":"Hot Seat","video":false,"vote_average":6.3,"vote_count":38}],"total_pages":68,"total_results":1351}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the most newly created movie. This is a live response and will continuously change.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 1c4e3994-9a6e-47b4-8990-30e2dcc894f3 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS |
| X-Memc-Key | f54ee60e728b8b79a2323ad7a0f7d6461e26906f |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| Last-Modified | Wed, 17 Aug 2022 22:58:32 GMT |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:21 GMT |
| Cache-Control | public, max-age=0 |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | fk3AWep9RvngAtFjJ9weprjJyGo9eIkqX0KVuCvMlyv-BNEzM758IA== |
{"adult":false,"backdrop_path":null,"belongs_to_collection":null,"budget":0,"genres":[{"id":80,"name":"Crime"}],"homepage":"","id":1013887,"imdb_id":"tt7317048","original_language":"en","original_title":"Tekkaba no kazê","overview":"A 1960 crime film","popularity":0.0,"poster_path":null,"production_companies":[{"id":955,"logo_path":"/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png","name":"Nikkatsu Corporation","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"1960-01-01","revenue":0,"runtime":89,"spoken_languages":[],"status":"Released","tagline":"","title":"Tekkaba no kazê","video":false,"vote_average":0.0,"vote_count":0}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of upcoming movies in theatres. This is a release type query that looks for all movies that have a release type of 2 or 3 within the specified date range.
You can optionally specify a `region` prameter which will narrow the search to only look for theatrical release dates within the specified country.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ed64ea01-4234-4b36-8332-71c0ec665a69 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:21 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | CnOI3OgbqsxuBA63a6Qsx0uvpHO3ufEfNiIVY5AXeHxdzGzZUskGJA== |
{"dates":{"maximum":"2022-09-08","minimum":"2022-08-16"},"page":1,"results":[{"adult":false,"backdrop_path":"/nmGWzTLMXy9x7mKd8NKPLmHtWGa.jpg","genre_ids":[10751,16,12,35,14],"id":438148,"original_language":"en","original_title":"Minions: The Rise of Gru","overview":"A fanboy of a supervillain supergroup known as the Vicious 6, Gru hatches a plan to become evil enough to join them, with the backup of his followers, the Minions.","popularity":4718.218,"poster_path":"/wKiOkZTN9lUUUNZLmtnwubZYONg.jpg","release_date":"2022-06-29","title":"Minions: The Rise of Gru","video":false,"vote_average":7.8,"vote_count":1393},{"adult":false,"backdrop_path":"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg","genre_ids":[27,53],"id":756999,"original_language":"en","original_title":"The Black Phone","overview":"Finney Blake, a shy but clever 13-year-old boy, is abducted by a sadistic killer and trapped in a soundproof basement where screaming is of little use. When a disconnected phone on the wall begins to ring, Finney discovers that he can hear the voices of the killer’s previous victims. And they are dead set on making sure that what happened to them doesn’t happen to Finney.","popularity":2749.593,"poster_path":"/lr11mCT85T1JanlgjMuhs9nMht4.jpg","release_date":"2022-06-22","title":"The Black Phone","video":false,"vote_average":8,"vote_count":1872},{"adult":false,"backdrop_path":"/uR0FopHrAjDlG5q6PZB07a1JOva.jpg","genre_ids":[16,878,28],"id":610150,"original_language":"ja","original_title":"ドラゴンボール超:スーパーヒーロー","overview":"The Red Ribbon Army, an evil organization that was once destroyed by Goku in the past, has been reformed by a group of people who have created new and mightier Androids, Gamma 1 and Gamma 2, and seek vengeance against Goku and his family.","popularity":1814.22,"poster_path":"/rugyJdeoJm7cSJL1q4jBpTNbxyU.jpg","release_date":"2022-06-11","title":"Dragon Ball Super: Super Hero","video":false,"vote_average":7.5,"vote_count":101},{"adult":false,"backdrop_path":"/ocUp7DJBIc8VJgLEw1prcyK1dYv.jpg","genre_ids":[28,12,878],"id":634649,"original_language":"en","original_title":"Spider-Man: No Way Home","overview":"Peter Parker is unmasked and no longer able to separate his normal life from the high-stakes of being a super-hero. When he asks for help from Doctor Strange the stakes become even more dangerous, forcing him to discover what it truly means to be Spider-Man.","popularity":1557.722,"poster_path":"/1g0dhYtq4irTY1GPXvft6k4YLjm.jpg","release_date":"2021-12-15","title":"Spider-Man: No Way Home","video":false,"vote_average":8,"vote_count":14677},{"adult":false,"backdrop_path":"/4dNv1W1KMSLdYGz0tCEaynF0E4Q.jpg","genre_ids":[28,53,80],"id":854467,"original_language":"en","original_title":"Indemnity","overview":"An ex-fireman with PTSD goes on the run when accused of a crime he doesn't even remember committing, leading him down a rabbit hole of conspiracy to the highest degree.","popularity":1289.031,"poster_path":"/tVbO8EAbegVtVkrl8wNhzoxS84N.jpg","release_date":"2022-02-11","title":"Indemnity","video":false,"vote_average":6.9,"vote_count":51},{"adult":false,"backdrop_path":"/C8FpZfTPEZDjngPlatiFsaDB4A.jpg","genre_ids":[28,35,80],"id":718930,"original_language":"en","original_title":"Bullet Train","overview":"Unlucky assassin Ladybug is determined to do his job peacefully after one too many gigs gone off the rails. Fate, however, may have other plans, as Ladybug's latest mission puts him on a collision course with lethal adversaries from around the globe—all with connected, yet conflicting, objectives—on the world's fastest train.","popularity":1034.607,"poster_path":"/nF1a7P9lUq9kNas9RIvSEQ412qN.jpg","release_date":"2022-07-03","title":"Bullet Train","video":false,"vote_average":7.4,"vote_count":331},{"adult":false,"backdrop_path":"/k2G4WqGiT60K9yJnPh4K6VLnl3A.jpg","genre_ids":[28,12,14],"id":639933,"original_language":"en","original_title":"The Northman","overview":"Prince Amleth is on the verge of becoming a man when his father is brutally murdered by his uncle, who kidnaps the boy's mother. Two decades later, Amleth is now a Viking who's on a mission to save his mother, kill his uncle and avenge his father.","popularity":1025.077,"poster_path":"/8p9zXB7M78nZpm215zHfqpknMeM.jpg","release_date":"2022-04-07","title":"The Northman","video":false,"vote_average":7.2,"vote_count":2156},{"adult":false,"backdrop_path":"/8TUb2U9GN3PonbXAQ1FBcJ4XeXu.jpg","genre_ids":[53,27],"id":760741,"original_language":"en","original_title":"Beast","overview":"A recently widowed man and his two teenage daughters travel to a game reserve in South Africa. However, their journey of healing soon turns into a fight for survival when a bloodthirsty lion starts to stalk them.","popularity":766.511,"poster_path":"/xIGr7UHsKf0URWmyyd5qFMAq4d8.jpg","release_date":"2022-08-11","title":"Beast","video":false,"vote_average":6.9,"vote_count":15},{"adult":false,"backdrop_path":"/dFCtmk760k1j6G0sSPrZMnMuNuL.jpg","genre_ids":[27,53,28],"id":960258,"original_language":"en","original_title":"Shark Bait","overview":"A group of friends enjoying a weekend steal a couple of jetskis racing them out to sea, ending up in a horrific head-on collision. They struggle to find a way home with a badly injured friend while from the waters below predators lurk.","popularity":534.244,"poster_path":"/mVVU9zC8snNHlcqYONY2HOsh9ob.jpg","release_date":"2022-05-13","title":"Shark Bait","video":false,"vote_average":6.2,"vote_count":114},{"adult":false,"backdrop_path":"/54PmeEzQMvpojpJBku61ZGQnWUX.jpg","genre_ids":[16,12,28,14],"id":900667,"original_language":"ja","original_title":"ONE PIECE FILM RED","overview":"Uta — the most beloved singer in the world. Her voice, which she sings with while concealing her true identity, has been described as “otherworldly.” She will appear in public for the first time at a live concert. As the venue fills with all kinds of Uta fans — excited pirates, the Navy watching closely, and the Straw Hats led by Luffy who simply came to enjoy her sonorous performance — the voice that the whole world has been waiting for is about to resound. The story begins with the shocking fact that she is \"Shanks' daughter.”","popularity":508.418,"poster_path":"/gpzMYQQrDLSihHmCLHAKT8h30Oc.jpg","release_date":"2022-08-06","title":"One Piece Film: Red","video":false,"vote_average":7.5,"vote_count":48},{"adult":false,"backdrop_path":"/7ef3yg5eCE6ZGKMsqUrfH8KdSMA.jpg","genre_ids":[16,28,10751,878,35],"id":539681,"original_language":"en","original_title":"DC League of Super-Pets","overview":"When Superman and the rest of the Justice League are kidnapped, Krypto the Super-Dog must convince a rag-tag shelter pack - Ace the hound, PB the potbellied pig, Merton the turtle and Chip the squirrel - to master their own newfound powers and help him rescue the superheroes.","popularity":465.014,"poster_path":"/r7XifzvtezNt31ypvsmb6Oqxw49.jpg","release_date":"2022-07-27","title":"DC League of Super-Pets","video":false,"vote_average":7.3,"vote_count":82},{"adult":false,"backdrop_path":"/AcGvSRSwQcThKysnD4ohR18NoAt.jpg","genre_ids":[80,18,53],"id":799876,"original_language":"en","original_title":"The Outfit","overview":"Leonard is an English tailor who used to craft suits on London’s world-famous Savile Row. After a personal tragedy, he’s ended up in Chicago, operating a small tailor shop in a rough part of town where he makes beautiful clothes for the only people around who can afford them: a family of vicious gangsters.","popularity":437.518,"poster_path":"/lZa5EB6PVJBT5mxhgZS5ftqdAm6.jpg","release_date":"2022-03-03","title":"The Outfit","video":false,"vote_average":7.1,"vote_count":360},{"adult":false,"backdrop_path":"/sS4MadD7pKMt251vKxdJo2YrkYP.jpg","genre_ids":[10749,18],"id":744276,"original_language":"en","original_title":"After Ever Happy","overview":"As a shocking truth about a couple's families emerges, the two lovers discover they are not so different from each other. Tessa is no longer the sweet, simple, good girl she was when she met Hardin — any more than he is the cruel, moody boy she fell so hard for.","popularity":404.584,"poster_path":"/vWLyXOFm1C3gnS8ksfqi7gwkijn.jpg","release_date":"2022-08-24","title":"After Ever Happy","video":false,"vote_average":0,"vote_count":0},{"adult":false,"backdrop_path":"/iDeWAGnmloZ5Oz3bocDp4rSbUXd.jpg","genre_ids":[28,53],"id":823625,"original_language":"en","original_title":"Blacklight","overview":"Travis Block is a shadowy Government agent who specializes in removing operatives whose covers have been exposed. He then has to uncover a deadly conspiracy within his own ranks that reaches the highest echelons of power.","popularity":396.557,"poster_path":"/bv9dy8mnwftdY2j6gG39gCfSFpV.jpg","release_date":"2022-02-10","title":"Blacklight","video":false,"vote_average":6.3,"vote_count":571},{"adult":false,"backdrop_path":"/xVbppM1xgbskOKgOuV8fbWBWHtt.jpg","genre_ids":[27,9648,878,53],"id":762504,"original_language":"en","original_title":"Nope","overview":"Residents in a lonely gulch of inland California bear witness to an uncanny, chilling discovery.","popularity":393.319,"poster_path":"/AcKVlWaNVVVFQwro3nLXqPljcYA.jpg","release_date":"2022-07-20","title":"Nope","video":false,"vote_average":7.1,"vote_count":279},{"adult":false,"backdrop_path":"/pFwvHAFyPEqtvJEoutPuobLwrNj.jpg","genre_ids":[16,35,10751],"id":778810,"original_language":"en","original_title":"Fireheart","overview":"The film explores the world of firefighters in 1920s New York City and tells the story of a 16-year-old girl who will have to become a hero in order to save her city.","popularity":300.419,"poster_path":"/hepwOZWJNUmLzB68gKYEdEJAaD3.jpg","release_date":"2022-01-16","title":"Fireheart","video":false,"vote_average":7.6,"vote_count":148},{"adult":false,"backdrop_path":"/wp3vpSWAIjKSEeYb8F5NSZfONqw.jpg","genre_ids":[28,12,878],"id":545611,"original_language":"en","original_title":"Everything Everywhere All at Once","overview":"An aging Chinese immigrant is swept up in an insane adventure, where she alone can save what's important to her by connecting with the lives she could have led in other universes.","popularity":294.918,"poster_path":"/w3LxiVYdWWRvEVdn5RYq6jIqkb1.jpg","release_date":"2022-03-24","title":"Everything Everywhere All at Once","video":false,"vote_average":8.3,"vote_count":1332},{"adult":false,"backdrop_path":"/mDvx0cafHm1Z0R295wMxzpVTGf9.jpg","genre_ids":[12,16,35,10751,14],"id":676705,"original_language":"fr","original_title":"Pil","overview":"Pil, a little vagabond girl, lives on the streets of the medieval city of Roc-en-Brume, along with her three tame weasels. She survives of food stolen from the castle of the sinister Regent Tristain. One day, to escape his guards, Pil disguises herself as a princess. Thus she embarks upon a mad, delirious adventure, together with Crobar, a big clumsy guard who thinks she's a noble, and Rigolin, a young crackpot jester. Pil is going to have to save Roland, rightful heir to the throne under the curse of a spell. This adventure will turn the entire kingdom upside down, and teach Pil that nobility can be found in all of us.","popularity":221.9,"poster_path":"/abPQVYyNfVuGoFUfGVhlNecu0QG.jpg","release_date":"2021-08-11","title":"Pil's Adventures","video":false,"vote_average":6.8,"vote_count":109},{"adult":false,"backdrop_path":"/ljkEEcpCF2x8pkcO2jmQSdRTdaE.jpg","genre_ids":[35,28,18],"id":885266,"original_language":"fr","original_title":"Kung-Fu Zohra","overview":"Zohra is convinced that separating from her husband Omar would break her little girl’s heart and so determines not to leave him despite the violence he metes out. Then she meets Chang Sue, the caretaker of the gym where she works to make ends meet. When she learns that he’s a kung fu master, Zohra asks him to teach her some self-defence basics…","popularity":178.907,"poster_path":"/e4Qsy4ABeKmG1sLkrIJzPlOVa8b.jpg","release_date":"2022-03-09","title":"Kung-Fu Zohra","video":false,"vote_average":5.6,"vote_count":21},{"adult":false,"backdrop_path":"/i1GT0e6Crg6UezT3ibXnMS3pBAd.jpg","genre_ids":[16,18,10749],"id":652837,"original_language":"ja","original_title":"ジョゼと虎と魚たち","overview":"With dreams of diving abroad, Tsuneo gets a job assisting Josee, an artist whose imagination takes her far beyond her wheelchair. But when the tide turns against them, they push each other to places they never thought possible, and inspire a love fit for a storybook.","popularity":166.088,"poster_path":"/z1D8xi9x4uEhyFruo7uEHXUMD4K.jpg","release_date":"2020-12-25","title":"Josee, the Tiger and the Fish","video":false,"vote_average":8.5,"vote_count":254}],"total_pages":23,"total_results":444}
Get the primary person details by id.
Supports `append_to_response`. Read more about this [here](#docTextSection:JdZq8ctmcxNqyLQjp).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 17, 2018 | Added the `known_for_department` field. |
| April 26, 2018 | Added the [translations](#endpoint:CSaMjCxXAtGpxNGfS) method. |
| November 9, 2016 | Biographies are now translatable on TMDB. This means you can query person details with a language parameter. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 5e10c2df-4db7-438a-a418-296b43cd2cf3 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:10:45 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | ed3fe0268943d81242abfd00e9e47c216b38700d |
| X-Memc-Age | 11483 |
| X-Memc-Expires | 5391 |
| ETag | W/"ced6e5e4089f96e4ea03a0864af9a0b4" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | qWkrGq5JUQwwxt3bnr6O-DWNz39BrmIK5QzYP6blCUkDJLYl4wS1LA== |
| Age | 28717 |
{"adult":false,"also_known_as":["Райан Рейнольдс","رايان رينولدز","라이언 레이놀즈","ライアン・レイノルズ","ไรอัน เรย์โนลส์","萊恩·雷諾斯","Раян Рейнольдс","Ryan Rodney Reynolds","Ράιαν Ρέινολντς","瑞安·雷诺兹","Champ Nightengale","রায়ান রেনল্ডস্"],"biography":"Ryan Rodney Reynolds (born October 23, 1976) is a Canadian actor and film producer. He began his career starring in the Canadian teen soap opera Hillside (1991–1993), and had minor roles before landing the lead role on the sitcom Two Guys and a Girl between 1998 and 2001. Reynolds then starred in a range of films, including comedies such as National Lampoon's Van Wilder (2002), Waiting... (2005), and The Proposal (2009). He also performed in dramatic roles in Buried (2010), Woman in Gold (2015), and Life (2017), starred in action films such as Blade: Trinity (2004), Green Lantern (2011), 6 Underground (2019) and Free Guy (2021), and provided voice acting in the animated features The Croods (2013), Turbo (2013), Pokémon: Detective Pikachu (2019) and The Croods: A New Age (2020).\n\nReynolds' biggest commercial success came with the superhero films Deadpool (2016) and Deadpool 2 (2018), in which he played the title character. The former set numerous records at the time of its release for an R-rated comedy and his performance earned him nominations at the Critics' Choice Movie Awards and the Golden Globe Awards.","birthday":"1976-10-23","deathday":null,"gender":2,"homepage":null,"id":10859,"imdb_id":"nm0005351","known_for_department":"Acting","name":"Ryan Reynolds","place_of_birth":"Vancouver, British Columbia, Canada","popularity":78.553,"profile_path":"/4SYTH5FdB0dAORV98Nwg3llgVnY.jpg"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the changes for a person. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the `start_date` and `end_date` query parameters.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 933cf950-1147-416d-9fb5-20a11fc9f0a9 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | da8cc35e2839a52b0a96230b9ff6d42ad68e5970 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 300 |
| ETag | W/"1c7b0be7cfcb529d61df7c7b50baa91e" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 1UD3CMePrp7ikIdgItEcefje37-fzFH71HxbsA-bWNMk02gx_MzZ1w== |
| Age | 28645 |
{"changes":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the movie and TV credits together in a single response.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 227e4142-1387-4ee0-8dfc-0d50be774fad |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:57 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 3ceb94f2bbe1abeb1b12eea7ee7883816bc0c338 |
| X-Memc-Age | 5848 |
| X-Memc-Expires | 10578 |
| ETag | W/"be1ab391d25e3d4812eb2358053d6d21" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | g2VIIr6RhkT7QnGutV0q0MYSzn3HvuYTkSDFmVMazZgzb6nAYEt0hQ== |
| Age | 28645 |
{"cast":[{"adult":false,"backdrop_path":"/oAfxQnTlfTKmr61RjE3NM2DlzUN.jpg","genre_ids":[35,10749],"id":10033,"original_language":"en","original_title":"Just Friends","overview":"While visiting his hometown during Christmas, a man comes face-to-face with his old high school crush whom he was best friends with – a woman whose rejection of him turned him into a ferocious womanizer.","popularity":28.931,"poster_path":"/jgs2mdFlx8NJzbxXTHeQxvQbN6n.jpg","release_date":"2005-11-23","title":"Just Friends","video":false,"vote_average":6.176,"vote_count":1343,"character":"Chris Brander","credit_id":"52fe430e9251416c75001bed","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/27acFtG7du5twjjYzUDj5EDbE0p.jpg","genre_ids":[27],"id":10065,"original_language":"en","original_title":"The Amityville Horror","overview":"This hair-raising remake of the 1979 horror hit depicts the ordeal of the Lutz clan, whose new home has a gory past and a legacy of demons. Before long, the family patriarch is plagued by nightmares and his daughter is seeing phantoms.","popularity":46.248,"poster_path":"/4D246dpe7yy2GvHI2IbpeqkUXry.jpg","release_date":"2005-04-14","title":"The Amityville Horror","video":false,"vote_average":6.111,"vote_count":1831,"character":"George Lutz","credit_id":"52fe43199251416c750035e3","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/poJDkjwDvKVvQc4TIogw4jxItCk.jpg","genre_ids":[35,10749],"id":11452,"original_language":"en","original_title":"National Lampoon's Van Wilder","overview":"Van Wilder has been attending college for far too many years and is scared to graduate, but Van’s father eventually realizes what is going on. When he stops paying his son's tuition fees, Van must come up with the money if he wants to stay in college, so he and his friends come up with a great fund-raising idea – throwing parties. However, when the college magazine finds out and reporter, Gwen is sent to do a story on Van Wilder, things get a little complicated.","popularity":20.801,"poster_path":"/hl19MAS9hV5QkkUdZuoLleDuNH9.jpg","release_date":"2002-03-29","title":"National Lampoon's Van Wilder","video":false,"vote_average":5.991,"vote_count":1539,"character":"Van Wilder","credit_id":"52fe44439251416c7502e7c3","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/p0uaaqE5XQ9TpICMir5axMfTYkg.jpg","genre_ids":[28,35,80,53],"id":7516,"original_language":"en","original_title":"Smokin' Aces","overview":"When a Las Vegas performer-turned-snitch named Buddy Israel decides to turn state's evidence and testify against the mob, it seems that a whole lot of people would like to make sure he's no longer breathing.","popularity":21.213,"poster_path":"/nrdnN8WqvyOt8Bnl3hgWcZD6ZyM.jpg","release_date":"2006-12-09","title":"Smokin' Aces","video":false,"vote_average":6.486,"vote_count":1354,"character":"Richard Messner","credit_id":"52fe4482c3a36847f809a3a7","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/jaegX6b1InnSSUAagdr0NE2ABBS.jpg","genre_ids":[35],"id":7553,"original_language":"en","original_title":"Waiting...","overview":"Employees at a Bennigan's-like restaurant (called, creatively enough, Shenanigan's), kill time before their real lives get started. But while they wait, they'll have to deal with picky customers who want their steak cooked to order and enthusiastic managers who want to build the perfect wait staff. Luckily, these employees have effective revenge tactics.","popularity":21.662,"poster_path":"/h3NJDiaaliUH35ApXPu8PFKZwWz.jpg","release_date":"2005-10-07","title":"Waiting...","video":false,"vote_average":6.272,"vote_count":624,"character":"Monty","credit_id":"52fe4483c3a36847f809a917","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/fTY8qwqGcsFRVmoUc2sTYkH3mzn.jpg","genre_ids":[35,10749],"id":8390,"original_language":"en","original_title":"Definitely, Maybe","overview":"When Will decides to tell his daughter the story of how he met her mother, he discovers that a second look at the past might also give him a second chance at the future.","popularity":13.584,"poster_path":"/fWdZJH70uEluwbhJ4DGisk9NNOP.jpg","release_date":"2008-02-08","title":"Definitely, Maybe","video":false,"vote_average":6.9,"vote_count":2066,"character":"Will Hayes","credit_id":"52fe44a4c3a36847f80a1dab","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/3GrCggVsUD3DT6UyyuB5Xdx3Sma.jpg","genre_ids":[18,53,9648],"id":26388,"original_language":"en","original_title":"Buried","overview":"Paul is a U.S. truck driver working in Iraq. After an attack by a group of Iraqis he wakes to find he is buried alive inside a coffin. With only a lighter and a cell phone it's a race against time to escape this claustrophobic death trap.","popularity":24.842,"poster_path":"/splPNB0vAoNlb8l5WYxz2E3FK2G.jpg","release_date":"2010-09-24","title":"Buried","video":false,"vote_average":6.613,"vote_count":2374,"character":"Paul Conroy","credit_id":"52fe44ffc3a368484e042c5b","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/mgdibh7MOSh2UUGAIwz1Hjf2UzJ.jpg","genre_ids":[35,18,10749],"id":12912,"original_language":"en","original_title":"Chaos Theory","overview":"Frank Allen, a professional speaker who lectures on time management has a perfectly ordered and scheduled life, down to the minute. When his wife sets his clock forward 10 minutes as a joke, his day is thrown off. Deciding that his strictly ordered life has done him little good, he begins to make multiple choice index cards, choosing one at random and doing what is written on the card.","popularity":10.279,"poster_path":"/iP4DJqTeMMQJ3J0eyt2RjRH6NZH.jpg","release_date":"2008-03-14","title":"Chaos Theory","video":false,"vote_average":6.307,"vote_count":316,"character":"Frank Allen","credit_id":"52fe452c9251416c7504e0ab","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/8IgO1J34wYZ01btvSxvTYE71LbL.jpg","genre_ids":[18,14],"id":12994,"original_language":"en","original_title":"The Nines","overview":"A troubled actor, a television show runner, and an acclaimed videogame designer find their lives intertwining in mysterious and unsettling ways.","popularity":6.919,"poster_path":"/AkIyPzbxBnR815XNCKH5D9T4RaE.jpg","release_date":"2007-01-21","title":"The Nines","video":false,"vote_average":5.949,"vote_count":343,"character":"Gary / Gavin / Gabriel","credit_id":"52fe452d9251416c7504e351","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/uookmLyx9dKDBrjXJDDp175meg4.jpg","genre_ids":[28],"id":14527,"original_language":"en","original_title":"Foolproof","overview":"Kevin, Sam and Rob have an unusual hobby: planning foolproof heists, without intending to actually perform them. The game goes wrong when their latest plan is stolen and carried out. Things get even worse when a mysterious man approaches them with an offer: plan a heist for him, or go to jail. As the clock ticks, they find that the risk might be higher than just their freedom.","popularity":7.269,"poster_path":"/gudhSz8sDzRXxHY5XchllQKxw77.jpg","release_date":"2003-10-03","title":"Foolproof","video":false,"vote_average":6.1,"vote_count":122,"character":"Kevin","credit_id":"52fe45fc9251416c75069351","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/58r049aVTO1KjAYVuWJr0KgG5nY.jpg","genre_ids":[12,28,53,878],"id":44912,"original_language":"en","original_title":"Green Lantern","overview":"For centuries, a small but powerful force of warriors called the Green Lantern Corps has sworn to keep intergalactic order. Each Green Lantern wears a ring that grants him superpowers. But when a new enemy called Parallax threatens to destroy the balance of power in the Universe, their fate and the fate of Earth lie in the hands of the first human ever recruited.","popularity":83.833,"poster_path":"/fj21HwUprqjjwTdkKC1XZurRSpV.jpg","release_date":"2011-06-16","title":"Green Lantern","video":false,"vote_average":5.162,"vote_count":6308,"character":"Hal Jordan / Green Lantern","credit_id":"52fe46a3c3a36847f8109e9d","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/3qfiZd8ETMk9MQsmhbOB5QAAx0l.jpg","genre_ids":[16,10751],"id":77950,"original_language":"en","original_title":"Turbo","overview":"The tale of an ordinary garden snail who dreams of winning the Indy 500.","popularity":35.422,"poster_path":"/tN4bjzZ3ePY57hpCTFk0Kc3oXAw.jpg","release_date":"2013-07-11","title":"Turbo","video":false,"vote_average":6.163,"vote_count":2736,"character":"Turbo (voice)","credit_id":"52fe4985c3a368484e12fb97","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/fD4Q03vX0xqumc6iuDt6SujrlxI.jpg","genre_ids":[18,53,80],"id":244761,"original_language":"en","original_title":"The Captive","overview":"Eight years after the disappearance of Cassandra, some disturbing incidents seem to indicate that she's still alive. Police, parents and Cassandra herself, will try to unravel the mystery of her disappearance.","popularity":16.58,"poster_path":"/wLoFxTZFEfAzFLk2qSoPbcz58Jb.jpg","release_date":"2014-08-09","title":"The Captive","video":false,"vote_average":5.849,"vote_count":940,"character":"Matthew","credit_id":"530f8875925141739000113a","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/d5tcsjdLw3uxBd318EIcTn9e35X.jpg","genre_ids":[35,80,27,14],"id":244458,"original_language":"en","original_title":"The Voices","overview":"A mentally unhinged factory worker must decide whether to listen to his talking cat and become a killer, or follow his dog's advice to keep striving for normalcy.","popularity":13.028,"poster_path":"/mgaUxeI43IxERR6AVbwFmr4bUKl.jpg","release_date":"2014-01-19","title":"The Voices","video":false,"vote_average":6.256,"vote_count":1490,"character":"Jerry Hickfang / Mr. Whiskers (voice) / Bosco (voice) / Deer (voice) / Bunny Monkey (voice)","credit_id":"52fe4ef1c3a36847f82b26cf","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/kwPNyQuxp2O6aeNKDjt7wv9lre0.jpg","genre_ids":[878,9648,53,28],"id":238615,"original_language":"en","original_title":"Self/less","overview":"An extremely wealthy elderly man dying from cancer undergoes a radical medical procedure that transfers his consciousness to the body of a healthy young man but everything may not be as good as it seems when he starts to uncover the mystery of the body's origins and the secret organization that will kill to keep its secrets.","popularity":28.211,"poster_path":"/b03zZZTE17iH6klsInFOlrgfYRN.jpg","release_date":"2015-07-10","title":"Self/less","video":false,"vote_average":6.408,"vote_count":2678,"character":"Young Damian","credit_id":"52fe4e80c3a36847f829494b","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/sKJOOzIR5oMiCeXC7gBxXgIDz9p.jpg","genre_ids":[28,80,878],"id":302156,"original_language":"en","original_title":"Criminal","overview":"CIA Agent Bill Pope is on a mission to track down a shadowy hacker named 'The Dutchman'. When he gets mysteriously killed, an experimental procedure transfers his memories into a dangerous ex-convict. When he wakes up Pope's memories, his mission is to eliminate The Dutchman before the hacker launches ICBMs and starts World War III.","popularity":30.652,"poster_path":"/lm0NlIsgGDqdx7CGFCDDJo1ptgh.jpg","release_date":"2016-04-07","title":"Criminal","video":false,"vote_average":6.126,"vote_count":1454,"character":"Bill Pope","credit_id":"546433750e0a262942000c05","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/en971MEXui9diirXlogOrPKmsEn.jpg","genre_ids":[28,12,35],"id":293660,"original_language":"en","original_title":"Deadpool","overview":"The origin story of former Special Forces operative turned mercenary Wade Wilson, who, after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","popularity":236.25,"poster_path":"/zq8Cl3PNIDGU3iWNRoc5nEZ6pCe.jpg","release_date":"2016-02-09","title":"Deadpool","video":false,"vote_average":7.6,"vote_count":27152,"character":"Wade Wilson / Deadpool","credit_id":"57169b95925141695b00046f","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"character":"Wade Wilson / Deadpool / Juggernaut (voice) / Ryan Reynolds","credit_id":"56c61c2cc3a3680d52003669","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/7KsqfXDECZMryX1Rv4RKsT7SIjQ.jpg","genre_ids":[53,35,80,28],"id":390043,"original_language":"en","original_title":"The Hitman's Bodyguard","overview":"The world’s top bodyguard gets a new client, a hitman who must testify at the International Court of Justice. They must put their differences aside and work together to make it to the trial on time.","popularity":103.994,"poster_path":"/5CGjlz2vyBhW5xHW4eNOZIdgzYq.jpg","release_date":"2017-08-16","title":"The Hitman's Bodyguard","video":false,"vote_average":6.884,"vote_count":5249,"character":"Michael Bryce","credit_id":"56f862e1c3a3686a61007950","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/c3mneRU7HJLPsJxjQCouOwluvXh.jpg","genre_ids":[99],"id":50056,"original_language":"en","original_title":"Secret Origin: The Story of DC Comics","overview":"A look at the history of the comic book publication that launched such legendary characters as Superman, Batman and Wonder Woman.","popularity":5.673,"poster_path":"/8rGrf4pENDMdB3INsqhdpuCsqAW.jpg","release_date":"2010-11-09","title":"Secret Origin: The Story of DC Comics","video":false,"vote_average":7.0,"vote_count":34,"character":"Narrator (voice)","credit_id":"59e392ea9251410b6700008b","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[9648,80,35],"id":522457,"original_language":"en","original_title":"Clue","overview":"Based on the Hasbro board game, a band of strangers frantically try to figure out who is the murderer among them.","popularity":0.949,"poster_path":"/b2Jasug0vSghR0yLJSkSAJD68U8.jpg","release_date":"","title":"Clue","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5aedb0030e0a2635c200893a","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/eFw5YSorHidsajLTayo1noueIxI.jpg","genre_ids":[28,53,35],"id":509967,"original_language":"en","original_title":"6 Underground","overview":"After faking his death, a tech billionaire recruits a team of international operatives for a bold and bloody mission to take down a brutal dictator.","popularity":65.123,"poster_path":"/lnWkyG3LLgbbrIEeyl5mK5VRFe4.jpg","release_date":"2019-12-10","title":"6 Underground","video":false,"vote_average":6.332,"vote_count":3876,"character":"One","credit_id":"5b11b5580e0a26582c002b81","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/7py8kUCYaOdFn1TfVS87BDBySOz.jpg","genre_ids":[35,12,878],"id":550988,"original_language":"en","original_title":"Free Guy","overview":"A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.","popularity":251.59,"poster_path":"/xmbU4JTUm8rsdtn7Y3Fcm30GpeT.jpg","release_date":"2021-08-11","title":"Free Guy","video":false,"vote_average":7.65,"vote_count":6130,"character":"Guy","credit_id":"5bb93c289251417f4900efc1","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[28,878,35],"id":533535,"original_language":"en","original_title":"Deadpool 3","overview":"The third installment in the Deadpool franchise.","popularity":73.707,"poster_path":"/4gdqWCVvidYR0pOHuVOqFundbUG.jpg","release_date":"","title":"Deadpool 3","video":false,"vote_average":0.0,"vote_count":0,"character":"Wade Wilson / Deadpool","credit_id":"5be4b9a8c3a36810c603a9a9","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"character":"Wade Wilson / Deadpool / Juggernaut (voice)","credit_id":"5c0e53ccc3a36825200be66c","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/zSLD94ofBzMShLgWcbeEfTa5zJ7.jpg","genre_ids":[28,35,53],"id":522931,"original_language":"en","original_title":"Hitman's Wife's Bodyguard","overview":"The world’s most lethal odd couple – bodyguard Michael Bryce and hitman Darius Kincaid – are back on another life-threatening mission. Still unlicensed and under scrutiny, Bryce is forced into action by Darius's even more volatile wife, the infamous international con artist Sonia Kincaid. As Bryce is driven over the edge by his two most dangerous protectees, the trio get in over their heads in a global plot and soon find that they are all that stand between Europe and a vengeful and powerful madman.","popularity":81.488,"poster_path":"/6zwGWDpY8Zu0L6W4SYWERBR8Msw.jpg","release_date":"2021-06-14","title":"Hitman's Wife's Bodyguard","video":false,"vote_average":6.759,"vote_count":1567,"character":"Michael Bryce","credit_id":"5c3dd5330e0a2638678ee329","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/snO3rah2ty0tI5kX5SNqftqmWD2.jpg","genre_ids":[35],"id":632856,"original_language":"en","original_title":"Spirited","overview":"Imagine Charles Dickens’ heartwarming tale of a scrooge visited by four ghosts on Christmas Eve—but funnier.","popularity":0.6,"poster_path":"/A5H4EyvOgHzCZOhtsWcd7wmWBrY.jpg","release_date":"","title":"Spirited","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5d85afbab76cbb000ede8d48","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35,14,12],"id":639720,"original_language":"en","original_title":"If","overview":"A man can see and talk to people's imaginary friends, befriending those that have been forgotten or discarded. However, some imaginary friends, lacking love and friendship, turn to the dark side and must be stopped.","popularity":2.884,"poster_path":"/w1ONftpqcgUA5Uk8ZyIgAvF5i9K.jpg","release_date":"2024-05-24","title":"If","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5da66c8138765100145dc14f","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","genre_ids":[28,12,35,878],"id":696806,"original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","popularity":289.076,"poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","release_date":"2022-03-11","title":"The Adam Project","video":false,"vote_average":7.105,"vote_count":2812,"character":"Adam Reed","credit_id":"5ea34c3a3faba00020453c8e","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/48BMVtCtYM0v1MFIui2kTZpbMA0.jpg","genre_ids":[35,28,12,878],"id":861345,"original_language":"en","original_title":"Untitled Free Guy Sequel","overview":"A sequel to the 2021 comedy Free Guy. Plot unknown.","popularity":5.01,"poster_path":"/rEHW8GXM7Lny4XTbtXYMwpIoeaw.jpg","release_date":"","title":"Untitled Free Guy Sequel","video":false,"vote_average":0.0,"vote_count":0,"character":"Guy","credit_id":"611853880bb076002b61ceea","order":0,"media_type":"movie"},{"adult":false,"backdrop_path":"/p4V8Mwcn4zUyOMuw9ILgW02P8u3.jpg","genre_ids":[35,18,10751],"id":35320,"original_language":"en","original_title":"School of Life","overview":"At Fallbrook Middle School, the annual student-elected Teacher of the Year award is held. And every year for the last 43 years Norman Warner or most fondly called Stormin' Norman Warner has won the award. Now that he has died, the burden of carrying the legacy falls into the hands of Matt Warner, the son of the late Norman Warner who has always lived in the shadow of his father.","popularity":7.764,"poster_path":"/6v3lhMJLKQEsIpQRM56pU0FMwzW.jpg","release_date":"2005-02-19","title":"School of Life","video":false,"vote_average":6.421,"vote_count":107,"character":"Mr. D","credit_id":"52fe459f9251416c91038d15","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/wq17r2QvfXM7rwgN5oRghnGzFwp.jpg","genre_ids":[35,10749,18],"id":18240,"original_language":"en","original_title":"The Proposal","overview":"When she learns she's in danger of losing her visa status and being deported, overbearing book editor Margaret Tate forces her put-upon assistant, Andrew Paxton, to marry her.","popularity":107.877,"poster_path":"/aYlnDia7ldvqFUst1O5S8LZeM2S.jpg","release_date":"2009-06-01","title":"The Proposal","video":false,"vote_average":7.094,"vote_count":5595,"character":"Andrew Paxton","credit_id":"52fe476d9251416c75098e4b","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/6KJcFFE1iBPC0Xj0iPCcmMvS5WK.jpg","genre_ids":[14,28,35,80],"id":49524,"original_language":"en","original_title":"R.I.P.D.","overview":"A recently slain cop joins a team of undead police officers working for the Rest in Peace Department and tries to find the man who murdered him. Based on the comic by Peter M. Lenkov.","popularity":43.474,"poster_path":"/rS0kByPD4YF8pQ85KjzMdGiu7Xf.jpg","release_date":"2013-07-18","title":"R.I.P.D.","video":false,"vote_average":5.8,"vote_count":3295,"character":"Nick Walker","credit_id":"52fe4799c3a36847f813e7f7","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/bNgqt819qpHcszjCzLCG5y16ldF.jpg","genre_ids":[16,12,10751,14,35,28],"id":49519,"original_language":"en","original_title":"The Croods","overview":"The prehistoric Croods family live in a particularly dangerous moment in time. Patriarch Grug, his mate Ugga, teenage daughter Eep, son Thunk, and feisty Gran gather food by day and huddle together in a cave at night. When a more evolved caveman named Guy arrives on the scene, Grug is distrustful, but it soon becomes apparent that Guy is correct about the impending destruction of their world.","popularity":100.683,"poster_path":"/j5KhQADL9o6H7NZzTsiyAME3Sve.jpg","release_date":"2013-03-15","title":"The Croods","video":false,"vote_average":6.916,"vote_count":6105,"character":"Guy (voice)","credit_id":"52fe4799c3a36847f813e4ff","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/z5xeSCrTLpA4VSLtbwakWWEXWM0.jpg","genre_ids":[35],"id":49520,"original_language":"en","original_title":"The Change-Up","overview":"Dave is a married man with two kids and a loving wife, and Mitch is a single man who is at the prime of his sexual life. One fateful night while Mitch and Dave are peeing in a fountain when lightning strikes, they switch bodies.","popularity":47.734,"poster_path":"/ki98MXBwD1qDhY3JhMdY16jJucv.jpg","release_date":"2011-08-05","title":"The Change-Up","video":false,"vote_average":6.112,"vote_count":2324,"character":"Mitch Planko","credit_id":"52fe4799c3a36847f813e559","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/ekxOKfNl2tEPIm1gc8M33AgVvr9.jpg","genre_ids":[28,53],"id":59961,"original_language":"en","original_title":"Safe House","overview":"A dangerous CIA renegade resurfaces after a decade on the run. When the safe house he's remanded to is attacked by mercenaries, a rookie operative escapes with him. Now, the unlikely allies must stay alive long enough to uncover who wants them dead.","popularity":22.35,"poster_path":"/7SYBPjv5ywF6cI4BSFFtlDyChT2.jpg","release_date":"2012-02-09","title":"Safe House","video":false,"vote_average":6.428,"vote_count":3037,"character":"Matt Weston","credit_id":"52fe49a4c3a36847f81a4edb","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/wcdqcgru2Cv3UZBHuBwYbxhEEbs.jpg","genre_ids":[18],"id":304357,"original_language":"en","original_title":"Woman in Gold","overview":"Maria Altmann, an octogenarian Jewish refugee, takes on the Austrian government to recover a world famous painting of her aunt plundered by the Nazis during World War II, she believes rightfully belongs to her family. She did so not just to regain what was rightfully hers, but also to obtain some measure of justice for the death, destruction, and massive art theft perpetrated by the Nazis.","popularity":10.978,"poster_path":"/6eoj6bozvgwNuDV3vOrqlvrCrX.jpg","release_date":"2015-03-20","title":"Woman in Gold","video":false,"vote_average":7.344,"vote_count":1202,"character":"Randol Schoenberg","credit_id":"546c31d7925141160e0005a0","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/vYbSNn5u1YzoBE0akLRCTZN5k7m.jpg","genre_ids":[18,53],"id":309242,"original_language":"en","original_title":"Mississippi Grind","overview":"Gerry is a talented but down-on-his-luck gambler whose fortunes begin to change when he meets Curtis, a younger, highly charismatic poker player. The two strike up an immediate friendship and Gerry quickly persuades his new friend to accompany him on a road trip to a legendary high stakes poker game in New Orleans. As they make their way down the Mississippi River, Gerry and Curtis manage to find themselves in just about every bar, racetrack, casino, and pool hall they can find, experiencing both incredible highs and dispiriting lows, but ultimately forging a deep and genuine bond that will stay with them long after their adventure is over.","popularity":10.65,"poster_path":"/e75pReBYrtbvzPtwf1OqrBGWYYk.jpg","release_date":"2015-07-04","title":"Mississippi Grind","video":false,"vote_average":6.034,"vote_count":380,"character":"Curtis","credit_id":"54863c11c3a3680df6000016","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/ckrpWAApQsOPpsivpJeg6odsgsM.jpg","genre_ids":[99],"id":77880,"original_language":"en","original_title":"The Whale","overview":"The true story of a young, wild killer whale - an orca - nicknamed Luna, who lost contact with his family on the coast of British Columbia and turned up alone in a narrow stretch of sea between mountains, a place called Nootka Sound.","popularity":1.67,"poster_path":"/kpzNLHeVLqdLNSSCYVXKPpWoOno.jpg","release_date":"2011-09-09","title":"The Whale","video":false,"vote_average":6.1,"vote_count":16,"character":"Narrator","credit_id":"59e392ea9251410b6700008d","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/4j7MYq2CUevXRsSFt5qEOZYesow.jpg","genre_ids":[35,27],"id":3152,"original_language":"en","original_title":"Big Monster on Campus","overview":"A student receives a serial killer's brain in a transplant after being thrown into a pool with no water in it","popularity":4.862,"poster_path":"/4Pnsi9DX4zOdV0Sqj87yYyctrYm.jpg","release_date":"2000-02-25","title":"Big Monster on Campus","video":false,"vote_average":5.5,"vote_count":14,"character":"Karl O'Reilly","credit_id":"59e392eb9251410b67000093","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/aLGAH12ubqzXmGcjansziJTeIZ9.jpg","genre_ids":[28,35,80],"id":558144,"original_language":"en","original_title":"Deadpool: No Good Deed","overview":"Deadpool sees an opportunity to save the day, but it doesn't go entirely as planned.","popularity":41.112,"poster_path":"/4ZROj6yVhHCsEhszTvGzal4woMs.jpg","release_date":"2017-03-03","title":"Deadpool: No Good Deed","video":false,"vote_average":7.197,"vote_count":368,"character":"Wade Wilson / Deadpool","credit_id":"5bda17cd0e0a26507d0165c5","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":592402,"original_language":"en","original_title":"Great Bear Rainforest: Land of the Spirit Bear","overview":"Journey to a land of grizzlies, coastal wolves, sea otters and the all-white spirit bear - the rarest bear on earth - in the film Great Bear Rainforest. Hidden from the outside world, the Great Bear Rainforest is one of the wildest places left on earth. Found on Canada's remote Pacific coast, it is the last intact temperate rainforest in the world-a place protected by the region's indigenous people for millennia. Now, for the first time ever, experience this magical world in IMAX and giant screen theatres, and discover the land of the spirit bear.","popularity":0.6,"poster_path":"/exmNmLmtGUo9sTYrrNMc314y6xP.jpg","release_date":"2019-02-15","title":"Great Bear Rainforest: Land of the Spirit Bear","video":false,"vote_average":8.0,"vote_count":1,"character":"Narrator (voice)","credit_id":"5ca241ca925141557806e10e","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/dK12GIdhGP6NPGFssK2Fh265jyr.jpg","genre_ids":[28,35,80,53],"id":512195,"original_language":"en","original_title":"Red Notice","overview":"An Interpol-issued Red Notice is a global alert to hunt and capture the world's most wanted. But when a daring heist brings together the FBI's top profiler and two rival criminals, there's no telling what will happen.","popularity":313.02,"poster_path":"/lAXONuqg41NwUMuzMiFvicDET9Y.jpg","release_date":"2021-11-04","title":"Red Notice","video":false,"vote_average":6.785,"vote_count":3988,"character":"Nolan Booth","credit_id":"5d23cf7069d2800010011045","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[12,99],"id":383350,"original_language":"en","original_title":"Huntwatch","overview":"Seals, lies and videotapes. Violent confrontation boils over on the ice floes of Canada as activists, fishermen and politicians battle over the fate of baby seals.","popularity":1.433,"poster_path":"/cpBe5F9cjaOygqeig4vRuNMmG3c.jpg","release_date":"2016-03-05","title":"Huntwatch","video":false,"vote_average":3.5,"vote_count":8,"character":"Narrator (voice)","credit_id":"5dd3db3a28723c00144dd6ff","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[28,12,14],"id":687257,"original_language":"en","original_title":"Untitled Dragon's Lair Movie","overview":"A knight called Dirk the Daring sets out to rescue Princess Daphne from the evil dragon Singe and a wizard named Mordroc. Based on the video game of the same name.","popularity":3.595,"poster_path":null,"release_date":"","title":"Untitled Dragon's Lair Movie","video":false,"vote_average":0.0,"vote_count":0,"character":"Dick the Daring","credit_id":"5e7f2c2ee635710017592cbc","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5f452f10ec370c003250c1cc","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":748133,"original_language":"en","original_title":"Everyday Parenting Tips","overview":"A father offers advice on what to say when their child says they believe a monster lurks under the bed — at a time when an ongoing monster uprising is actually happening in the world.","popularity":0.6,"poster_path":null,"release_date":"","title":"Everyday Parenting Tips","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5f735c68ef48890037f91bb3","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/nDP33LmQwNsnPv29GQazz59HjJI.jpg","genre_ids":[28,12,14],"id":447404,"original_language":"en","original_title":"Pokémon Detective Pikachu","overview":"In a world where people collect pocket-size monsters (Pokémon) to do battle, a boy comes across an intelligent monster who seeks to be a detective.","popularity":88.474,"poster_path":"/wgQ7APnFpf1TuviKHXeEe3KnsTV.jpg","release_date":"2019-05-03","title":"Pokémon Detective Pikachu","video":false,"vote_average":6.976,"vote_count":5757,"character":"Detective Pikachu (voice)","credit_id":"6058f4d2d5ffcb00562ed261","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[80,35,53,28],"id":926390,"original_language":"en","original_title":"Red Notice 2","overview":"The first of two planned sequels to Red Notice (2021).","popularity":1.455,"poster_path":null,"release_date":"","title":"Red Notice 2","video":false,"vote_average":0.0,"vote_count":0,"character":"Nolan Booth","credit_id":"61df4b0fcb30840098d514c5","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[80,35,53,28],"id":926391,"original_language":"en","original_title":"Red Notice 3","overview":"The second of two planned sequels to Red Notice (2021).","popularity":0.693,"poster_path":null,"release_date":"","title":"Red Notice 3","video":false,"vote_average":0.0,"vote_count":0,"character":"Nolan Booth","credit_id":"61df4b19441b030041cc7845","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99,35],"id":930835,"original_language":"en","original_title":"Ryan Reynolds: I'm a Laureate?","overview":"Ryan Reynolds reflects on his childhood, family and career—punctuated by diversions into the charitable side of Twitter to appeal to his Canadian sense of self.","popularity":1.927,"poster_path":"/pS7SATwmGwaB7HhqkiOkGivTh22.jpg","release_date":"2021-11-29","title":"Ryan Reynolds: I'm a Laureate?","video":false,"vote_average":5.0,"vote_count":1,"character":"Self","credit_id":"6239e52b7a1bd6001cef953f","order":1,"media_type":"movie"},{"adult":false,"backdrop_path":"/gRMdWQJ4w58y2zEcCoKPIS14gZq.jpg","genre_ids":[28,35],"id":5146,"original_language":"en","original_title":"The In-Laws","overview":"Right before his daughter's wedding, a mild-mannered foot doctor discovers that his new in-laws are international smugglers.","popularity":8.192,"poster_path":"/uziAQLzimrP8eW3w37F8lo8CnD3.jpg","release_date":"2003-05-23","title":"The In-Laws","video":false,"vote_average":5.67,"vote_count":230,"character":"Mark Tobias","credit_id":"52fe43f7c3a36847f807ad71","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/c876K3TuyGF3BZYfEh5SfVgnKki.jpg","genre_ids":[35,10749],"id":13163,"original_language":"en","original_title":"Buying the Cow","overview":"A commitment-averse man frantically hits the dating scene after his girlfriend starts pressuring him to pop the question.","popularity":7.151,"poster_path":"/6IO4E9s7UxCpunU5i5sPaoDF5hL.jpg","release_date":"2002-06-08","title":"Buying the Cow","video":false,"vote_average":5.2,"vote_count":90,"character":"Mike Hanson","credit_id":"52fe45479251416c750511c3","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/kYSbBz7khRScIdhlYzRHJrS0ZLt.jpg","genre_ids":[28,27,14],"id":36648,"original_language":"en","original_title":"Blade: Trinity","overview":"For years, Blade has fought against the vampires in the cover of the night. But now, after falling into the crosshairs of the FBI, he is forced out into the daylight, where he is driven to join forces with a clan of human vampire hunters he never knew existed—The Nightstalkers. Together with Abigail and Hannibal, two deftly trained Nightstalkers, Blade follows a trail of blood to the ancient creature that is also hunting him—the original vampire, Dracula.","popularity":43.93,"poster_path":"/rodqqX8NLe3cdcgBMc4CFTPidTy.jpg","release_date":"2004-12-08","title":"Blade: Trinity","video":false,"vote_average":5.858,"vote_count":3228,"character":"Hannibal King","credit_id":"52fe45fd9251416c91045609","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/zQ9riDbqJ2i6pUbLEZDEMubfQMU.jpg","genre_ids":[35,18],"id":39414,"original_language":"en","original_title":"Paper Man","overview":"A coming-of-middle-age comedy that chronicles the unlikely friendship between failed author Richard Dunne and a Long Island teen who teaches him a thing or two about growing up, all under the disapproving eye of his long-suffering wife and his imaginary Superhero friend.","popularity":7.182,"poster_path":"/bTkL9OgOveebEHaTCMmdpN3a5n8.jpg","release_date":"2009-06-15","title":"Paper Man","video":false,"vote_average":6.344,"vote_count":263,"character":"Captain Excellent","credit_id":"52fe47179251416c91069c4f","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/jvUKejL9uZtI0yi2aoQZ2oykRTA.jpg","genre_ids":[27,878,53],"id":395992,"original_language":"en","original_title":"Life","overview":"The six-member crew of the International Space Station is tasked with studying a sample from Mars that may be the first proof of extra-terrestrial life, which proves more intelligent than ever expected.","popularity":37.703,"poster_path":"/lja0Kh17LLleh6DhtixEh7Z7T6D.jpg","release_date":"2017-03-22","title":"Life","video":false,"vote_average":6.416,"vote_count":6278,"character":"Rory Adams","credit_id":"57299b20c3a36808f8001a6f","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/hbz8S3w8npB5jBpy6i63nUnGJMx.jpg","genre_ids":[10749,35],"id":25896,"original_language":"en","original_title":"Coming Soon","overview":"Privileged teenage friends Jenny, Nell and Stream spend their senior year on a quest to rid Stream of her virginity. However, Stream wants more than just her first sexual experience. She wants to have an orgasm -- but achieving this proves problematic, as the boys she meets are hardly sensitive enough to provide her the release she seeks. When it becomes clear that Nell and Jenny have never experienced an orgasm either, all three set out to get one.","popularity":6.493,"poster_path":"/nd3sDcYh7pn7FNaOPvearItL2Yr.jpg","release_date":"1999-06-08","title":"Coming Soon","video":false,"vote_average":5.688,"vote_count":24,"character":"Henry Lipschitz","credit_id":"59e392eb9251410b67000091","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[18,53],"id":5521,"original_language":"en","original_title":"Finder's Fee","overview":"After finding a wallet in the street tepper calls the owner in order to return it. After making the call he discovers that the lottery ticket inside is a $6 million winner. To add to things his friends are on their way over for their weekly poker night \u0026 the groups tradition is to bet their lottery ticket.","popularity":3.038,"poster_path":"/czm0PdRjPCNpVkG7WMO9GhHCqKg.jpg","release_date":"2001-01-01","title":"Finder's Fee","video":false,"vote_average":6.4,"vote_count":32,"character":"Quigley","credit_id":"59e392eb9251410b6700008f","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/ytTQoYkdpsgtfDWrNFCei8Mfbxu.jpg","genre_ids":[16,10751,12,14,35],"id":529203,"original_language":"en","original_title":"The Croods: A New Age","overview":"Searching for a safer habitat, the prehistoric Crood family discovers an idyllic, walled-in paradise that meets all of its needs. Unfortunately, they must also learn to live with the Bettermans -- a family that's a couple of steps above the Croods on the evolutionary ladder. As tensions between the new neighbors start to rise, a new threat soon propels both clans on an epic adventure that forces them to embrace their differences, draw strength from one another, and survive together.","popularity":241.098,"poster_path":"/tbVZ3Sq88dZaCANlUcewQuHQOaE.jpg","release_date":"2020-11-25","title":"The Croods: A New Age","video":false,"vote_average":7.558,"vote_count":3069,"character":"Guy (voice)","credit_id":"5b3527479251413c93022e90","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":771201,"original_language":"en","original_title":"Nightstalkers, Daywalkers, and Familiars: Inside the World of 'Blade Trinity'","overview":"A short documentary on the making of Blade Trinity.","popularity":1.281,"poster_path":"/oW451ps5vSgFrQVDGEbQKTn1wXY.jpg","release_date":"2005-07-13","title":"Nightstalkers, Daywalkers, and Familiars: Inside the World of 'Blade Trinity'","video":false,"vote_average":5.5,"vote_count":2,"character":"Self","credit_id":"5fc85d86680be8003e166416","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":921890,"original_language":"en","original_title":"Betty White: A Celebration","overview":"A documentary focusing on the life of actress and comedian Betty White.","popularity":1.845,"poster_path":"/eVkeP8Cc2p6afVBTw2y1ETiQjqx.jpg","release_date":"2022-01-17","title":"Betty White: A Celebration","video":false,"vote_average":0.0,"vote_count":0,"character":"Self","credit_id":"61cfa8d7172d7f002020f61b","order":2,"media_type":"movie"},{"adult":false,"backdrop_path":"/fC14f5b4ISz0vEq11F2ogQtOgut.jpg","genre_ids":[99],"id":543119,"original_language":"en","original_title":"Betty White: First Lady of Television","overview":"The definitive look at Betty White's life and career. As the only authorized documentary on Betty ever made, this film is packed with hilarious clips from her long career. Plus comments from friends and co-stars.","popularity":1.742,"poster_path":"/zCF07F7rZ1Cwamtehk2PYAxMNIq.jpg","release_date":"2018-08-18","title":"Betty White: First Lady of Television","video":false,"vote_average":7.4,"vote_count":7,"character":"Self","credit_id":"5dd3dbb8fe077a0013c1178e","order":3,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[10770,18],"id":463630,"original_language":"en","original_title":"My Name Is Kate","overview":"Kate (Donna Mills) is an alcoholic--and, as is often the case, she is in full denial regarding her illness. Only when she is threatened with mass desertion by her husband, children and best friend does the sullen Kate agree to seek out treatment.","popularity":0.6,"poster_path":"/oGnAbngQGMZa9wlFEPNJ79OkoWM.jpg","release_date":"1994-01-24","title":"My Name Is Kate","video":false,"vote_average":6.0,"vote_count":3,"character":"Kevin Bannister","credit_id":"5dd3de0cb39e3500138c8ff1","order":3,"media_type":"movie"},{"adult":false,"backdrop_path":"/lXkOMo50HEAmWVG1QecdPJ5vi6T.jpg","genre_ids":[16,35,10751],"id":801876,"original_language":"en","original_title":"Dear Diary: World's First Pranks","overview":"Eep reveals how a comical accident led her and Dawn to discover the joys of tricking their families and set about performing \"the world's first pranks.\"","popularity":1.751,"poster_path":"/1zCHghX3Nmy55UerNxd8cFLNXzh.jpg","release_date":"2021-02-09","title":"Dear Diary: World's First Pranks","video":false,"vote_average":4.9,"vote_count":7,"character":"Guy (voice)","credit_id":"60687dafd55c3d0027132150","order":3,"media_type":"movie"},{"adult":false,"backdrop_path":"/lEByQKaprCSNXbkb3R0WnN1fiFW.jpg","genre_ids":[18],"id":7353,"original_language":"en","original_title":"Fireflies in the Garden","overview":"The semi-autobiographical story centers on the complexities of love and commitment in a family torn apart when faced by an unexpected tragedy.","popularity":7.942,"poster_path":"/ozRz07oyk4ZKu5fbYHE33DnnuM9.jpg","release_date":"2008-08-07","title":"Fireflies in the Garden","video":false,"vote_average":6.2,"vote_count":165,"character":"Michael Waechter","credit_id":"52fe447cc3a36847f8098dc5","order":4,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":447147,"original_language":"en","original_title":"Weapon X Mutant Files","overview":"The nine main mutants in the film-plus William Stryker-are each given the behind-the-scenes treatment in Mutant Files. Each segment starts with a character giving a straight-up cheesy monologue before we're treated to plenty of on-set footage and interviews with the actors, producer Lauren Shuler Donner, director Gavin Hood, stunt coordinator JJ Perry, and visual effects supervisors Patrick McClung and Craig Lyn. Highlights include Kevin Duran's makeup-intensive transformation into Blob, and Jackman talking about how he and Liev Schreiber egged each other on to do their own stunts.","popularity":0.935,"poster_path":"/BnIJaA2bSizPZpGMd1ChXnaNgb.jpg","release_date":"2009-09-15","title":"Weapon X Mutant Files","video":true,"vote_average":6.8,"vote_count":18,"character":"Himself","credit_id":"58c982049251415e7c000416","order":4,"media_type":"movie"},{"adult":false,"backdrop_path":"/iadogiNVxAd6r3iXPqlynjiA5J1.jpg","genre_ids":[18],"id":254698,"original_language":"en","original_title":"Ordinary Magic","overview":"When his father dies, Jeffrey is sent to live with his aunt Charlotte in Canada. Once there he leads his aunt and his friends in staging, a non-violent hunger strike to try to save his aunt's house from being demolished to make room for a ski resort.","popularity":2.286,"poster_path":"/umqadMupNCiH5ma4clG1WbtIOpc.jpg","release_date":"1993-10-20","title":"Ordinary Magic","video":false,"vote_average":5.1,"vote_count":8,"character":"Ganesh / Jeffrey","credit_id":"59e392eb9251410b6700009f","order":4,"media_type":"movie"},{"adult":false,"backdrop_path":"/5EFATeYsjwo6Hjud91JEpy8SK4G.jpg","genre_ids":[10770,14,10751,35],"id":15674,"original_language":"en","original_title":"Sabrina the Teenage Witch","overview":"A girl, sent by her parents to live with her two eccentric aunts, finds out on her sixteenth birthday that she is a witch.","popularity":15.628,"poster_path":"/mpWf9g1B1PGhoatOBcC5r9RglEM.jpg","release_date":"1996-04-07","title":"Sabrina the Teenage Witch","video":false,"vote_average":6.702,"vote_count":275,"character":"Seth","credit_id":"59e392ea9251410b67000089","order":4,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":477733,"original_language":"en","original_title":"We All Fall Down","overview":"In this dark independent drama, Michael (Darcy Belsher) is an out of work actor who has been trying to pull himself out of a downward spiral of drug abuse that set in after the death of his mother. Michael's best friend Kris (Martin Cummins) is, if anything, in even worse shape; a gifted artist, Kris' appetite for drugs has all but silenced his muse, and his girlfriend Ryan (Francoise Robertson) has little interest in helping him control his dangerous appetites. The drug-related death of a close friend and a bizarre experience with a junkie prostitute (Helen Shaver) convinces Michael that he needs to clean up once and for all, but Kris may be too far gone to save.","popularity":0.6,"poster_path":"/k58bMCXqR58fYpc6NiJGHFWyzWb.jpg","release_date":"1999-09-24","title":"We All Fall Down","video":false,"vote_average":5.0,"vote_count":1,"character":"Red Shoes","credit_id":"5dd3dcd5356a710012ed1991","order":8,"media_type":"movie"},{"adult":false,"backdrop_path":"/wvqdJLVh0mSblly7UnYFPEk04Wd.jpg","genre_ids":[12,28,53,878],"id":2080,"original_language":"en","original_title":"X-Men Origins: Wolverine","overview":"After seeking to live a normal life, Logan sets out to avenge the death of his girlfriend by undergoing the mutant Weapon X program and becoming Wolverine.","popularity":12.963,"poster_path":"/yj8LbTju1p7CUJg7US2unSBk33s.jpg","release_date":"2009-04-28","title":"X-Men Origins: Wolverine","video":false,"vote_average":6.25,"vote_count":9123,"character":"Wade Wilson / Deadpool / Weapon XI","credit_id":"52fe4333c3a36847f8041e23","order":9,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":413323,"original_language":"en","original_title":"Deadpool: From Comics to Screen... to Screen","overview":"This documentary divided into five segments examines the source and its path to the movies, backstory, special effects story/character areas, cast and performances. It includes notes from Reynolds, Liefeld, Miller, Wernick, Reese, executive producers Aditya Sood and Stan Lee, co-creator/comics writer Fabian Nicieza, producer Simon Kinberg, comics writer Joe Kelly, specialty costume designer Russell Shinkle, makeup designer Bill Corso, production designer Sean Haworth, director of photography Ken Seng, executive producer/unit production manager John J. Kelly, previs supervisor Franck Balson, stunt coordinator Philip J. Silvera, visual effects supervisors Pauline Duvall and Jonathan Rothbart, visual effects producer Annemarie Griggs, 2nd unit director/stunt coordinator Robert Alonzo, special effects coordinator Alex Burdett, utility stunts Regis Harrington, composer Tom Holkenberg, and actors Morena Baccarin, TJ Miller, Brianna Hildebrand, Leslie Uggams, Ed Skrein, and Gina Carano.","popularity":4.783,"poster_path":null,"release_date":"2016-05-10","title":"Deadpool: From Comics to Screen... to Screen","video":false,"vote_average":6.3,"vote_count":12,"character":"Himself","credit_id":"59e392eb9251410b67000099","order":10,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[18,10770],"id":264560,"original_language":"en","original_title":"When Friendship Kills","overview":"Teenager Lexi Archer moves to Chicago with her newly divorced mother and befriends a popular girl at her new school, Jennifer. After Lexi's volleyball coach suggests that she lose weight, Jennifer reveals she is bulimic and the two girls decide to help each other, leading to disastrous consequences.","popularity":3.571,"poster_path":"/9k86hz9Ux4YEfE9lnUmfysezDDf.jpg","release_date":"1996-02-19","title":"When Friendship Kills","video":false,"vote_average":5.8,"vote_count":13,"character":"Ben Colson","credit_id":"5dd3dda9fe077a0013c11970","order":10,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":108316,"original_language":"en","original_title":"The Alarmist","overview":"Young Tommy Hudler decides to become a security systems salesman, and is an instant success. Everything seems to be going great until he discovers there's more to this business and his boss Heinrich than he previously suspected.","popularity":5.319,"poster_path":"/nbuzeIoIF7QuALZ6WnmTzaE7HO9.jpg","release_date":"1998-10-23","title":"The Alarmist","video":false,"vote_average":4.2,"vote_count":9,"character":"","credit_id":"59e392eb9251410b67000095","order":11,"media_type":"movie"},{"adult":false,"backdrop_path":"/mxk38SNmzoqgZdznql5cPMeHe9F.jpg","genre_ids":[18,10770],"id":49809,"original_language":"en","original_title":"Serving in Silence: The Margarethe Cammermeyer Story","overview":"After serving in the military for more than twenty years, including a tour of duty in Vietnam, Colonel Margarethe Cammermeyer (Glenn Close) had seen her share of battles. But nothing could prepare her for the fight ahead: an intensely personal struggle against the U.S. Army when she becomes the highest ranking officer ever to be discharged for being a lesbian. With the support of her partner Diane (Judy Davis), Cammermeyer undertakes an against-all-odds battle against the Army's policy. But to do so, she must risk everything – her career, her privacy and even the love of her family.","popularity":2.982,"poster_path":"/mHkVybbJ77ZNzEvsISQZypBSmE4.jpg","release_date":"1995-01-23","title":"Serving in Silence: The Margarethe Cammermeyer Story","video":false,"vote_average":5.5,"vote_count":12,"character":"Andy","credit_id":"5a6d20c3c3a36855590134f9","order":12,"media_type":"movie"},{"adult":false,"backdrop_path":"/4dm60JrE7rCWQvqio1KdzQvfCvS.jpg","genre_ids":[35,18],"id":16614,"original_language":"en","original_title":"Adventureland","overview":"In the summer of 1987, a college graduate takes a 'nowhere' job at his local amusement park, only to find it's the perfect course to get him prepared for the real world.","popularity":11.024,"poster_path":"/eeSJNAR1aWcgANq26KWIHm3cbyB.jpg","release_date":"2009-04-03","title":"Adventureland","video":false,"vote_average":6.376,"vote_count":1841,"character":"Mike Connell","credit_id":"52fe46de9251416c7508635f","order":13,"media_type":"movie"},{"adult":false,"backdrop_path":"/5WLdmRWfTpohU3aSbBgvF4zljfM.jpg","genre_ids":[35],"id":16406,"original_language":"en","original_title":"Dick","overview":"Two high school girls wander off during a class trip to the White House and meet President Richard Nixon. They become the official dog walkers for Nixon's dog Checkers, and become his secret advisors during the Watergate scandal.","popularity":9.523,"poster_path":"/dJrwdIBbidBeb5nvke3VRKyoLYj.jpg","release_date":"1999-08-04","title":"Dick","video":false,"vote_average":5.8,"vote_count":205,"character":"Chip","credit_id":"59e392ea9251410b67000087","order":13,"media_type":"movie"},{"adult":false,"backdrop_path":"/6llCvjW3CRR3uLWXkzCDCihC8jq.jpg","genre_ids":[35,12],"id":11282,"original_language":"en","original_title":"Harold \u0026 Kumar Go to White Castle","overview":"Nerdy accountant Harold and his irrepressible friend, Kumar, get stoned watching television and find themselves utterly bewitched by a commercial for White Castle. Convinced there must be one nearby, the two set out on a late-night odyssey that takes them deep into New Jersey. Somehow, the boys manage to run afoul of rednecks, cops and even a car-stealing Neil Patrick Harris before getting anywhere near their beloved sliders.","popularity":16.352,"poster_path":"/5vO7R4xYlDipTp8gzfRbWegO8eb.jpg","release_date":"2004-05-30","title":"Harold \u0026 Kumar Go to White Castle","video":false,"vote_average":6.5,"vote_count":1684,"character":"Male Nurse","credit_id":"586449ccc3a36852d2011c8e","order":14,"media_type":"movie"},{"adult":false,"backdrop_path":"/3VM2WugxWzo20K4qV1PEihAzZW4.jpg","genre_ids":[99],"id":937127,"original_language":"en","original_title":"How Did We Get Here?","overview":"An intimate reflection on life in the digital age and Seán McLoughlin's journey through the highest highs - chanting crowds, sold out shows, and marriage proposals - and lowest lows - grappling with loneliness in the harsh Irish winter - and the life and wonder in between.","popularity":4.912,"poster_path":"/o4AbAdPq1SxeSyS3tnYY0ZgUHWn.jpg","release_date":"2022-02-28","title":"How Did We Get Here?","video":false,"vote_average":10.0,"vote_count":1,"character":"Self (archive footage)","credit_id":"621472c10499f2001bbdd3bb","order":15,"media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[10751,12],"id":95626,"original_language":"en","original_title":"Tourist Trap","overview":"Family comedy about a man who decides to take his family on a trip his famous uncle took years ago.\r Fascinated by the Civil War in which he devotes all his spare time, George Piper decides to take, for the holidays, his wife and two children in the footsteps of his glorious grandfather, who played a decisive role in the Battle of Cripple Creek. But the journey he imagined motor home does not go as peacefully as planned.Tourist Trap is a Disney television movie that originally aired as part of The Wonderful World of Disney on April 5, 1998. It was later released in Germany on May 13, 2000 and on video in Hungary on June 28, 2001.","popularity":2.202,"poster_path":"/oe4GQ8X00K9dA3mBWs75oQxI4H2.jpg","release_date":"1998-04-05","title":"Tourist Trap","video":false,"vote_average":5.7,"vote_count":3,"character":"","credit_id":"59e392eb9251410b6700009b","order":20,"media_type":"movie"},{"adult":false,"backdrop_path":"/C8FpZfTPEZDjngPlatiFsaDB4A.jpg","genre_ids":[28,35,80],"id":718930,"original_language":"en","original_title":"Bullet Train","overview":"Unlucky assassin Ladybug is determined to do his job peacefully after one too many gigs gone off the rails. Fate, however, may have other plans, as Ladybug's latest mission puts him on a collision course with lethal adversaries from around the globe—all with connected, yet conflicting, objectives—on the world's fastest train.","popularity":1034.607,"poster_path":"/nF1a7P9lUq9kNas9RIvSEQ412qN.jpg","release_date":"2022-07-03","title":"Bullet Train","video":false,"vote_average":7.4,"vote_count":335,"character":"Carver (uncredited)","credit_id":"62eac90b1bf26600602ef3fe","order":27,"media_type":"movie"},{"adult":false,"backdrop_path":"/hpgda6P9GutvdkDX5MUJ92QG9aj.jpg","genre_ids":[28,12,35],"id":384018,"original_language":"en","original_title":"Fast \u0026 Furious Presents: Hobbs \u0026 Shaw","overview":"Ever since US Diplomatic Security Service Agent Hobbs and lawless outcast Shaw first faced off, they just have traded smack talk and body blows. But when cyber-genetically enhanced anarchist Brixton's ruthless actions threaten the future of humanity, they join forces to defeat him.","popularity":118.785,"poster_path":"/qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg","release_date":"2019-08-01","title":"Fast \u0026 Furious Presents: Hobbs \u0026 Shaw","video":false,"vote_average":6.875,"vote_count":5868,"character":"Eteon Director / Victor Locke","credit_id":"5d41461ab87aec7f0f390a45","order":33,"media_type":"movie"},{"adult":false,"backdrop_path":"/kR9k0HItlQxgrZm3k6qydYqtTnB.jpg","genre_ids":[10402,99],"id":697641,"original_language":"en","original_title":"Stronger Together, Tous Ensemble","overview":"Join iconic Canadian artists, activists, actors, and athletes as they share their stories of hope and inspiration in this national salute to our frontline workers and in support of Food Banks Canada’s COVID-19 relief efforts.","popularity":2.409,"poster_path":"/e5qUvG0tDX8jbnYKdkLvJ0Rvhv6.jpg","release_date":"2020-04-26","title":"Stronger Together, Tous Ensemble","video":false,"vote_average":1.0,"vote_count":1,"character":"Self","credit_id":"5ea6a4f0a2d2e90018df15ea","order":34,"media_type":"movie"},{"adult":false,"backdrop_path":"/nEcEy7iVOh04dzZWP2e6AcwpLvI.jpg","genre_ids":[35,14],"id":72105,"original_language":"en","original_title":"Ted","overview":"John Bennett, a man whose childhood wish of bringing his teddy bear to life came true, now must decide between keeping the relationship with the bear or his girlfriend, Lori.","popularity":97.578,"poster_path":"/osJNr64CNyGhCzdlg6oHt3a6vNA.jpg","release_date":"2012-06-29","title":"Ted","video":false,"vote_average":6.383,"vote_count":10778,"character":"Jared (uncredited)","credit_id":"52fe4858c3a368484e0f44bf","order":52,"media_type":"movie"},{"adult":false,"backdrop_path":"/zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg","genre_ids":[35,37],"id":188161,"original_language":"en","original_title":"A Million Ways to Die in the West","overview":"As a cowardly farmer begins to fall for the mysterious new woman in town, he must put his new-found courage to the test when her husband, a notorious gun-slinger, announces his arrival.","popularity":36.262,"poster_path":"/n9SicwnoNGWBwE75le27sUhCLMm.jpg","release_date":"2014-05-22","title":"A Million Ways to Die in the West","video":false,"vote_average":6.0,"vote_count":3522,"character":"Random Cowboy (uncredited)","credit_id":"5638e597925141728c000fb6","order":56,"media_type":"movie"},{"adult":false,"backdrop_path":"/4xQf8p7jjf1BW4zs8jlituUrvbr.jpg","genre_ids":[35],"id":75,"origin_country":["US"],"original_language":"en","original_name":"Two Guys and a Girl","overview":"This story revolves around the lives of three teenagers, Berg, Pete and Sharon and how their lives are entwined. It further deals with the bonds they share with each other.","popularity":19.504,"poster_path":"/ulm7wLxyxDNO8kEe12oTM5efWfb.jpg","first_air_date":"1998-03-10","name":"Two Guys and a Girl","vote_average":7.2,"vote_count":114,"character":"Michael \"Berg\" Bergen","credit_id":"525335fd19c295794003c6f1","episode_count":81,"media_type":"tv"},{"adult":false,"backdrop_path":"/jbTqU6BJMufoMnPSlO4ThrcXs3Y.jpg","genre_ids":[16,35],"id":1434,"origin_country":["US"],"original_language":"en","original_name":"Family Guy","overview":"Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.","popularity":261.558,"poster_path":"/9RBeCo8QSaoJLmmuzlwzVH3Hi12.jpg","first_air_date":"1999-01-31","name":"Family Guy","vote_average":7.189,"vote_count":3351,"character":"Ryan Reynolds (voice)","credit_id":"5256e91819c2956ff610401b","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":"/At7XQ83krOAmiLMPSkBAK07XERi.jpg","genre_ids":[10767,35],"id":1489,"origin_country":["US"],"original_language":"en","original_name":"Jimmy Kimmel Live!","overview":"Jimmy Kimmel Live! is an American late-night talk show, created and hosted by Jimmy Kimmel and broadcast on ABC.","popularity":23.922,"poster_path":"/2r1BVnc6LPATNBvGzpy7m1AFPpj.jpg","first_air_date":"2003-01-26","name":"Jimmy Kimmel Live!","vote_average":5.654,"vote_count":104,"character":"","credit_id":"525707f6760ee3776a03ad41","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":"/uOPVhgfljgOM1SNz7eXuPHti9oK.jpg","genre_ids":[10767],"id":1900,"origin_country":["US"],"original_language":"en","original_name":"LIVE with Kelly and Ryan","overview":"A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.","popularity":20.896,"poster_path":"/hBkyypWN3EcOzkozatiCm5VeaG.jpg","first_air_date":"1988-09-05","name":"LIVE with Kelly and Ryan","vote_average":4.7,"vote_count":21,"character":"","credit_id":"52571a4d19c29571140c5b50","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":"/7I5VX5Vr1jrUvikA7mTje97dT2e.jpg","genre_ids":[10767],"id":2221,"origin_country":["US"],"original_language":"en","original_name":"The View","overview":"ABC Daytime's morning chatfest, currently featuring Whoopi Goldberg, Joy Behar, Sunny Hostin, Meghan McCain, and Abby Huntsman, discussing the most exciting events of the day. Hot topics in the news, the best experts in their field, celebrity interviews and general entertainment are all part of The View.","popularity":12.552,"poster_path":"/zn5ZtKXYo8XOoXUgtQxw7q2CjVt.jpg","first_air_date":"1997-08-11","name":"The View","vote_average":4.6,"vote_count":72,"character":"Self","credit_id":"5257286b760ee3776a295464","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/lWkfSWJstUFk7oqyo7MrMoXehoi.jpg","genre_ids":[10767,35],"id":2518,"origin_country":["US"],"original_language":"en","original_name":"The Tonight Show with Jay Leno","overview":"The Tonight Show with Jay Leno is an American late-night talk show hosted by Jay Leno that initially aired from May 25, 1992 to May 29, 2009, and resumed production on March 1, 2010. The fourth incarnation of the Tonight Show franchise made its debut on May 25, 1992, three days following Johnny Carson's retirement as host of the program. The program originates from NBC Studios in Burbank, California, and is broadcast Monday through Friday at 11:35 PM in the Eastern and Pacific time zones. Unlike Carson or his predecessor Jack Paar, Leno only once utilized a guest host, preferring to host the series by himself.\n\nOn April 26, 1999, the show began broadcasting in 1080i HDTV, becoming the first American nightly talk show to be shot in high definition. The show is shot in 16:9 aspect ratio.\n\nThe series, which followed the same basic format as that of his predecessors, ran until May 29, 2009, after which Leno was succeeded by Conan O'Brien. NBC signed Leno to a new deal for a nightly talk show in the 10:00 pm ET timeslot. The primetime series, titled The Jay Leno Show, debuted on September 14, 2009, following a similar format to the Leno incarnation of Tonight.","popularity":20.591,"poster_path":"/xAFMZ3wFIEXTISryRZD94AAvWng.jpg","first_air_date":"1992-05-25","name":"The Tonight Show with Jay Leno","vote_average":5.446,"vote_count":65,"character":"","credit_id":"52573c15760ee36aaa02959b","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[18,10766],"id":3889,"origin_country":["CA","US"],"original_language":"en","original_name":"Hillside","overview":"Hillside (known as Fifteen in the United States) is a Canadian-American teen drama that aired on YTV in Canada from 1991 to 1993. Created and produced by John T. Binkley, the series was Nickelodeon's only teenage soap opera. The show was shot on videotape, similar to most daytime dramas.\n\nThe series was first conceived as Fifteen in an improvised form for The Disney Channel, where a 13-episode pilot series was produced and tested in the U.S. After Disney decided not to proceed with the project, Nickelodeon and Canadian partners joined Binkley in producing the series which was known in its first and second seasons as Hillside in Canada, and throughout the 65-episode run as Fifteen in the U.S. The show was subsequently syndicated around the world, with runs in Germany and Israel, among others.\n\nThe series features a large ensemble cast which underwent several changes over the show's four-season run. Notable cast members include Laura Harris, Enuka Okuma, and Ryan Reynolds.","popularity":2.376,"poster_path":"/lqkp0FYhXbQUSNT0bTvio21AjK7.jpg","first_air_date":"1991-02-03","name":"Hillside","vote_average":7.7,"vote_count":3,"character":"Billy Simpson","credit_id":"525758a519c29531db15ff2c","episode_count":65,"media_type":"tv"},{"adult":false,"backdrop_path":"/nWxgVgQubzlSmbjm7fbMIEeFTY4.jpg","genre_ids":[35],"id":4556,"origin_country":["US"],"original_language":"en","original_name":"Scrubs","overview":"In the unreal world of Sacred Heart Hospital, John \"J.D.\" Dorian learns the ways of medicine, friendship and life.","popularity":91.324,"poster_path":"/u1z05trCA7AuSuDhi365grwdos1.jpg","first_air_date":"2001-10-02","name":"Scrubs","vote_average":7.982,"vote_count":1203,"character":"Spence","credit_id":"5257701d760ee36aaa46f212","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/q9unI9oHyLUNK97RQPYAGjFs4Xu.jpg","genre_ids":[35,10767],"id":4573,"origin_country":["US"],"original_language":"en","original_name":"Late Night with Conan O'Brien","overview":"Late Night with Conan O'Brien is an American late-night talk show hosted by Conan O'Brien that aired 2,725 episodes on NBC between 1993 and 2009. The show featured varied comedic material, celebrity interviews, and musical and comedy performances. Late Night aired weeknights at 12:37 am Eastern/11:37 pm Central and 12:37 am Mountain in the United States. From 1993 until 2000, Andy Richter served as O'Brien's sidekick; following his departure, O'Brien was the show's sole featured performer. The show's house musical act was The Max Weinberg 7, led by E Street Band drummer Max Weinberg.\n\nThe second incarnation of NBC's Late Night franchise, O'Brien's debuted in 1993 after David Letterman, who hosted the first incarnation of Late Night, moved to CBS to host Late Show opposite The Tonight Show. In 2004, as part of a deal to secure a new contract, NBC announced that O'Brien would leave Late Night in 2009 to succeed Jay Leno as the host of The Tonight Show. Jimmy Fallon began hosting his version of Late Night on March 2, 2009.","popularity":26.912,"poster_path":"/gJZ1rhLLFpatuAeylJoUI82DKC7.jpg","first_air_date":"1993-09-13","name":"Late Night with Conan O'Brien","vote_average":7.218,"vote_count":103,"character":"Self - Guest","credit_id":"525770d8760ee36aaa485930","episode_count":3,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[16,35],"id":5197,"origin_country":["CA"],"original_language":"en","original_name":"Zeroman","overview":"Zeroman is a Canadian animated television series that aired on the Canadian cartoon network Teletoon and on Télétoon. It tells the adventures of incompetent sixty-six-year-old postman Les Mutton who also happens to be the superhero known as Zeroman. As Zeroman, Les fights the crime that plagues Fair City in a similar fashion to Nielsen's Lieutenant Frank Drebin character in the Naked Gun series. Although a second season was once announced as in production, the death of Leslie Nielsen guaranteed that another season will not happen.","popularity":1.348,"poster_path":"/7CWjmadGMgdWPeLxQVSYKOy2JNQ.jpg","first_air_date":"2004-09-01","name":"Zeroman","vote_average":1.0,"vote_count":1,"character":"Ty Cheese (voice)","credit_id":"52577e5d760ee36aaa5b7101","episode_count":14,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[10767],"id":319,"origin_country":["US"],"original_language":"en","original_name":"The Tony Danza Show","overview":"The Tony Danza Show was a daytime variety talk show that premiered on September 13, 2004 in syndication and was distributed by Buena Vista Television.","popularity":14.456,"poster_path":"/6w7n6O6UNZKvL1liVFKYmTXFdNH.jpg","first_air_date":"2004-09-13","name":"The Tony Danza Show","vote_average":6.6,"vote_count":5,"character":"","credit_id":"52534dbd19c2957940103c63","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/48owQZcn8kP6Gfq2IQ7vPFmvKYu.jpg","genre_ids":[35,10767],"id":562,"origin_country":["US"],"original_language":"en","original_name":"The Ellen DeGeneres Show","overview":"The Ellen DeGeneres Show, often shortened to just Ellen, is an American television talk show hosted by comedian/actress Ellen DeGeneres.","popularity":13.07,"poster_path":"/PhUYIGUUk1RzWq2Aw3TqH65McE.jpg","first_air_date":"2003-09-08","name":"The Ellen DeGeneres Show","vote_average":5.914,"vote_count":122,"character":"Self","credit_id":"5253875d19c295794021ad93","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/wgHOte5qHSayi1vpIQNwJQsJY5W.jpg","genre_ids":[],"id":766,"origin_country":["GB"],"original_language":"en","original_name":"This Morning","overview":"This Morning is a British daytime television programme broadcast on ITV. It is currently presented by Phillip Schofield, Holly Willoughby on Monday to Thursday with Ruth Langsford and Eamonn Holmes presenting on a Friday and during the school holidays with guest presenters standing in or contributing items to the show. The show began airing on 3 October 1988 featuring Richard Madeley and Judy Finnigan as hosts until their departure in July 2001.\n\nThe show was devised by Granada Television and was first broadcast from studios at the Albert Dock in Liverpool, before relocating to The London Studios in 1996. This Morning now airs daily on ITV at 10:30am till 12:30pm featuring news, topical items, showbiz, style and beauty, home and garden, food, health, real life and more similar features.\n\nSince 2010, during the summer, This Morning Summer has aired on the same channel at the same time slot. It is generally a continuation of the same format effectively making the show a year-round broadcast, featuring Eamonn Holmes and Ruth Langsford as the main presenters.","popularity":0.826,"poster_path":"/79XfvbOCcNwdXAnPHbcQd0cH8iN.jpg","first_air_date":"1988-10-03","name":"This Morning","vote_average":6.7,"vote_count":11,"character":"Self - Guest","credit_id":"5253944c19c29579402b7c56","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[10763,10767],"id":1709,"origin_country":["US"],"original_language":"en","original_name":"Today","overview":"Today is a daily American morning television show that airs on NBC. The program debuted on January 14, 1952. It was the first of its genre on American television and in the world, and is the fifth-longest running American television series. Originally a two-hour program on weekdays, it expanded to Sundays in 1987 and Saturdays in 1992. The weekday broadcast expanded to three hours in 2000, and to four hours in 2007.\n\nToday's dominance was virtually unchallenged by the other networks until the late 1980s, when it was overtaken by ABC's Good Morning America. Today retook the Nielsen ratings lead the week of December 11, 1995, and held onto that position for 852 consecutive weeks until the week of April 9, 2012, when it was beaten by Good Morning America yet again. In 2002, Today was ranked #17 on TV Guide's 50 Greatest Television Shows of All Time.","popularity":3.205,"poster_path":"/xlWdasY9oYg3OO5VTNqlPFftgya.jpg","first_air_date":"1952-01-14","name":"Today","vote_average":5.8,"vote_count":17,"character":"","credit_id":"525713e5760ee3776a1161b3","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/foTO6oSRArKUUe7sw8mvqATaaKc.jpg","genre_ids":[35],"id":4469,"origin_country":["US"],"original_language":"en","original_name":"MADtv","overview":"MADtv is an American sketch comedy television series originally inspired by Mad magazine. The one-hour show aired Saturday nights on Fox.","popularity":1.397,"poster_path":"/xBhqJk2Uvn3XzQxKnq96ESwDYES.jpg","first_air_date":"1995-10-14","name":"MADtv","vote_average":6.841,"vote_count":82,"character":"Self","credit_id":"52576b39760ee36aaa3eba3d","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/2m4MtdIuOr7G1ZCWw9GXDghnmzv.jpg","genre_ids":[10751,10765],"id":11121,"origin_country":["CA"],"original_language":"en","original_name":"The Odyssey","overview":"The Odyssey is a Canadian-produced half-hour adventure-fantasy television series for children, originally broadcast 1992-94 on CBC Television. It starred Illya Woloshyn as Jay Ziegler, Ashleigh Aston Moore as Donna/Alpha, Tony Sampson as Keith/Flash, Andrea Nemeth as Medea/Sierra Jones, Mark Hildreth as Finger, Ryan Reynolds as Macro, Janet Hodgkinson as Val Ziegler, and Devon Sawa as Yudo.","popularity":4.613,"poster_path":"/ixeOYFcCj6YjKrliC13pxGFNTK2.jpg","first_air_date":"1992-03-09","name":"The Odyssey","vote_average":7.0,"vote_count":3,"character":"Macro","credit_id":"52580c0619c29531db412603","episode_count":39,"media_type":"tv"},{"adult":false,"backdrop_path":"/yeuPvfPYK7Y3J3ZWqLF2IcWEi36.jpg","genre_ids":[18,10765],"id":21561,"origin_country":["US"],"original_language":"en","original_name":"The Outer Limits","overview":"Anthology series of composed of distinct story episodes, sometimes with a plot twist at the end, with occasional recurring story elements that were often tied together during season-finale clip shows.","popularity":17.319,"poster_path":"/pi6uo8huONeyuxcliK7o6jAc4k4.jpg","first_air_date":"1995-03-26","name":"The Outer Limits","vote_average":7.908,"vote_count":141,"character":"","credit_id":"525869a9760ee3466119bc59","episode_count":3,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":28806,"origin_country":["GB"],"original_language":"en","original_name":"TNT Show","overview":"","popularity":1.653,"poster_path":null,"first_air_date":"2009-06-11","name":"TNT Show","vote_average":0.0,"vote_count":0,"character":"Himself","credit_id":"52589008760ee3466150ac54","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/2pJYis3LUEgFC3UErTQVgmUV1hN.jpg","genre_ids":[35,10767],"id":1220,"origin_country":["GB"],"original_language":"en","original_name":"The Graham Norton Show","overview":"Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.","popularity":51.755,"poster_path":"/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg","first_air_date":"2007-02-22","name":"The Graham Norton Show","vote_average":7.227,"vote_count":192,"character":"Self","credit_id":"5aec7d55c3a3682eb700066e","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[10767],"id":80515,"origin_country":["US"],"original_language":"en","original_name":"The Reichen Show","overview":"A list of celebrity interviews and sensational topics.","popularity":8.193,"poster_path":null,"first_air_date":"2005-11-11","name":"The Reichen Show","vote_average":2.0,"vote_count":1,"character":"Self","credit_id":"5b379d759251413cab02e791","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":null,"genre_ids":[18],"id":29853,"origin_country":["US"],"original_language":"en","original_name":"In Cold Blood","overview":"At the end of the 1950s, in a more innocent America, the brutal, meaningless slaying of a Midwestern family horrified the nation. This film is based on Truman Capote's hauntingly detailed, psychologically penetrating nonfiction novel. While in prison, Dick Hickock, 20, hears a cell-mate's story about $10,000 in cash kept in a home safe by a prosperous rancher. When he's paroled, Dick persuades ex-con Perry Smith, also 20, to join him in going after the stash. On a November night in 1959, Dick and Perry break into the Holcomb, Kansas, house of Herb Clutter. Enraged at finding no safe, they wake the sleeping family and brutally kill them all. The bodies are found by two friends who come by before Sunday church. The murders shock the small Great Plains town, where doors are routinely left unlocked. Detective Alvin Dewey of the Kansas Bureau of Investigation heads the case, but there are no clues, no apparent motive and no suspects...","popularity":4.017,"poster_path":"/rYqCMllLTq6mE8fEAzvhXepakoi.jpg","first_air_date":"1996-11-24","name":"In Cold Blood","vote_average":6.5,"vote_count":10,"character":"Bobby Rupp","credit_id":"5b80359d9251416c84011425","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":"/m5k30me2pdEUgXgb4R8AFIAObai.jpg","genre_ids":[35,10763],"id":1667,"origin_country":["US"],"original_language":"en","original_name":"Saturday Night Live","overview":"A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.","popularity":58.3,"poster_path":"/bfiBW2qtdPEdcDOhYGNiP8XX8ok.jpg","first_air_date":"1975-10-11","name":"Saturday Night Live","vote_average":6.9,"vote_count":318,"character":"Self","credit_id":"5dc315ac99259c001879f546","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/m5k30me2pdEUgXgb4R8AFIAObai.jpg","genre_ids":[35,10763],"id":1667,"origin_country":["US"],"original_language":"en","original_name":"Saturday Night Live","overview":"A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.","popularity":58.3,"poster_path":"/bfiBW2qtdPEdcDOhYGNiP8XX8ok.jpg","first_air_date":"1975-10-11","name":"Saturday Night Live","vote_average":6.9,"vote_count":318,"character":"Self / Guy Who Knows the Owner (uncredited)","credit_id":"5ddc5f84a80673001211cc23","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/rHuXgDmrv4vMKgQZ6pu2E2iLJnM.jpg","genre_ids":[35,10764],"id":33238,"origin_country":["KR"],"original_language":"ko","original_name":"런닝맨","overview":"These days, variety entertainment is gradually disappearing. It is one of Korea's representative variety entertainment shows that has been in charge of Sunday evenings for over 10 years. In this program, many stars and members play games and missions together. It is characterized by going around several places. In particular, this program focuses solely on laughter among the many fun elements of entertainment.\n\nOpen your eyes! Big fun enters!\n\nOpen your mouth! A big smile enters!\n\nOpen your mind! Instructive lesson enters!","popularity":120.43,"poster_path":"/2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg","first_air_date":"2010-07-11","name":"Running Man","vote_average":8.5,"vote_count":136,"character":"","credit_id":"5e12144a5907de0012dd8c01","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg","genre_ids":[35,10767],"id":63770,"origin_country":["US"],"original_language":"en","original_name":"The Late Show with Stephen Colbert","overview":"Improv actor and comic Stephen Colbert leaves his \"The Colbert Report\" character behind as he makes his long-awaited return to television. As the host of The Late Show franchise redux - taped at the historic Ed Sullivan Theatre at New York - Colbert talks to actors, athletes, politicians, comics, artists and musicians as himself for the first time. Loyal fans, however, will also be treated to consistency as Colbert remains backed by many members of his writing and digital team from his former venture. Julliard-trained Jon Batiste serves as the bandleader.","popularity":33.336,"poster_path":"/9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg","first_air_date":"2015-09-08","name":"The Late Show with Stephen Colbert","vote_average":6.506,"vote_count":170,"character":"Self","credit_id":"5e85e88d691cd5001259761f","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/bJbh9BT53az3uWortxzfvVcigJG.jpg","genre_ids":[10763,10767,35],"id":101214,"origin_country":["US"],"original_language":"en","original_name":"Some Good News","overview":"John Krasinski highlights some good news from around the world.","popularity":2.839,"poster_path":"/8KrhN7Mx6uoxFnRAaZrzYRO5TVB.jpg","first_air_date":"2020-03-29","name":"Some Good News","vote_average":9.3,"vote_count":6,"character":"Weatherman","credit_id":"5eb2f6100b7316001e43bf39","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/doSfKKsBBVW20IEELEOifiI5mf7.jpg","genre_ids":[10764],"id":71427,"origin_country":["US"],"original_language":"en","original_name":"Life of Kylie","overview":"Kylie Jenner welcomes viewers to her unfiltered world of fame, fortune, relationships and empire.","popularity":2.878,"poster_path":"/eAE42OlJdXzaNCekE0ww0KYOcAd.jpg","first_air_date":"2017-08-06","name":"Life of Kylie","vote_average":6.9,"vote_count":21,"character":"Self","credit_id":"5eb72316ca7ec6001d7b1d4a","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/uganUhifpqzzAunI0PETnutlmR.jpg","genre_ids":[10767],"id":8621,"origin_country":["US"],"original_language":"en","original_name":"Late Night with Jimmy Fallon","overview":"Late Night with Jimmy Fallon is an American late-night talk show airing weeknights at 12:35 am Eastern/11:35 pm Central on NBC in the United States. The hour-long show premiered on March 2, 2009, and is hosted by actor, comedian and performer Jimmy Fallon, an alumnus of Saturday Night Live. Hip hop/neo soul band The Roots serve as the show's house band, and Steve Higgins is the show's announcer.\n\nThe third incarnation of the Late Night franchise originated by David Letterman, the program originates from NBC Studio 6B in the GE Building at 30 Rockefeller Center in New York City. The show typically opens with a brief monologue from Fallon, followed by a comedy \"desk piece,\" as well as prerecorded segments and audience competitions. The next segment is devoted to a celebrity interview, with guests ranging from actors and musicians to media personalities and political figures. The show then closes with either a musical or comedy performance. The show frequently employs digital media into its comedy, which has become crucial to its success. Fallon has been appointed to become the next host of The Tonight Show, where he will succeed the current host Jay Leno at the conclusion of the 2014 Winter Olympics, with fellow SNL alum Seth Meyers slated to replace Fallon.","popularity":7.81,"poster_path":"/l8WzbOr7vg3WDlB3hoy32wZDxwj.jpg","first_air_date":"2009-03-02","name":"Late Night with Jimmy Fallon","vote_average":6.1,"vote_count":69,"character":"Self","credit_id":"5f04d683a35c8e0036217ba8","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/jO803koX4pYjGuxjOkLytCusuJm.jpg","genre_ids":[10767,35,10763],"id":32415,"origin_country":["US"],"original_language":"en","original_name":"Conan","overview":"A late night television talk show hosted by Conan O'Brien.","popularity":57.022,"poster_path":"/oQxrvUhP3ycwnlxIrIMQ9Z3kleq.jpg","first_air_date":"2010-11-08","name":"Conan","vote_average":7.192,"vote_count":172,"character":"Self","credit_id":"5fe7b37ff36a32003c65db20","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/6jGVOu5NvnmSKh28ByWAJrTOEH2.jpg","genre_ids":[35,10767],"id":59941,"origin_country":["US"],"original_language":"en","original_name":"The Tonight Show Starring Jimmy Fallon","overview":"After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.","popularity":74.666,"poster_path":"/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg","first_air_date":"2014-02-17","name":"The Tonight Show Starring Jimmy Fallon","vote_average":6.0,"vote_count":188,"character":"Self","credit_id":"5fed2859002134003d9bde55","episode_count":2,"media_type":"tv"},{"adult":false,"backdrop_path":"/6GwiLCrpC52SSMkIjy26JmHcpO0.jpg","genre_ids":[99],"id":126929,"origin_country":["US"],"original_language":"en","original_name":"Welcome to Wrexham","overview":"Documentary series tracking the dreams and worries of Wrexham, a working-class town in North Wales, UK, as two Hollywood stars (Rob McElhenney and Ryan Reynolds) take ownership of the town’s historic yet struggling football club.","popularity":6.767,"poster_path":"/z5fZOpWI4FmJ3eSJsNkJjwEY4uZ.jpg","first_air_date":"2022-08-24","name":"Welcome to Wrexham","vote_average":0.0,"vote_count":0,"character":"Self","credit_id":"60ba90fc4cd9120078cdee6e","episode_count":6,"media_type":"tv"},{"adult":false,"backdrop_path":"/uOPVhgfljgOM1SNz7eXuPHti9oK.jpg","genre_ids":[10767],"id":1900,"origin_country":["US"],"original_language":"en","original_name":"LIVE with Kelly and Ryan","overview":"A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.","popularity":20.896,"poster_path":"/hBkyypWN3EcOzkozatiCm5VeaG.jpg","first_air_date":"1988-09-05","name":"LIVE with Kelly and Ryan","vote_average":4.7,"vote_count":21,"character":"Self - Guest","credit_id":"6107c2787719d70072c0489f","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/jbTqU6BJMufoMnPSlO4ThrcXs3Y.jpg","genre_ids":[16,35],"id":1434,"origin_country":["US"],"original_language":"en","original_name":"Family Guy","overview":"Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.","popularity":261.558,"poster_path":"/9RBeCo8QSaoJLmmuzlwzVH3Hi12.jpg","first_air_date":"1999-01-31","name":"Family Guy","vote_average":7.189,"vote_count":3351,"character":"Overweight Guy (voice)","credit_id":"616860c5d43f010091dc4e1a","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/qcSeIeEeqFoa3BLYyAfmqMkQIQ7.jpg","genre_ids":[16,35],"id":78570,"origin_country":["CA"],"original_language":"en","original_name":"Corner Gas Animated","overview":"It's been a few years, and there's still not a lot going on in Dog River, 40 kilometres from nowhere. But that's all about to change.","popularity":4.472,"poster_path":"/zXftWA3LqP3PzCbA8I6JhlNlW5w.jpg","first_air_date":"2018-04-02","name":"Corner Gas Animated","vote_average":7.1,"vote_count":9,"character":"Ryan Reynolds (voice)","credit_id":"61852bf0ddd52d0026b7dcef","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/ugYUSzs75Rm2syRuCrBSJAh09lJ.jpg","genre_ids":[],"id":23521,"origin_country":["DE"],"original_language":"en","original_name":"Kids' Choice Awards","overview":"Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange blimp figurine which also functions as a kaleidoscope.","popularity":5.292,"poster_path":"/uW5MVaAJS00N6kZYmp39nbEeNtO.jpg","first_air_date":"1987-01-18","name":"Kids' Choice Awards","vote_average":9.4,"vote_count":7,"character":"Self","credit_id":"618dabb3b076e500262a34fe","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/51QQFBaU2YpSTS1PXsqO9cKPT5s.jpg","genre_ids":[10765,9648,80],"id":4087,"origin_country":["US"],"original_language":"en","original_name":"The X-Files","overview":"The exploits of FBI Special Agents Fox Mulder and Dana Scully who investigate X-Files: marginalized, unsolved cases involving paranormal phenomena. Mulder believes in the existence of aliens and the paranormal while Scully, a skeptic, is assigned to make scientific analyses of Mulder's discoveries that debunk Mulder's work and thus return him to mainstream cases.","popularity":104.396,"poster_path":"/5BD0kiTGnDxONqdrsswTewnk6WH.jpg","first_air_date":"1993-09-10","name":"The X-Files","vote_average":8.406,"vote_count":2312,"character":"Jay De Boom","credit_id":"6219f11090cf510018a96ee7","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/dStSVZMZJWTOsuH40lN3pjV5kb8.jpg","genre_ids":[],"id":78086,"origin_country":[],"original_language":"de","original_name":"Late Night Berlin","overview":"","popularity":2.141,"poster_path":"/5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg","first_air_date":"2018-03-12","name":"Late Night Berlin","vote_average":9.0,"vote_count":1,"character":"Self","credit_id":"6265ab1af794ad004fee1106","episode_count":1,"media_type":"tv"},{"adult":false,"backdrop_path":"/hko5DpJPBjQot2L8yNqazCZJpRf.jpg","genre_ids":[10767],"id":76178,"origin_country":["US"],"original_language":"en","original_name":"My Next Guest Needs No Introduction With David Letterman","overview":"TV legend David Letterman teams up with fascinating global figures for in-depth interviews and curiosity-fueled excursions in this monthly talk show.","popularity":9.267,"poster_path":"/5dObN91CjQPUhgQoEMbpmLTtxc8.jpg","first_air_date":"2018-01-12","name":"My Next Guest Needs No Introduction With David Letterman","vote_average":7.6,"vote_count":38,"character":"Self","credit_id":"6289aaa9ed2ac200a8c84834","episode_count":1,"media_type":"tv"}],"crew":[{"adult":false,"backdrop_path":"/ckrpWAApQsOPpsivpJeg6odsgsM.jpg","genre_ids":[99],"id":77880,"original_language":"en","original_title":"The Whale","overview":"The true story of a young, wild killer whale - an orca - nicknamed Luna, who lost contact with his family on the coast of British Columbia and turned up alone in a narrow stretch of sea between mountains, a place called Nootka Sound.","popularity":1.67,"poster_path":"/kpzNLHeVLqdLNSSCYVXKPpWoOno.jpg","release_date":"2011-09-09","title":"The Whale","video":false,"vote_average":6.1,"vote_count":16,"credit_id":"52fe4981c3a368484e12ec9f","department":"Production","job":"Executive Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/en971MEXui9diirXlogOrPKmsEn.jpg","genre_ids":[28,12,35],"id":293660,"original_language":"en","original_title":"Deadpool","overview":"The origin story of former Special Forces operative turned mercenary Wade Wilson, who, after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","popularity":236.25,"poster_path":"/zq8Cl3PNIDGU3iWNRoc5nEZ6pCe.jpg","release_date":"2016-02-09","title":"Deadpool","video":false,"vote_average":7.6,"vote_count":27152,"credit_id":"569b7cdb9251410cca0028dd","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"credit_id":"585e9bbac3a3681a68011121","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[9648,80,35],"id":522457,"original_language":"en","original_title":"Clue","overview":"Based on the Hasbro board game, a band of strangers frantically try to figure out who is the murderer among them.","popularity":0.949,"poster_path":"/b2Jasug0vSghR0yLJSkSAJD68U8.jpg","release_date":"","title":"Clue","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5aedb04e9251411d02008e89","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":537992,"original_language":"en","original_title":"Stoned Alone","overview":"A 20-something loser misses the plane for his holiday ski trip and gets high at home, only to then discover that thieves have broken into his house.","popularity":0.6,"poster_path":null,"release_date":"","title":"Stoned Alone","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5b5921fe0e0a2611fb002be0","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/7py8kUCYaOdFn1TfVS87BDBySOz.jpg","genre_ids":[35,12,878],"id":550988,"original_language":"en","original_title":"Free Guy","overview":"A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.","popularity":251.59,"poster_path":"/xmbU4JTUm8rsdtn7Y3Fcm30GpeT.jpg","release_date":"2021-08-11","title":"Free Guy","video":false,"vote_average":7.65,"vote_count":6130,"credit_id":"5bb93c6c9251410a1a0179ac","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"credit_id":"5c0e567992514147920b5a98","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/snO3rah2ty0tI5kX5SNqftqmWD2.jpg","genre_ids":[35],"id":632856,"original_language":"en","original_title":"Spirited","overview":"Imagine Charles Dickens’ heartwarming tale of a scrooge visited by four ghosts on Christmas Eve—but funnier.","popularity":0.6,"poster_path":"/A5H4EyvOgHzCZOhtsWcd7wmWBrY.jpg","release_date":"","title":"Spirited","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5d85b06de78e2d002173f7ee","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[28,12,14],"id":687257,"original_language":"en","original_title":"Untitled Dragon's Lair Movie","overview":"A knight called Dirk the Daring sets out to rescue Princess Daphne from the evil dragon Singe and a wizard named Mordroc. Based on the video game of the same name.","popularity":3.595,"poster_path":null,"release_date":"","title":"Untitled Dragon's Lair Movie","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5e7f2c462dc44e0017fd3adb","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","genre_ids":[28,12,35,878],"id":696806,"original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","popularity":289.076,"poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","release_date":"2022-03-11","title":"The Adam Project","video":false,"vote_average":7.105,"vote_count":2812,"credit_id":"5ea39ca435c30a001dbd503e","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f45396899d5c30033c3b77c","department":"Production","job":"Executive Producer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":748133,"original_language":"en","original_title":"Everyday Parenting Tips","overview":"A father offers advice on what to say when their child says they believe a monster lurks under the bed — at a time when an ongoing monster uprising is actually happening in the world.","popularity":0.6,"poster_path":null,"release_date":"","title":"Everyday Parenting Tips","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f735d028c22c00037ca9e19","department":"Production","job":"Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/yRWI04o8pfTZpvBW2XEybfy9jSE.jpg","genre_ids":[35,28],"id":758009,"original_language":"en","original_title":"Shotgun Wedding","overview":"Grace and Tom gather their lovable but very opinionated families for the ultimate destination wedding just as they begin to get cold feet. And if that wasn’t enough of a threat to the celebration, suddenly everyone’s lives are in danger when the entire party is taken hostage.","popularity":4.392,"poster_path":"/378xU3gOZQhznWpqVPqIumR8tKX.jpg","release_date":"2022-06-29","title":"Shotgun Wedding","video":false,"vote_average":5.7,"vote_count":3,"credit_id":"5f9853e1c15b550035647dd4","department":"Production","job":"Executive Producer","media_type":"movie"},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"credit_id":"5c0e55d8c3a368252a0c509c","department":"Writing","job":"Writer","media_type":"movie"},{"adult":false,"backdrop_path":"/aLGAH12ubqzXmGcjansziJTeIZ9.jpg","genre_ids":[28,35,80],"id":558144,"original_language":"en","original_title":"Deadpool: No Good Deed","overview":"Deadpool sees an opportunity to save the day, but it doesn't go entirely as planned.","popularity":41.112,"poster_path":"/4ZROj6yVhHCsEhszTvGzal4woMs.jpg","release_date":"2017-03-03","title":"Deadpool: No Good Deed","video":false,"vote_average":7.197,"vote_count":368,"credit_id":"5c5310cbc3a36847939929b4","department":"Writing","job":"Writer","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f452f2068929c0036b26cce","department":"Writing","job":"Screenplay","media_type":"movie"},{"adult":false,"backdrop_path":null,"genre_ids":[28,878,35],"id":533535,"original_language":"en","original_title":"Deadpool 3","overview":"The third installment in the Deadpool franchise.","popularity":73.707,"poster_path":"/4gdqWCVvidYR0pOHuVOqFundbUG.jpg","release_date":"","title":"Deadpool 3","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"622be387d363e50047384bbc","department":"Writing","job":"Co-Writer","media_type":"movie"},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"credit_id":"6278e8b6323eba5246bcd304","department":"Writing","job":"Writer","media_type":"movie"},{"adult":false,"backdrop_path":"/qPOn1IGy5rRn4VECph7PTssPsPJ.jpg","genre_ids":[35],"id":92254,"origin_country":["US"],"original_language":"en","original_name":"Don't","overview":"A game show that offers contestants the chance to win cash by tackling hilarious tasks, each with the simple rule: \"DON'T.\"","popularity":1.132,"poster_path":"/A6VjzXamLCHi9Uh7xXbSZjB8oeF.jpg","first_air_date":"2020-06-11","name":"Don't","vote_average":7.0,"vote_count":4,"credit_id":"5d521fe315dea0001535727a","department":"Production","episode_count":8,"job":"Executive Producer","media_type":"tv"}],"id":10859}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the movie credits for a person.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 17a85a4f-4947-4c3d-8e1c-4b217ac3264d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 90536af38d9da25c6aba1a50614edfe33329ead5 |
| X-Memc-Age | 11556 |
| X-Memc-Expires | 6379 |
| ETag | W/"460f76c33ffa7fd5d2fd2b153d76a0e8" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | q06RvLvx1CNJmlBQy5GvmnDvug2RaquQekq-loWVubQbfE2EWNmf6w== |
| Age | 28644 |
{"cast":[{"adult":false,"backdrop_path":"/oAfxQnTlfTKmr61RjE3NM2DlzUN.jpg","genre_ids":[35,10749],"id":10033,"original_language":"en","original_title":"Just Friends","overview":"While visiting his hometown during Christmas, a man comes face-to-face with his old high school crush whom he was best friends with – a woman whose rejection of him turned him into a ferocious womanizer.","popularity":28.931,"poster_path":"/jgs2mdFlx8NJzbxXTHeQxvQbN6n.jpg","release_date":"2005-11-23","title":"Just Friends","video":false,"vote_average":6.176,"vote_count":1343,"character":"Chris Brander","credit_id":"52fe430e9251416c75001bed","order":0},{"adult":false,"backdrop_path":"/27acFtG7du5twjjYzUDj5EDbE0p.jpg","genre_ids":[27],"id":10065,"original_language":"en","original_title":"The Amityville Horror","overview":"This hair-raising remake of the 1979 horror hit depicts the ordeal of the Lutz clan, whose new home has a gory past and a legacy of demons. Before long, the family patriarch is plagued by nightmares and his daughter is seeing phantoms.","popularity":46.248,"poster_path":"/4D246dpe7yy2GvHI2IbpeqkUXry.jpg","release_date":"2005-04-14","title":"The Amityville Horror","video":false,"vote_average":6.111,"vote_count":1831,"character":"George Lutz","credit_id":"52fe43199251416c750035e3","order":0},{"adult":false,"backdrop_path":"/poJDkjwDvKVvQc4TIogw4jxItCk.jpg","genre_ids":[35,10749],"id":11452,"original_language":"en","original_title":"National Lampoon's Van Wilder","overview":"Van Wilder has been attending college for far too many years and is scared to graduate, but Van’s father eventually realizes what is going on. When he stops paying his son's tuition fees, Van must come up with the money if he wants to stay in college, so he and his friends come up with a great fund-raising idea – throwing parties. However, when the college magazine finds out and reporter, Gwen is sent to do a story on Van Wilder, things get a little complicated.","popularity":20.801,"poster_path":"/hl19MAS9hV5QkkUdZuoLleDuNH9.jpg","release_date":"2002-03-29","title":"National Lampoon's Van Wilder","video":false,"vote_average":5.991,"vote_count":1539,"character":"Van Wilder","credit_id":"52fe44439251416c7502e7c3","order":0},{"adult":false,"backdrop_path":"/p0uaaqE5XQ9TpICMir5axMfTYkg.jpg","genre_ids":[28,35,80,53],"id":7516,"original_language":"en","original_title":"Smokin' Aces","overview":"When a Las Vegas performer-turned-snitch named Buddy Israel decides to turn state's evidence and testify against the mob, it seems that a whole lot of people would like to make sure he's no longer breathing.","popularity":21.213,"poster_path":"/nrdnN8WqvyOt8Bnl3hgWcZD6ZyM.jpg","release_date":"2006-12-09","title":"Smokin' Aces","video":false,"vote_average":6.486,"vote_count":1354,"character":"Richard Messner","credit_id":"52fe4482c3a36847f809a3a7","order":0},{"adult":false,"backdrop_path":"/jaegX6b1InnSSUAagdr0NE2ABBS.jpg","genre_ids":[35],"id":7553,"original_language":"en","original_title":"Waiting...","overview":"Employees at a Bennigan's-like restaurant (called, creatively enough, Shenanigan's), kill time before their real lives get started. But while they wait, they'll have to deal with picky customers who want their steak cooked to order and enthusiastic managers who want to build the perfect wait staff. Luckily, these employees have effective revenge tactics.","popularity":21.662,"poster_path":"/h3NJDiaaliUH35ApXPu8PFKZwWz.jpg","release_date":"2005-10-07","title":"Waiting...","video":false,"vote_average":6.272,"vote_count":624,"character":"Monty","credit_id":"52fe4483c3a36847f809a917","order":0},{"adult":false,"backdrop_path":"/fTY8qwqGcsFRVmoUc2sTYkH3mzn.jpg","genre_ids":[35,10749],"id":8390,"original_language":"en","original_title":"Definitely, Maybe","overview":"When Will decides to tell his daughter the story of how he met her mother, he discovers that a second look at the past might also give him a second chance at the future.","popularity":13.584,"poster_path":"/fWdZJH70uEluwbhJ4DGisk9NNOP.jpg","release_date":"2008-02-08","title":"Definitely, Maybe","video":false,"vote_average":6.9,"vote_count":2066,"character":"Will Hayes","credit_id":"52fe44a4c3a36847f80a1dab","order":0},{"adult":false,"backdrop_path":"/3GrCggVsUD3DT6UyyuB5Xdx3Sma.jpg","genre_ids":[18,53,9648],"id":26388,"original_language":"en","original_title":"Buried","overview":"Paul is a U.S. truck driver working in Iraq. After an attack by a group of Iraqis he wakes to find he is buried alive inside a coffin. With only a lighter and a cell phone it's a race against time to escape this claustrophobic death trap.","popularity":24.842,"poster_path":"/splPNB0vAoNlb8l5WYxz2E3FK2G.jpg","release_date":"2010-09-24","title":"Buried","video":false,"vote_average":6.613,"vote_count":2374,"character":"Paul Conroy","credit_id":"52fe44ffc3a368484e042c5b","order":0},{"adult":false,"backdrop_path":"/mgdibh7MOSh2UUGAIwz1Hjf2UzJ.jpg","genre_ids":[35,18,10749],"id":12912,"original_language":"en","original_title":"Chaos Theory","overview":"Frank Allen, a professional speaker who lectures on time management has a perfectly ordered and scheduled life, down to the minute. When his wife sets his clock forward 10 minutes as a joke, his day is thrown off. Deciding that his strictly ordered life has done him little good, he begins to make multiple choice index cards, choosing one at random and doing what is written on the card.","popularity":10.279,"poster_path":"/iP4DJqTeMMQJ3J0eyt2RjRH6NZH.jpg","release_date":"2008-03-14","title":"Chaos Theory","video":false,"vote_average":6.307,"vote_count":316,"character":"Frank Allen","credit_id":"52fe452c9251416c7504e0ab","order":0},{"adult":false,"backdrop_path":"/8IgO1J34wYZ01btvSxvTYE71LbL.jpg","genre_ids":[18,14],"id":12994,"original_language":"en","original_title":"The Nines","overview":"A troubled actor, a television show runner, and an acclaimed videogame designer find their lives intertwining in mysterious and unsettling ways.","popularity":6.919,"poster_path":"/AkIyPzbxBnR815XNCKH5D9T4RaE.jpg","release_date":"2007-01-21","title":"The Nines","video":false,"vote_average":5.949,"vote_count":343,"character":"Gary / Gavin / Gabriel","credit_id":"52fe452d9251416c7504e351","order":0},{"adult":false,"backdrop_path":"/uookmLyx9dKDBrjXJDDp175meg4.jpg","genre_ids":[28],"id":14527,"original_language":"en","original_title":"Foolproof","overview":"Kevin, Sam and Rob have an unusual hobby: planning foolproof heists, without intending to actually perform them. The game goes wrong when their latest plan is stolen and carried out. Things get even worse when a mysterious man approaches them with an offer: plan a heist for him, or go to jail. As the clock ticks, they find that the risk might be higher than just their freedom.","popularity":7.269,"poster_path":"/gudhSz8sDzRXxHY5XchllQKxw77.jpg","release_date":"2003-10-03","title":"Foolproof","video":false,"vote_average":6.1,"vote_count":122,"character":"Kevin","credit_id":"52fe45fc9251416c75069351","order":0},{"adult":false,"backdrop_path":"/58r049aVTO1KjAYVuWJr0KgG5nY.jpg","genre_ids":[12,28,53,878],"id":44912,"original_language":"en","original_title":"Green Lantern","overview":"For centuries, a small but powerful force of warriors called the Green Lantern Corps has sworn to keep intergalactic order. Each Green Lantern wears a ring that grants him superpowers. But when a new enemy called Parallax threatens to destroy the balance of power in the Universe, their fate and the fate of Earth lie in the hands of the first human ever recruited.","popularity":83.833,"poster_path":"/fj21HwUprqjjwTdkKC1XZurRSpV.jpg","release_date":"2011-06-16","title":"Green Lantern","video":false,"vote_average":5.162,"vote_count":6308,"character":"Hal Jordan / Green Lantern","credit_id":"52fe46a3c3a36847f8109e9d","order":0},{"adult":false,"backdrop_path":"/3qfiZd8ETMk9MQsmhbOB5QAAx0l.jpg","genre_ids":[16,10751],"id":77950,"original_language":"en","original_title":"Turbo","overview":"The tale of an ordinary garden snail who dreams of winning the Indy 500.","popularity":35.422,"poster_path":"/tN4bjzZ3ePY57hpCTFk0Kc3oXAw.jpg","release_date":"2013-07-11","title":"Turbo","video":false,"vote_average":6.163,"vote_count":2735,"character":"Turbo (voice)","credit_id":"52fe4985c3a368484e12fb97","order":0},{"adult":false,"backdrop_path":"/fD4Q03vX0xqumc6iuDt6SujrlxI.jpg","genre_ids":[18,53,80],"id":244761,"original_language":"en","original_title":"The Captive","overview":"Eight years after the disappearance of Cassandra, some disturbing incidents seem to indicate that she's still alive. Police, parents and Cassandra herself, will try to unravel the mystery of her disappearance.","popularity":16.58,"poster_path":"/wLoFxTZFEfAzFLk2qSoPbcz58Jb.jpg","release_date":"2014-08-09","title":"The Captive","video":false,"vote_average":5.849,"vote_count":940,"character":"Matthew","credit_id":"530f8875925141739000113a","order":0},{"adult":false,"backdrop_path":"/d5tcsjdLw3uxBd318EIcTn9e35X.jpg","genre_ids":[35,80,27,14],"id":244458,"original_language":"en","original_title":"The Voices","overview":"A mentally unhinged factory worker must decide whether to listen to his talking cat and become a killer, or follow his dog's advice to keep striving for normalcy.","popularity":13.028,"poster_path":"/mgaUxeI43IxERR6AVbwFmr4bUKl.jpg","release_date":"2014-01-19","title":"The Voices","video":false,"vote_average":6.256,"vote_count":1490,"character":"Jerry Hickfang / Mr. Whiskers (voice) / Bosco (voice) / Deer (voice) / Bunny Monkey (voice)","credit_id":"52fe4ef1c3a36847f82b26cf","order":0},{"adult":false,"backdrop_path":"/kwPNyQuxp2O6aeNKDjt7wv9lre0.jpg","genre_ids":[878,9648,53,28],"id":238615,"original_language":"en","original_title":"Self/less","overview":"An extremely wealthy elderly man dying from cancer undergoes a radical medical procedure that transfers his consciousness to the body of a healthy young man but everything may not be as good as it seems when he starts to uncover the mystery of the body's origins and the secret organization that will kill to keep its secrets.","popularity":28.211,"poster_path":"/b03zZZTE17iH6klsInFOlrgfYRN.jpg","release_date":"2015-07-10","title":"Self/less","video":false,"vote_average":6.408,"vote_count":2678,"character":"Young Damian","credit_id":"52fe4e80c3a36847f829494b","order":0},{"adult":false,"backdrop_path":"/sKJOOzIR5oMiCeXC7gBxXgIDz9p.jpg","genre_ids":[28,80,878],"id":302156,"original_language":"en","original_title":"Criminal","overview":"CIA Agent Bill Pope is on a mission to track down a shadowy hacker named 'The Dutchman'. When he gets mysteriously killed, an experimental procedure transfers his memories into a dangerous ex-convict. When he wakes up Pope's memories, his mission is to eliminate The Dutchman before the hacker launches ICBMs and starts World War III.","popularity":30.652,"poster_path":"/lm0NlIsgGDqdx7CGFCDDJo1ptgh.jpg","release_date":"2016-04-07","title":"Criminal","video":false,"vote_average":6.126,"vote_count":1454,"character":"Bill Pope","credit_id":"546433750e0a262942000c05","order":0},{"adult":false,"backdrop_path":"/en971MEXui9diirXlogOrPKmsEn.jpg","genre_ids":[28,12,35],"id":293660,"original_language":"en","original_title":"Deadpool","overview":"The origin story of former Special Forces operative turned mercenary Wade Wilson, who, after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","popularity":236.25,"poster_path":"/zq8Cl3PNIDGU3iWNRoc5nEZ6pCe.jpg","release_date":"2016-02-09","title":"Deadpool","video":false,"vote_average":7.6,"vote_count":27152,"character":"Wade Wilson / Deadpool","credit_id":"57169b95925141695b00046f","order":0},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"character":"Wade Wilson / Deadpool / Juggernaut (voice) / Ryan Reynolds","credit_id":"56c61c2cc3a3680d52003669","order":0},{"adult":false,"backdrop_path":"/7KsqfXDECZMryX1Rv4RKsT7SIjQ.jpg","genre_ids":[53,35,80,28],"id":390043,"original_language":"en","original_title":"The Hitman's Bodyguard","overview":"The world’s top bodyguard gets a new client, a hitman who must testify at the International Court of Justice. They must put their differences aside and work together to make it to the trial on time.","popularity":103.994,"poster_path":"/5CGjlz2vyBhW5xHW4eNOZIdgzYq.jpg","release_date":"2017-08-16","title":"The Hitman's Bodyguard","video":false,"vote_average":6.884,"vote_count":5249,"character":"Michael Bryce","credit_id":"56f862e1c3a3686a61007950","order":0},{"adult":false,"backdrop_path":"/c3mneRU7HJLPsJxjQCouOwluvXh.jpg","genre_ids":[99],"id":50056,"original_language":"en","original_title":"Secret Origin: The Story of DC Comics","overview":"A look at the history of the comic book publication that launched such legendary characters as Superman, Batman and Wonder Woman.","popularity":5.673,"poster_path":"/8rGrf4pENDMdB3INsqhdpuCsqAW.jpg","release_date":"2010-11-09","title":"Secret Origin: The Story of DC Comics","video":false,"vote_average":7.0,"vote_count":34,"character":"Narrator (voice)","credit_id":"59e392ea9251410b6700008b","order":0},{"adult":false,"backdrop_path":null,"genre_ids":[9648,80,35],"id":522457,"original_language":"en","original_title":"Clue","overview":"Based on the Hasbro board game, a band of strangers frantically try to figure out who is the murderer among them.","popularity":0.949,"poster_path":"/b2Jasug0vSghR0yLJSkSAJD68U8.jpg","release_date":"","title":"Clue","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5aedb0030e0a2635c200893a","order":0},{"adult":false,"backdrop_path":"/eFw5YSorHidsajLTayo1noueIxI.jpg","genre_ids":[28,53,35],"id":509967,"original_language":"en","original_title":"6 Underground","overview":"After faking his death, a tech billionaire recruits a team of international operatives for a bold and bloody mission to take down a brutal dictator.","popularity":65.123,"poster_path":"/lnWkyG3LLgbbrIEeyl5mK5VRFe4.jpg","release_date":"2019-12-10","title":"6 Underground","video":false,"vote_average":6.332,"vote_count":3876,"character":"One","credit_id":"5b11b5580e0a26582c002b81","order":0},{"adult":false,"backdrop_path":"/7py8kUCYaOdFn1TfVS87BDBySOz.jpg","genre_ids":[35,12,878],"id":550988,"original_language":"en","original_title":"Free Guy","overview":"A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.","popularity":251.59,"poster_path":"/xmbU4JTUm8rsdtn7Y3Fcm30GpeT.jpg","release_date":"2021-08-11","title":"Free Guy","video":false,"vote_average":7.65,"vote_count":6130,"character":"Guy","credit_id":"5bb93c289251417f4900efc1","order":0},{"adult":false,"backdrop_path":null,"genre_ids":[28,878,35],"id":533535,"original_language":"en","original_title":"Deadpool 3","overview":"The third installment in the Deadpool franchise.","popularity":73.707,"poster_path":"/4gdqWCVvidYR0pOHuVOqFundbUG.jpg","release_date":"","title":"Deadpool 3","video":false,"vote_average":0.0,"vote_count":0,"character":"Wade Wilson / Deadpool","credit_id":"5be4b9a8c3a36810c603a9a9","order":0},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"character":"Wade Wilson / Deadpool / Juggernaut (voice)","credit_id":"5c0e53ccc3a36825200be66c","order":0},{"adult":false,"backdrop_path":"/zSLD94ofBzMShLgWcbeEfTa5zJ7.jpg","genre_ids":[28,35,53],"id":522931,"original_language":"en","original_title":"Hitman's Wife's Bodyguard","overview":"The world’s most lethal odd couple – bodyguard Michael Bryce and hitman Darius Kincaid – are back on another life-threatening mission. Still unlicensed and under scrutiny, Bryce is forced into action by Darius's even more volatile wife, the infamous international con artist Sonia Kincaid. As Bryce is driven over the edge by his two most dangerous protectees, the trio get in over their heads in a global plot and soon find that they are all that stand between Europe and a vengeful and powerful madman.","popularity":81.488,"poster_path":"/6zwGWDpY8Zu0L6W4SYWERBR8Msw.jpg","release_date":"2021-06-14","title":"Hitman's Wife's Bodyguard","video":false,"vote_average":6.759,"vote_count":1567,"character":"Michael Bryce","credit_id":"5c3dd5330e0a2638678ee329","order":0},{"adult":false,"backdrop_path":"/snO3rah2ty0tI5kX5SNqftqmWD2.jpg","genre_ids":[35],"id":632856,"original_language":"en","original_title":"Spirited","overview":"Imagine Charles Dickens’ heartwarming tale of a scrooge visited by four ghosts on Christmas Eve—but funnier.","popularity":0.6,"poster_path":"/A5H4EyvOgHzCZOhtsWcd7wmWBrY.jpg","release_date":"","title":"Spirited","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5d85afbab76cbb000ede8d48","order":0},{"adult":false,"backdrop_path":null,"genre_ids":[35,14,12],"id":639720,"original_language":"en","original_title":"If","overview":"A man can see and talk to people's imaginary friends, befriending those that have been forgotten or discarded. However, some imaginary friends, lacking love and friendship, turn to the dark side and must be stopped.","popularity":2.884,"poster_path":"/w1ONftpqcgUA5Uk8ZyIgAvF5i9K.jpg","release_date":"2024-05-24","title":"If","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5da66c8138765100145dc14f","order":0},{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","genre_ids":[28,12,35,878],"id":696806,"original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","popularity":289.076,"poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","release_date":"2022-03-11","title":"The Adam Project","video":false,"vote_average":7.106,"vote_count":2811,"character":"Adam Reed","credit_id":"5ea34c3a3faba00020453c8e","order":0},{"adult":false,"backdrop_path":"/48BMVtCtYM0v1MFIui2kTZpbMA0.jpg","genre_ids":[35,28,12,878],"id":861345,"original_language":"en","original_title":"Untitled Free Guy Sequel","overview":"A sequel to the 2021 comedy Free Guy. Plot unknown.","popularity":5.01,"poster_path":"/rEHW8GXM7Lny4XTbtXYMwpIoeaw.jpg","release_date":"","title":"Untitled Free Guy Sequel","video":false,"vote_average":0.0,"vote_count":0,"character":"Guy","credit_id":"611853880bb076002b61ceea","order":0},{"adult":false,"backdrop_path":"/p4V8Mwcn4zUyOMuw9ILgW02P8u3.jpg","genre_ids":[35,18,10751],"id":35320,"original_language":"en","original_title":"School of Life","overview":"At Fallbrook Middle School, the annual student-elected Teacher of the Year award is held. And every year for the last 43 years Norman Warner or most fondly called Stormin' Norman Warner has won the award. Now that he has died, the burden of carrying the legacy falls into the hands of Matt Warner, the son of the late Norman Warner who has always lived in the shadow of his father.","popularity":7.764,"poster_path":"/6v3lhMJLKQEsIpQRM56pU0FMwzW.jpg","release_date":"2005-02-19","title":"School of Life","video":false,"vote_average":6.421,"vote_count":107,"character":"Mr. D","credit_id":"52fe459f9251416c91038d15","order":1},{"adult":false,"backdrop_path":"/wq17r2QvfXM7rwgN5oRghnGzFwp.jpg","genre_ids":[35,10749,18],"id":18240,"original_language":"en","original_title":"The Proposal","overview":"When she learns she's in danger of losing her visa status and being deported, overbearing book editor Margaret Tate forces her put-upon assistant, Andrew Paxton, to marry her.","popularity":107.877,"poster_path":"/aYlnDia7ldvqFUst1O5S8LZeM2S.jpg","release_date":"2009-06-01","title":"The Proposal","video":false,"vote_average":7.094,"vote_count":5595,"character":"Andrew Paxton","credit_id":"52fe476d9251416c75098e4b","order":1},{"adult":false,"backdrop_path":"/bNgqt819qpHcszjCzLCG5y16ldF.jpg","genre_ids":[16,12,10751,14,35,28],"id":49519,"original_language":"en","original_title":"The Croods","overview":"The prehistoric Croods family live in a particularly dangerous moment in time. Patriarch Grug, his mate Ugga, teenage daughter Eep, son Thunk, and feisty Gran gather food by day and huddle together in a cave at night. When a more evolved caveman named Guy arrives on the scene, Grug is distrustful, but it soon becomes apparent that Guy is correct about the impending destruction of their world.","popularity":100.683,"poster_path":"/j5KhQADL9o6H7NZzTsiyAME3Sve.jpg","release_date":"2013-03-15","title":"The Croods","video":false,"vote_average":6.916,"vote_count":6105,"character":"Guy (voice)","credit_id":"52fe4799c3a36847f813e4ff","order":1},{"adult":false,"backdrop_path":"/z5xeSCrTLpA4VSLtbwakWWEXWM0.jpg","genre_ids":[35],"id":49520,"original_language":"en","original_title":"The Change-Up","overview":"Dave is a married man with two kids and a loving wife, and Mitch is a single man who is at the prime of his sexual life. One fateful night while Mitch and Dave are peeing in a fountain when lightning strikes, they switch bodies.","popularity":47.734,"poster_path":"/ki98MXBwD1qDhY3JhMdY16jJucv.jpg","release_date":"2011-08-05","title":"The Change-Up","video":false,"vote_average":6.112,"vote_count":2324,"character":"Mitch Planko","credit_id":"52fe4799c3a36847f813e559","order":1},{"adult":false,"backdrop_path":"/6KJcFFE1iBPC0Xj0iPCcmMvS5WK.jpg","genre_ids":[14,28,35,80],"id":49524,"original_language":"en","original_title":"R.I.P.D.","overview":"A recently slain cop joins a team of undead police officers working for the Rest in Peace Department and tries to find the man who murdered him. Based on the comic by Peter M. Lenkov.","popularity":43.474,"poster_path":"/rS0kByPD4YF8pQ85KjzMdGiu7Xf.jpg","release_date":"2013-07-18","title":"R.I.P.D.","video":false,"vote_average":5.8,"vote_count":3295,"character":"Nick Walker","credit_id":"52fe4799c3a36847f813e7f7","order":1},{"adult":false,"backdrop_path":"/ekxOKfNl2tEPIm1gc8M33AgVvr9.jpg","genre_ids":[28,53],"id":59961,"original_language":"en","original_title":"Safe House","overview":"A dangerous CIA renegade resurfaces after a decade on the run. When the safe house he's remanded to is attacked by mercenaries, a rookie operative escapes with him. Now, the unlikely allies must stay alive long enough to uncover who wants them dead.","popularity":22.35,"poster_path":"/7SYBPjv5ywF6cI4BSFFtlDyChT2.jpg","release_date":"2012-02-09","title":"Safe House","video":false,"vote_average":6.428,"vote_count":3037,"character":"Matt Weston","credit_id":"52fe49a4c3a36847f81a4edb","order":1},{"adult":false,"backdrop_path":"/wcdqcgru2Cv3UZBHuBwYbxhEEbs.jpg","genre_ids":[18],"id":304357,"original_language":"en","original_title":"Woman in Gold","overview":"Maria Altmann, an octogenarian Jewish refugee, takes on the Austrian government to recover a world famous painting of her aunt plundered by the Nazis during World War II, she believes rightfully belongs to her family. She did so not just to regain what was rightfully hers, but also to obtain some measure of justice for the death, destruction, and massive art theft perpetrated by the Nazis.","popularity":10.978,"poster_path":"/6eoj6bozvgwNuDV3vOrqlvrCrX.jpg","release_date":"2015-03-20","title":"Woman in Gold","video":false,"vote_average":7.344,"vote_count":1202,"character":"Randol Schoenberg","credit_id":"546c31d7925141160e0005a0","order":1},{"adult":false,"backdrop_path":"/vYbSNn5u1YzoBE0akLRCTZN5k7m.jpg","genre_ids":[18,53],"id":309242,"original_language":"en","original_title":"Mississippi Grind","overview":"Gerry is a talented but down-on-his-luck gambler whose fortunes begin to change when he meets Curtis, a younger, highly charismatic poker player. The two strike up an immediate friendship and Gerry quickly persuades his new friend to accompany him on a road trip to a legendary high stakes poker game in New Orleans. As they make their way down the Mississippi River, Gerry and Curtis manage to find themselves in just about every bar, racetrack, casino, and pool hall they can find, experiencing both incredible highs and dispiriting lows, but ultimately forging a deep and genuine bond that will stay with them long after their adventure is over.","popularity":10.65,"poster_path":"/e75pReBYrtbvzPtwf1OqrBGWYYk.jpg","release_date":"2015-07-04","title":"Mississippi Grind","video":false,"vote_average":6.034,"vote_count":380,"character":"Curtis","credit_id":"54863c11c3a3680df6000016","order":1},{"adult":false,"backdrop_path":"/ckrpWAApQsOPpsivpJeg6odsgsM.jpg","genre_ids":[99],"id":77880,"original_language":"en","original_title":"The Whale","overview":"The true story of a young, wild killer whale - an orca - nicknamed Luna, who lost contact with his family on the coast of British Columbia and turned up alone in a narrow stretch of sea between mountains, a place called Nootka Sound.","popularity":1.67,"poster_path":"/kpzNLHeVLqdLNSSCYVXKPpWoOno.jpg","release_date":"2011-09-09","title":"The Whale","video":false,"vote_average":6.1,"vote_count":16,"character":"Narrator","credit_id":"59e392ea9251410b6700008d","order":1},{"adult":false,"backdrop_path":"/4j7MYq2CUevXRsSFt5qEOZYesow.jpg","genre_ids":[35,27],"id":3152,"original_language":"en","original_title":"Big Monster on Campus","overview":"A student receives a serial killer's brain in a transplant after being thrown into a pool with no water in it","popularity":4.862,"poster_path":"/4Pnsi9DX4zOdV0Sqj87yYyctrYm.jpg","release_date":"2000-02-25","title":"Big Monster on Campus","video":false,"vote_average":5.5,"vote_count":14,"character":"Karl O'Reilly","credit_id":"59e392eb9251410b67000093","order":1},{"adult":false,"backdrop_path":"/aLGAH12ubqzXmGcjansziJTeIZ9.jpg","genre_ids":[28,35,80],"id":558144,"original_language":"en","original_title":"Deadpool: No Good Deed","overview":"Deadpool sees an opportunity to save the day, but it doesn't go entirely as planned.","popularity":41.112,"poster_path":"/4ZROj6yVhHCsEhszTvGzal4woMs.jpg","release_date":"2017-03-03","title":"Deadpool: No Good Deed","video":false,"vote_average":7.197,"vote_count":368,"character":"Wade Wilson / Deadpool","credit_id":"5bda17cd0e0a26507d0165c5","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":592402,"original_language":"en","original_title":"Great Bear Rainforest: Land of the Spirit Bear","overview":"Journey to a land of grizzlies, coastal wolves, sea otters and the all-white spirit bear - the rarest bear on earth - in the film Great Bear Rainforest. Hidden from the outside world, the Great Bear Rainforest is one of the wildest places left on earth. Found on Canada's remote Pacific coast, it is the last intact temperate rainforest in the world-a place protected by the region's indigenous people for millennia. Now, for the first time ever, experience this magical world in IMAX and giant screen theatres, and discover the land of the spirit bear.","popularity":0.6,"poster_path":"/exmNmLmtGUo9sTYrrNMc314y6xP.jpg","release_date":"2019-02-15","title":"Great Bear Rainforest: Land of the Spirit Bear","video":false,"vote_average":8.0,"vote_count":1,"character":"Narrator (voice)","credit_id":"5ca241ca925141557806e10e","order":1},{"adult":false,"backdrop_path":"/dK12GIdhGP6NPGFssK2Fh265jyr.jpg","genre_ids":[28,35,80,53],"id":512195,"original_language":"en","original_title":"Red Notice","overview":"An Interpol-issued Red Notice is a global alert to hunt and capture the world's most wanted. But when a daring heist brings together the FBI's top profiler and two rival criminals, there's no telling what will happen.","popularity":313.02,"poster_path":"/lAXONuqg41NwUMuzMiFvicDET9Y.jpg","release_date":"2021-11-04","title":"Red Notice","video":false,"vote_average":6.785,"vote_count":3988,"character":"Nolan Booth","credit_id":"5d23cf7069d2800010011045","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[12,99],"id":383350,"original_language":"en","original_title":"Huntwatch","overview":"Seals, lies and videotapes. Violent confrontation boils over on the ice floes of Canada as activists, fishermen and politicians battle over the fate of baby seals.","popularity":1.433,"poster_path":"/cpBe5F9cjaOygqeig4vRuNMmG3c.jpg","release_date":"2016-03-05","title":"Huntwatch","video":false,"vote_average":3.5,"vote_count":8,"character":"Narrator (voice)","credit_id":"5dd3db3a28723c00144dd6ff","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[28,12,14],"id":687257,"original_language":"en","original_title":"Untitled Dragon's Lair Movie","overview":"A knight called Dirk the Daring sets out to rescue Princess Daphne from the evil dragon Singe and a wizard named Mordroc. Based on the video game of the same name.","popularity":3.595,"poster_path":null,"release_date":"","title":"Untitled Dragon's Lair Movie","video":false,"vote_average":0.0,"vote_count":0,"character":"Dick the Daring","credit_id":"5e7f2c2ee635710017592cbc","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5f452f10ec370c003250c1cc","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":748133,"original_language":"en","original_title":"Everyday Parenting Tips","overview":"A father offers advice on what to say when their child says they believe a monster lurks under the bed — at a time when an ongoing monster uprising is actually happening in the world.","popularity":0.6,"poster_path":null,"release_date":"","title":"Everyday Parenting Tips","video":false,"vote_average":0.0,"vote_count":0,"character":"","credit_id":"5f735c68ef48890037f91bb3","order":1},{"adult":false,"backdrop_path":"/nDP33LmQwNsnPv29GQazz59HjJI.jpg","genre_ids":[28,12,14],"id":447404,"original_language":"en","original_title":"Pokémon Detective Pikachu","overview":"In a world where people collect pocket-size monsters (Pokémon) to do battle, a boy comes across an intelligent monster who seeks to be a detective.","popularity":88.474,"poster_path":"/wgQ7APnFpf1TuviKHXeEe3KnsTV.jpg","release_date":"2019-05-03","title":"Pokémon Detective Pikachu","video":false,"vote_average":6.976,"vote_count":5757,"character":"Detective Pikachu (voice)","credit_id":"6058f4d2d5ffcb00562ed261","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[80,35,53,28],"id":926390,"original_language":"en","original_title":"Red Notice 2","overview":"The first of two planned sequels to Red Notice (2021).","popularity":1.455,"poster_path":null,"release_date":"","title":"Red Notice 2","video":false,"vote_average":0.0,"vote_count":0,"character":"Nolan Booth","credit_id":"61df4b0fcb30840098d514c5","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[80,35,53,28],"id":926391,"original_language":"en","original_title":"Red Notice 3","overview":"The second of two planned sequels to Red Notice (2021).","popularity":0.693,"poster_path":null,"release_date":"","title":"Red Notice 3","video":false,"vote_average":0.0,"vote_count":0,"character":"Nolan Booth","credit_id":"61df4b19441b030041cc7845","order":1},{"adult":false,"backdrop_path":null,"genre_ids":[99,35],"id":930835,"original_language":"en","original_title":"Ryan Reynolds: I'm a Laureate?","overview":"Ryan Reynolds reflects on his childhood, family and career—punctuated by diversions into the charitable side of Twitter to appeal to his Canadian sense of self.","popularity":1.927,"poster_path":"/pS7SATwmGwaB7HhqkiOkGivTh22.jpg","release_date":"2021-11-29","title":"Ryan Reynolds: I'm a Laureate?","video":false,"vote_average":5.0,"vote_count":1,"character":"Self","credit_id":"6239e52b7a1bd6001cef953f","order":1},{"adult":false,"backdrop_path":"/gRMdWQJ4w58y2zEcCoKPIS14gZq.jpg","genre_ids":[28,35],"id":5146,"original_language":"en","original_title":"The In-Laws","overview":"Right before his daughter's wedding, a mild-mannered foot doctor discovers that his new in-laws are international smugglers.","popularity":8.192,"poster_path":"/uziAQLzimrP8eW3w37F8lo8CnD3.jpg","release_date":"2003-05-23","title":"The In-Laws","video":false,"vote_average":5.67,"vote_count":230,"character":"Mark Tobias","credit_id":"52fe43f7c3a36847f807ad71","order":2},{"adult":false,"backdrop_path":"/c876K3TuyGF3BZYfEh5SfVgnKki.jpg","genre_ids":[35,10749],"id":13163,"original_language":"en","original_title":"Buying the Cow","overview":"A commitment-averse man frantically hits the dating scene after his girlfriend starts pressuring him to pop the question.","popularity":7.151,"poster_path":"/6IO4E9s7UxCpunU5i5sPaoDF5hL.jpg","release_date":"2002-06-08","title":"Buying the Cow","video":false,"vote_average":5.2,"vote_count":90,"character":"Mike Hanson","credit_id":"52fe45479251416c750511c3","order":2},{"adult":false,"backdrop_path":"/kYSbBz7khRScIdhlYzRHJrS0ZLt.jpg","genre_ids":[28,27,14],"id":36648,"original_language":"en","original_title":"Blade: Trinity","overview":"For years, Blade has fought against the vampires in the cover of the night. But now, after falling into the crosshairs of the FBI, he is forced out into the daylight, where he is driven to join forces with a clan of human vampire hunters he never knew existed—The Nightstalkers. Together with Abigail and Hannibal, two deftly trained Nightstalkers, Blade follows a trail of blood to the ancient creature that is also hunting him—the original vampire, Dracula.","popularity":43.93,"poster_path":"/rodqqX8NLe3cdcgBMc4CFTPidTy.jpg","release_date":"2004-12-08","title":"Blade: Trinity","video":false,"vote_average":5.858,"vote_count":3228,"character":"Hannibal King","credit_id":"52fe45fd9251416c91045609","order":2},{"adult":false,"backdrop_path":"/zQ9riDbqJ2i6pUbLEZDEMubfQMU.jpg","genre_ids":[35,18],"id":39414,"original_language":"en","original_title":"Paper Man","overview":"A coming-of-middle-age comedy that chronicles the unlikely friendship between failed author Richard Dunne and a Long Island teen who teaches him a thing or two about growing up, all under the disapproving eye of his long-suffering wife and his imaginary Superhero friend.","popularity":7.182,"poster_path":"/bTkL9OgOveebEHaTCMmdpN3a5n8.jpg","release_date":"2009-06-15","title":"Paper Man","video":false,"vote_average":6.344,"vote_count":263,"character":"Captain Excellent","credit_id":"52fe47179251416c91069c4f","order":2},{"adult":false,"backdrop_path":"/jvUKejL9uZtI0yi2aoQZ2oykRTA.jpg","genre_ids":[27,878,53],"id":395992,"original_language":"en","original_title":"Life","overview":"The six-member crew of the International Space Station is tasked with studying a sample from Mars that may be the first proof of extra-terrestrial life, which proves more intelligent than ever expected.","popularity":37.703,"poster_path":"/lja0Kh17LLleh6DhtixEh7Z7T6D.jpg","release_date":"2017-03-22","title":"Life","video":false,"vote_average":6.416,"vote_count":6278,"character":"Rory Adams","credit_id":"57299b20c3a36808f8001a6f","order":2},{"adult":false,"backdrop_path":null,"genre_ids":[18,53],"id":5521,"original_language":"en","original_title":"Finder's Fee","overview":"After finding a wallet in the street tepper calls the owner in order to return it. After making the call he discovers that the lottery ticket inside is a $6 million winner. To add to things his friends are on their way over for their weekly poker night \u0026 the groups tradition is to bet their lottery ticket.","popularity":3.038,"poster_path":"/czm0PdRjPCNpVkG7WMO9GhHCqKg.jpg","release_date":"2001-01-01","title":"Finder's Fee","video":false,"vote_average":6.4,"vote_count":32,"character":"Quigley","credit_id":"59e392eb9251410b6700008f","order":2},{"adult":false,"backdrop_path":"/hbz8S3w8npB5jBpy6i63nUnGJMx.jpg","genre_ids":[10749,35],"id":25896,"original_language":"en","original_title":"Coming Soon","overview":"Privileged teenage friends Jenny, Nell and Stream spend their senior year on a quest to rid Stream of her virginity. However, Stream wants more than just her first sexual experience. She wants to have an orgasm -- but achieving this proves problematic, as the boys she meets are hardly sensitive enough to provide her the release she seeks. When it becomes clear that Nell and Jenny have never experienced an orgasm either, all three set out to get one.","popularity":6.493,"poster_path":"/nd3sDcYh7pn7FNaOPvearItL2Yr.jpg","release_date":"1999-06-08","title":"Coming Soon","video":false,"vote_average":5.688,"vote_count":24,"character":"Henry Lipschitz","credit_id":"59e392eb9251410b67000091","order":2},{"adult":false,"backdrop_path":"/ytTQoYkdpsgtfDWrNFCei8Mfbxu.jpg","genre_ids":[16,10751,12,14,35],"id":529203,"original_language":"en","original_title":"The Croods: A New Age","overview":"Searching for a safer habitat, the prehistoric Crood family discovers an idyllic, walled-in paradise that meets all of its needs. Unfortunately, they must also learn to live with the Bettermans -- a family that's a couple of steps above the Croods on the evolutionary ladder. As tensions between the new neighbors start to rise, a new threat soon propels both clans on an epic adventure that forces them to embrace their differences, draw strength from one another, and survive together.","popularity":241.098,"poster_path":"/tbVZ3Sq88dZaCANlUcewQuHQOaE.jpg","release_date":"2020-11-25","title":"The Croods: A New Age","video":false,"vote_average":7.558,"vote_count":3069,"character":"Guy (voice)","credit_id":"5b3527479251413c93022e90","order":2},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":771201,"original_language":"en","original_title":"Nightstalkers, Daywalkers, and Familiars: Inside the World of 'Blade Trinity'","overview":"A short documentary on the making of Blade Trinity.","popularity":1.281,"poster_path":"/oW451ps5vSgFrQVDGEbQKTn1wXY.jpg","release_date":"2005-07-13","title":"Nightstalkers, Daywalkers, and Familiars: Inside the World of 'Blade Trinity'","video":false,"vote_average":5.5,"vote_count":2,"character":"Self","credit_id":"5fc85d86680be8003e166416","order":2},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":921890,"original_language":"en","original_title":"Betty White: A Celebration","overview":"A documentary focusing on the life of actress and comedian Betty White.","popularity":1.845,"poster_path":"/eVkeP8Cc2p6afVBTw2y1ETiQjqx.jpg","release_date":"2022-01-17","title":"Betty White: A Celebration","video":false,"vote_average":0.0,"vote_count":0,"character":"Self","credit_id":"61cfa8d7172d7f002020f61b","order":2},{"adult":false,"backdrop_path":"/fC14f5b4ISz0vEq11F2ogQtOgut.jpg","genre_ids":[99],"id":543119,"original_language":"en","original_title":"Betty White: First Lady of Television","overview":"The definitive look at Betty White's life and career. As the only authorized documentary on Betty ever made, this film is packed with hilarious clips from her long career. Plus comments from friends and co-stars.","popularity":1.742,"poster_path":"/zCF07F7rZ1Cwamtehk2PYAxMNIq.jpg","release_date":"2018-08-18","title":"Betty White: First Lady of Television","video":false,"vote_average":7.4,"vote_count":7,"character":"Self","credit_id":"5dd3dbb8fe077a0013c1178e","order":3},{"adult":false,"backdrop_path":null,"genre_ids":[10770,18],"id":463630,"original_language":"en","original_title":"My Name Is Kate","overview":"Kate (Donna Mills) is an alcoholic--and, as is often the case, she is in full denial regarding her illness. Only when she is threatened with mass desertion by her husband, children and best friend does the sullen Kate agree to seek out treatment.","popularity":0.6,"poster_path":"/oGnAbngQGMZa9wlFEPNJ79OkoWM.jpg","release_date":"1994-01-24","title":"My Name Is Kate","video":false,"vote_average":6.0,"vote_count":3,"character":"Kevin Bannister","credit_id":"5dd3de0cb39e3500138c8ff1","order":3},{"adult":false,"backdrop_path":"/lXkOMo50HEAmWVG1QecdPJ5vi6T.jpg","genre_ids":[16,35,10751],"id":801876,"original_language":"en","original_title":"Dear Diary: World's First Pranks","overview":"Eep reveals how a comical accident led her and Dawn to discover the joys of tricking their families and set about performing \"the world's first pranks.\"","popularity":1.751,"poster_path":"/1zCHghX3Nmy55UerNxd8cFLNXzh.jpg","release_date":"2021-02-09","title":"Dear Diary: World's First Pranks","video":false,"vote_average":4.9,"vote_count":7,"character":"Guy (voice)","credit_id":"60687dafd55c3d0027132150","order":3},{"adult":false,"backdrop_path":"/lEByQKaprCSNXbkb3R0WnN1fiFW.jpg","genre_ids":[18],"id":7353,"original_language":"en","original_title":"Fireflies in the Garden","overview":"The semi-autobiographical story centers on the complexities of love and commitment in a family torn apart when faced by an unexpected tragedy.","popularity":7.942,"poster_path":"/ozRz07oyk4ZKu5fbYHE33DnnuM9.jpg","release_date":"2008-08-07","title":"Fireflies in the Garden","video":false,"vote_average":6.2,"vote_count":165,"character":"Michael Waechter","credit_id":"52fe447cc3a36847f8098dc5","order":4},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":447147,"original_language":"en","original_title":"Weapon X Mutant Files","overview":"The nine main mutants in the film-plus William Stryker-are each given the behind-the-scenes treatment in Mutant Files. Each segment starts with a character giving a straight-up cheesy monologue before we're treated to plenty of on-set footage and interviews with the actors, producer Lauren Shuler Donner, director Gavin Hood, stunt coordinator JJ Perry, and visual effects supervisors Patrick McClung and Craig Lyn. Highlights include Kevin Duran's makeup-intensive transformation into Blob, and Jackman talking about how he and Liev Schreiber egged each other on to do their own stunts.","popularity":0.935,"poster_path":"/BnIJaA2bSizPZpGMd1ChXnaNgb.jpg","release_date":"2009-09-15","title":"Weapon X Mutant Files","video":true,"vote_average":6.8,"vote_count":18,"character":"Himself","credit_id":"58c982049251415e7c000416","order":4},{"adult":false,"backdrop_path":"/5EFATeYsjwo6Hjud91JEpy8SK4G.jpg","genre_ids":[10770,14,10751,35],"id":15674,"original_language":"en","original_title":"Sabrina the Teenage Witch","overview":"A girl, sent by her parents to live with her two eccentric aunts, finds out on her sixteenth birthday that she is a witch.","popularity":15.628,"poster_path":"/mpWf9g1B1PGhoatOBcC5r9RglEM.jpg","release_date":"1996-04-07","title":"Sabrina the Teenage Witch","video":false,"vote_average":6.702,"vote_count":275,"character":"Seth","credit_id":"59e392ea9251410b67000089","order":4},{"adult":false,"backdrop_path":"/iadogiNVxAd6r3iXPqlynjiA5J1.jpg","genre_ids":[18],"id":254698,"original_language":"en","original_title":"Ordinary Magic","overview":"When his father dies, Jeffrey is sent to live with his aunt Charlotte in Canada. Once there he leads his aunt and his friends in staging, a non-violent hunger strike to try to save his aunt's house from being demolished to make room for a ski resort.","popularity":2.286,"poster_path":"/umqadMupNCiH5ma4clG1WbtIOpc.jpg","release_date":"1993-10-20","title":"Ordinary Magic","video":false,"vote_average":5.1,"vote_count":8,"character":"Ganesh / Jeffrey","credit_id":"59e392eb9251410b6700009f","order":4},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":477733,"original_language":"en","original_title":"We All Fall Down","overview":"In this dark independent drama, Michael (Darcy Belsher) is an out of work actor who has been trying to pull himself out of a downward spiral of drug abuse that set in after the death of his mother. Michael's best friend Kris (Martin Cummins) is, if anything, in even worse shape; a gifted artist, Kris' appetite for drugs has all but silenced his muse, and his girlfriend Ryan (Francoise Robertson) has little interest in helping him control his dangerous appetites. The drug-related death of a close friend and a bizarre experience with a junkie prostitute (Helen Shaver) convinces Michael that he needs to clean up once and for all, but Kris may be too far gone to save.","popularity":0.6,"poster_path":"/k58bMCXqR58fYpc6NiJGHFWyzWb.jpg","release_date":"1999-09-24","title":"We All Fall Down","video":false,"vote_average":5.0,"vote_count":1,"character":"Red Shoes","credit_id":"5dd3dcd5356a710012ed1991","order":8},{"adult":false,"backdrop_path":"/wvqdJLVh0mSblly7UnYFPEk04Wd.jpg","genre_ids":[12,28,53,878],"id":2080,"original_language":"en","original_title":"X-Men Origins: Wolverine","overview":"After seeking to live a normal life, Logan sets out to avenge the death of his girlfriend by undergoing the mutant Weapon X program and becoming Wolverine.","popularity":12.963,"poster_path":"/yj8LbTju1p7CUJg7US2unSBk33s.jpg","release_date":"2009-04-28","title":"X-Men Origins: Wolverine","video":false,"vote_average":6.25,"vote_count":9123,"character":"Wade Wilson / Deadpool / Weapon XI","credit_id":"52fe4333c3a36847f8041e23","order":9},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":413323,"original_language":"en","original_title":"Deadpool: From Comics to Screen... to Screen","overview":"This documentary divided into five segments examines the source and its path to the movies, backstory, special effects story/character areas, cast and performances. It includes notes from Reynolds, Liefeld, Miller, Wernick, Reese, executive producers Aditya Sood and Stan Lee, co-creator/comics writer Fabian Nicieza, producer Simon Kinberg, comics writer Joe Kelly, specialty costume designer Russell Shinkle, makeup designer Bill Corso, production designer Sean Haworth, director of photography Ken Seng, executive producer/unit production manager John J. Kelly, previs supervisor Franck Balson, stunt coordinator Philip J. Silvera, visual effects supervisors Pauline Duvall and Jonathan Rothbart, visual effects producer Annemarie Griggs, 2nd unit director/stunt coordinator Robert Alonzo, special effects coordinator Alex Burdett, utility stunts Regis Harrington, composer Tom Holkenberg, and actors Morena Baccarin, TJ Miller, Brianna Hildebrand, Leslie Uggams, Ed Skrein, and Gina Carano.","popularity":4.783,"poster_path":null,"release_date":"2016-05-10","title":"Deadpool: From Comics to Screen... to Screen","video":false,"vote_average":6.3,"vote_count":12,"character":"Himself","credit_id":"59e392eb9251410b67000099","order":10},{"adult":false,"backdrop_path":null,"genre_ids":[18,10770],"id":264560,"original_language":"en","original_title":"When Friendship Kills","overview":"Teenager Lexi Archer moves to Chicago with her newly divorced mother and befriends a popular girl at her new school, Jennifer. After Lexi's volleyball coach suggests that she lose weight, Jennifer reveals she is bulimic and the two girls decide to help each other, leading to disastrous consequences.","popularity":3.571,"poster_path":"/9k86hz9Ux4YEfE9lnUmfysezDDf.jpg","release_date":"1996-02-19","title":"When Friendship Kills","video":false,"vote_average":5.8,"vote_count":13,"character":"Ben Colson","credit_id":"5dd3dda9fe077a0013c11970","order":10},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":108316,"original_language":"en","original_title":"The Alarmist","overview":"Young Tommy Hudler decides to become a security systems salesman, and is an instant success. Everything seems to be going great until he discovers there's more to this business and his boss Heinrich than he previously suspected.","popularity":5.319,"poster_path":"/nbuzeIoIF7QuALZ6WnmTzaE7HO9.jpg","release_date":"1998-10-23","title":"The Alarmist","video":false,"vote_average":4.2,"vote_count":9,"character":"","credit_id":"59e392eb9251410b67000095","order":11},{"adult":false,"backdrop_path":"/mxk38SNmzoqgZdznql5cPMeHe9F.jpg","genre_ids":[18,10770],"id":49809,"original_language":"en","original_title":"Serving in Silence: The Margarethe Cammermeyer Story","overview":"After serving in the military for more than twenty years, including a tour of duty in Vietnam, Colonel Margarethe Cammermeyer (Glenn Close) had seen her share of battles. But nothing could prepare her for the fight ahead: an intensely personal struggle against the U.S. Army when she becomes the highest ranking officer ever to be discharged for being a lesbian. With the support of her partner Diane (Judy Davis), Cammermeyer undertakes an against-all-odds battle against the Army's policy. But to do so, she must risk everything – her career, her privacy and even the love of her family.","popularity":2.982,"poster_path":"/mHkVybbJ77ZNzEvsISQZypBSmE4.jpg","release_date":"1995-01-23","title":"Serving in Silence: The Margarethe Cammermeyer Story","video":false,"vote_average":5.5,"vote_count":12,"character":"Andy","credit_id":"5a6d20c3c3a36855590134f9","order":12},{"adult":false,"backdrop_path":"/4dm60JrE7rCWQvqio1KdzQvfCvS.jpg","genre_ids":[35,18],"id":16614,"original_language":"en","original_title":"Adventureland","overview":"In the summer of 1987, a college graduate takes a 'nowhere' job at his local amusement park, only to find it's the perfect course to get him prepared for the real world.","popularity":11.024,"poster_path":"/eeSJNAR1aWcgANq26KWIHm3cbyB.jpg","release_date":"2009-04-03","title":"Adventureland","video":false,"vote_average":6.376,"vote_count":1841,"character":"Mike Connell","credit_id":"52fe46de9251416c7508635f","order":13},{"adult":false,"backdrop_path":"/5WLdmRWfTpohU3aSbBgvF4zljfM.jpg","genre_ids":[35],"id":16406,"original_language":"en","original_title":"Dick","overview":"Two high school girls wander off during a class trip to the White House and meet President Richard Nixon. They become the official dog walkers for Nixon's dog Checkers, and become his secret advisors during the Watergate scandal.","popularity":9.523,"poster_path":"/dJrwdIBbidBeb5nvke3VRKyoLYj.jpg","release_date":"1999-08-04","title":"Dick","video":false,"vote_average":5.8,"vote_count":205,"character":"Chip","credit_id":"59e392ea9251410b67000087","order":13},{"adult":false,"backdrop_path":"/6llCvjW3CRR3uLWXkzCDCihC8jq.jpg","genre_ids":[35,12],"id":11282,"original_language":"en","original_title":"Harold \u0026 Kumar Go to White Castle","overview":"Nerdy accountant Harold and his irrepressible friend, Kumar, get stoned watching television and find themselves utterly bewitched by a commercial for White Castle. Convinced there must be one nearby, the two set out on a late-night odyssey that takes them deep into New Jersey. Somehow, the boys manage to run afoul of rednecks, cops and even a car-stealing Neil Patrick Harris before getting anywhere near their beloved sliders.","popularity":16.352,"poster_path":"/5vO7R4xYlDipTp8gzfRbWegO8eb.jpg","release_date":"2004-05-30","title":"Harold \u0026 Kumar Go to White Castle","video":false,"vote_average":6.5,"vote_count":1684,"character":"Male Nurse","credit_id":"586449ccc3a36852d2011c8e","order":14},{"adult":false,"backdrop_path":"/3VM2WugxWzo20K4qV1PEihAzZW4.jpg","genre_ids":[99],"id":937127,"original_language":"en","original_title":"How Did We Get Here?","overview":"An intimate reflection on life in the digital age and Seán McLoughlin's journey through the highest highs - chanting crowds, sold out shows, and marriage proposals - and lowest lows - grappling with loneliness in the harsh Irish winter - and the life and wonder in between.","popularity":4.912,"poster_path":"/o4AbAdPq1SxeSyS3tnYY0ZgUHWn.jpg","release_date":"2022-02-28","title":"How Did We Get Here?","video":false,"vote_average":10.0,"vote_count":1,"character":"Self (archive footage)","credit_id":"621472c10499f2001bbdd3bb","order":15},{"adult":false,"backdrop_path":null,"genre_ids":[10751,12],"id":95626,"original_language":"en","original_title":"Tourist Trap","overview":"Family comedy about a man who decides to take his family on a trip his famous uncle took years ago.\r Fascinated by the Civil War in which he devotes all his spare time, George Piper decides to take, for the holidays, his wife and two children in the footsteps of his glorious grandfather, who played a decisive role in the Battle of Cripple Creek. But the journey he imagined motor home does not go as peacefully as planned.Tourist Trap is a Disney television movie that originally aired as part of The Wonderful World of Disney on April 5, 1998. It was later released in Germany on May 13, 2000 and on video in Hungary on June 28, 2001.","popularity":2.202,"poster_path":"/oe4GQ8X00K9dA3mBWs75oQxI4H2.jpg","release_date":"1998-04-05","title":"Tourist Trap","video":false,"vote_average":5.7,"vote_count":3,"character":"","credit_id":"59e392eb9251410b6700009b","order":20},{"adult":false,"backdrop_path":"/C8FpZfTPEZDjngPlatiFsaDB4A.jpg","genre_ids":[28,35,80],"id":718930,"original_language":"en","original_title":"Bullet Train","overview":"Unlucky assassin Ladybug is determined to do his job peacefully after one too many gigs gone off the rails. Fate, however, may have other plans, as Ladybug's latest mission puts him on a collision course with lethal adversaries from around the globe—all with connected, yet conflicting, objectives—on the world's fastest train.","popularity":1034.607,"poster_path":"/nF1a7P9lUq9kNas9RIvSEQ412qN.jpg","release_date":"2022-07-03","title":"Bullet Train","video":false,"vote_average":7.424,"vote_count":335,"character":"Carver (uncredited)","credit_id":"62eac90b1bf26600602ef3fe","order":27},{"adult":false,"backdrop_path":"/hpgda6P9GutvdkDX5MUJ92QG9aj.jpg","genre_ids":[28,12,35],"id":384018,"original_language":"en","original_title":"Fast \u0026 Furious Presents: Hobbs \u0026 Shaw","overview":"Ever since US Diplomatic Security Service Agent Hobbs and lawless outcast Shaw first faced off, they just have traded smack talk and body blows. But when cyber-genetically enhanced anarchist Brixton's ruthless actions threaten the future of humanity, they join forces to defeat him.","popularity":118.785,"poster_path":"/qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg","release_date":"2019-08-01","title":"Fast \u0026 Furious Presents: Hobbs \u0026 Shaw","video":false,"vote_average":6.875,"vote_count":5868,"character":"Eteon Director / Victor Locke","credit_id":"5d41461ab87aec7f0f390a45","order":33},{"adult":false,"backdrop_path":"/kR9k0HItlQxgrZm3k6qydYqtTnB.jpg","genre_ids":[10402,99],"id":697641,"original_language":"en","original_title":"Stronger Together, Tous Ensemble","overview":"Join iconic Canadian artists, activists, actors, and athletes as they share their stories of hope and inspiration in this national salute to our frontline workers and in support of Food Banks Canada’s COVID-19 relief efforts.","popularity":2.409,"poster_path":"/e5qUvG0tDX8jbnYKdkLvJ0Rvhv6.jpg","release_date":"2020-04-26","title":"Stronger Together, Tous Ensemble","video":false,"vote_average":1.0,"vote_count":1,"character":"Self","credit_id":"5ea6a4f0a2d2e90018df15ea","order":34},{"adult":false,"backdrop_path":"/nEcEy7iVOh04dzZWP2e6AcwpLvI.jpg","genre_ids":[35,14],"id":72105,"original_language":"en","original_title":"Ted","overview":"John Bennett, a man whose childhood wish of bringing his teddy bear to life came true, now must decide between keeping the relationship with the bear or his girlfriend, Lori.","popularity":97.578,"poster_path":"/osJNr64CNyGhCzdlg6oHt3a6vNA.jpg","release_date":"2012-06-29","title":"Ted","video":false,"vote_average":6.383,"vote_count":10778,"character":"Jared (uncredited)","credit_id":"52fe4858c3a368484e0f44bf","order":52},{"adult":false,"backdrop_path":"/zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg","genre_ids":[35,37],"id":188161,"original_language":"en","original_title":"A Million Ways to Die in the West","overview":"As a cowardly farmer begins to fall for the mysterious new woman in town, he must put his new-found courage to the test when her husband, a notorious gun-slinger, announces his arrival.","popularity":36.262,"poster_path":"/n9SicwnoNGWBwE75le27sUhCLMm.jpg","release_date":"2014-05-22","title":"A Million Ways to Die in the West","video":false,"vote_average":6.0,"vote_count":3522,"character":"Random Cowboy (uncredited)","credit_id":"5638e597925141728c000fb6","order":56}],"crew":[{"adult":false,"backdrop_path":"/ckrpWAApQsOPpsivpJeg6odsgsM.jpg","genre_ids":[99],"id":77880,"original_language":"en","original_title":"The Whale","overview":"The true story of a young, wild killer whale - an orca - nicknamed Luna, who lost contact with his family on the coast of British Columbia and turned up alone in a narrow stretch of sea between mountains, a place called Nootka Sound.","popularity":1.67,"poster_path":"/kpzNLHeVLqdLNSSCYVXKPpWoOno.jpg","release_date":"2011-09-09","title":"The Whale","video":false,"vote_average":6.1,"vote_count":16,"credit_id":"52fe4981c3a368484e12ec9f","department":"Production","job":"Executive Producer"},{"adult":false,"backdrop_path":"/en971MEXui9diirXlogOrPKmsEn.jpg","genre_ids":[28,12,35],"id":293660,"original_language":"en","original_title":"Deadpool","overview":"The origin story of former Special Forces operative turned mercenary Wade Wilson, who, after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","popularity":236.25,"poster_path":"/zq8Cl3PNIDGU3iWNRoc5nEZ6pCe.jpg","release_date":"2016-02-09","title":"Deadpool","video":false,"vote_average":7.6,"vote_count":27152,"credit_id":"569b7cdb9251410cca0028dd","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"credit_id":"585e9bbac3a3681a68011121","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":null,"genre_ids":[9648,80,35],"id":522457,"original_language":"en","original_title":"Clue","overview":"Based on the Hasbro board game, a band of strangers frantically try to figure out who is the murderer among them.","popularity":0.949,"poster_path":"/b2Jasug0vSghR0yLJSkSAJD68U8.jpg","release_date":"","title":"Clue","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5aedb04e9251411d02008e89","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":537992,"original_language":"en","original_title":"Stoned Alone","overview":"A 20-something loser misses the plane for his holiday ski trip and gets high at home, only to then discover that thieves have broken into his house.","popularity":0.6,"poster_path":null,"release_date":"","title":"Stoned Alone","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5b5921fe0e0a2611fb002be0","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/7py8kUCYaOdFn1TfVS87BDBySOz.jpg","genre_ids":[35,12,878],"id":550988,"original_language":"en","original_title":"Free Guy","overview":"A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.","popularity":251.59,"poster_path":"/xmbU4JTUm8rsdtn7Y3Fcm30GpeT.jpg","release_date":"2021-08-11","title":"Free Guy","video":false,"vote_average":7.65,"vote_count":6130,"credit_id":"5bb93c6c9251410a1a0179ac","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"credit_id":"5c0e567992514147920b5a98","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/snO3rah2ty0tI5kX5SNqftqmWD2.jpg","genre_ids":[35],"id":632856,"original_language":"en","original_title":"Spirited","overview":"Imagine Charles Dickens’ heartwarming tale of a scrooge visited by four ghosts on Christmas Eve—but funnier.","popularity":0.6,"poster_path":"/A5H4EyvOgHzCZOhtsWcd7wmWBrY.jpg","release_date":"","title":"Spirited","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5d85b06de78e2d002173f7ee","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":null,"genre_ids":[28,12,14],"id":687257,"original_language":"en","original_title":"Untitled Dragon's Lair Movie","overview":"A knight called Dirk the Daring sets out to rescue Princess Daphne from the evil dragon Singe and a wizard named Mordroc. Based on the video game of the same name.","popularity":3.595,"poster_path":null,"release_date":"","title":"Untitled Dragon's Lair Movie","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5e7f2c462dc44e0017fd3adb","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","genre_ids":[28,12,35,878],"id":696806,"original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","popularity":289.076,"poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","release_date":"2022-03-11","title":"The Adam Project","video":false,"vote_average":7.106,"vote_count":2811,"credit_id":"5ea39ca435c30a001dbd503e","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f45396899d5c30033c3b77c","department":"Production","job":"Executive Producer"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":748133,"original_language":"en","original_title":"Everyday Parenting Tips","overview":"A father offers advice on what to say when their child says they believe a monster lurks under the bed — at a time when an ongoing monster uprising is actually happening in the world.","popularity":0.6,"poster_path":null,"release_date":"","title":"Everyday Parenting Tips","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f735d028c22c00037ca9e19","department":"Production","job":"Producer"},{"adult":false,"backdrop_path":"/yRWI04o8pfTZpvBW2XEybfy9jSE.jpg","genre_ids":[35,28],"id":758009,"original_language":"en","original_title":"Shotgun Wedding","overview":"Grace and Tom gather their lovable but very opinionated families for the ultimate destination wedding just as they begin to get cold feet. And if that wasn’t enough of a threat to the celebration, suddenly everyone’s lives are in danger when the entire party is taken hostage.","popularity":4.392,"poster_path":"/378xU3gOZQhznWpqVPqIumR8tKX.jpg","release_date":"2022-06-29","title":"Shotgun Wedding","video":false,"vote_average":5.7,"vote_count":3,"credit_id":"5f9853e1c15b550035647dd4","department":"Production","job":"Executive Producer"},{"adult":false,"backdrop_path":"/5ZSwZPKgcTJJwhxjbOHeoBTVaKh.jpg","genre_ids":[35,28,12],"id":567604,"original_language":"en","original_title":"Once Upon a Deadpool","overview":"A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder \u0026 zero F's.","popularity":48.382,"poster_path":"/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg","release_date":"2018-12-11","title":"Once Upon a Deadpool","video":false,"vote_average":7.121,"vote_count":584,"credit_id":"5c0e55d8c3a368252a0c509c","department":"Writing","job":"Writer"},{"adult":false,"backdrop_path":"/aLGAH12ubqzXmGcjansziJTeIZ9.jpg","genre_ids":[28,35,80],"id":558144,"original_language":"en","original_title":"Deadpool: No Good Deed","overview":"Deadpool sees an opportunity to save the day, but it doesn't go entirely as planned.","popularity":41.112,"poster_path":"/4ZROj6yVhHCsEhszTvGzal4woMs.jpg","release_date":"2017-03-03","title":"Deadpool: No Good Deed","video":false,"vote_average":7.197,"vote_count":368,"credit_id":"5c5310cbc3a36847939929b4","department":"Writing","job":"Writer"},{"adult":false,"backdrop_path":null,"genre_ids":[35],"id":736544,"original_language":"en","original_title":"Upstate","overview":"","popularity":0.6,"poster_path":null,"release_date":"","title":"Upstate","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"5f452f2068929c0036b26cce","department":"Writing","job":"Screenplay"},{"adult":false,"backdrop_path":null,"genre_ids":[28,878,35],"id":533535,"original_language":"en","original_title":"Deadpool 3","overview":"The third installment in the Deadpool franchise.","popularity":73.707,"poster_path":"/4gdqWCVvidYR0pOHuVOqFundbUG.jpg","release_date":"","title":"Deadpool 3","video":false,"vote_average":0.0,"vote_count":0,"credit_id":"622be387d363e50047384bbc","department":"Writing","job":"Co-Writer"},{"adult":false,"backdrop_path":"/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","genre_ids":[28,35,12],"id":383498,"original_language":"en","original_title":"Deadpool 2","overview":"Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","popularity":170.607,"poster_path":"/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","release_date":"2018-05-10","title":"Deadpool 2","video":false,"vote_average":7.497,"vote_count":14969,"credit_id":"6278e8b6323eba5246bcd304","department":"Writing","job":"Writer"}],"id":10859}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images that this person has been tagged in.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4d2efdd9-92f8-437a-a099-eef87a041ae8 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 9751c743445dc6413a7a6bbc63daee5a64704b57 |
| X-Memc-Age | 519 |
| X-Memc-Expires | 16493 |
| ETag | W/"83dff735ac8ad3436acfeedb46254c08" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | qu0Yu7PZXQkHWdid0LCtH2yeZ9OnQmva02nV1Jj5a5bUBjCpJMFO-A== |
| Age | 28645 |
{"id":10859,"page":1,"results":[{"aspect_ratio":0.6666666666666666,"file_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","height":1500,"id":"62292a57726fb1006f97df49","iso_639_1":"en","vote_average":5.738,"vote_count":18,"width":1000,"image_type":"poster","media":{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","id":696806,"title":"The Adam Project","original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","media_type":"movie","genre_ids":[28,12,35,878],"popularity":289.076,"release_date":"2022-03-11","video":false,"vote_average":7.105,"vote_count":2812},"media_type":"movie"},{"aspect_ratio":0.6666666666666666,"file_path":"/cudFMLMIMcdD761CXjixqdJ0zf6.jpg","height":1500,"id":"622b5f8812c60400461897c5","iso_639_1":"de","vote_average":5.388,"vote_count":4,"width":1000,"image_type":"poster","media":{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","id":696806,"title":"The Adam Project","original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","media_type":"movie","genre_ids":[28,12,35,878],"popularity":289.076,"release_date":"2022-03-11","video":false,"vote_average":7.105,"vote_count":2812},"media_type":"movie"},{"aspect_ratio":0.7012622720897616,"file_path":"/e75pReBYrtbvzPtwf1OqrBGWYYk.jpg","height":1426,"id":"5e8855f324f2ce00166688db","iso_639_1":"en","vote_average":5.322,"vote_count":5,"width":1000,"image_type":"poster","media":{"adult":false,"backdrop_path":"/vYbSNn5u1YzoBE0akLRCTZN5k7m.jpg","id":309242,"title":"Mississippi Grind","original_language":"en","original_title":"Mississippi Grind","overview":"Gerry is a talented but down-on-his-luck gambler whose fortunes begin to change when he meets Curtis, a younger, highly charismatic poker player. The two strike up an immediate friendship and Gerry quickly persuades his new friend to accompany him on a road trip to a legendary high stakes poker game in New Orleans. As they make their way down the Mississippi River, Gerry and Curtis manage to find themselves in just about every bar, racetrack, casino, and pool hall they can find, experiencing both incredible highs and dispiriting lows, but ultimately forging a deep and genuine bond that will stay with them long after their adventure is over.","poster_path":"/e75pReBYrtbvzPtwf1OqrBGWYYk.jpg","media_type":"movie","genre_ids":[18,53],"popularity":10.65,"release_date":"2015-07-04","video":false,"vote_average":6.034,"vote_count":380},"media_type":"movie"},{"aspect_ratio":0.6750675067506751,"file_path":"/y4IG0DY7bpZWlfFalssyEpOmvqa.jpg","height":2222,"id":"618e4fee1c635b00420a9bd8","iso_639_1":"uk","vote_average":5.312,"vote_count":1,"width":1500,"image_type":"poster","media":{"adult":false,"backdrop_path":"/dK12GIdhGP6NPGFssK2Fh265jyr.jpg","id":512195,"title":"Red Notice","original_language":"en","original_title":"Red Notice","overview":"An Interpol-issued Red Notice is a global alert to hunt and capture the world's most wanted. But when a daring heist brings together the FBI's top profiler and two rival criminals, there's no telling what will happen.","poster_path":"/lAXONuqg41NwUMuzMiFvicDET9Y.jpg","media_type":"movie","genre_ids":[28,35,80,53],"popularity":313.02,"release_date":"2021-11-04","video":false,"vote_average":6.786,"vote_count":3989},"media_type":"movie"},{"aspect_ratio":0.675,"file_path":"/3llEDAKXexgVpSqiK17BS4wtJhC.jpg","height":1000,"id":"5c0f338e0e0a2638b60d1d3f","iso_639_1":"en","vote_average":5.252,"vote_count":4,"width":675,"image_type":"poster","media":{"adult":false,"backdrop_path":"/wq17r2QvfXM7rwgN5oRghnGzFwp.jpg","id":18240,"title":"The Proposal","original_language":"en","original_title":"The Proposal","overview":"When she learns she's in danger of losing her visa status and being deported, overbearing book editor Margaret Tate forces her put-upon assistant, Andrew Paxton, to marry her.","poster_path":"/aYlnDia7ldvqFUst1O5S8LZeM2S.jpg","media_type":"movie","genre_ids":[35,10749,18],"popularity":107.877,"release_date":"2009-06-01","video":false,"vote_average":7.094,"vote_count":5595},"media_type":"movie"},{"aspect_ratio":0.6749156355455568,"file_path":"/blRovNpXB4Fkkk3VUBQbE5tEBDm.jpg","height":1778,"id":"622a24ab12c604001ce8775c","iso_639_1":"de","vote_average":5.18,"vote_count":3,"width":1200,"image_type":"poster","media":{"adult":false,"backdrop_path":"/ewUqXnwiRLhgmGhuksOdLgh49Ch.jpg","id":696806,"title":"The Adam Project","original_language":"en","original_title":"The Adam Project","overview":"After accidentally crash-landing in 2022, time-traveling fighter pilot Adam Reed teams up with his 12-year-old self on a mission to save the future.","poster_path":"/wFjboE0aFZNbVOF05fzrka9Fqyx.jpg","media_type":"movie","genre_ids":[28,12,35,878],"popularity":289.076,"release_date":"2022-03-11","video":false,"vote_average":7.105,"vote_count":2812},"media_type":"movie"},{"aspect_ratio":0.6666666666666666,"file_path":"/ql5s7MZMrWAf419Yp3aQ8iWYNb3.jpg","height":1683,"id":"5f7b49f309191b00388c3c5f","iso_639_1":"uk","vote_average":0.0,"vote_count":0,"width":1122,"image_type":"poster","media":{"adult":false,"backdrop_path":"/7py8kUCYaOdFn1TfVS87BDBySOz.jpg","id":550988,"title":"Free Guy","original_language":"en","original_title":"Free Guy","overview":"A bank teller called Guy realizes he is a background character in an open world video game called Free City that will soon go offline.","poster_path":"/xmbU4JTUm8rsdtn7Y3Fcm30GpeT.jpg","media_type":"movie","genre_ids":[35,12,878],"popularity":251.59,"release_date":"2021-08-11","video":false,"vote_average":7.65,"vote_count":6130},"media_type":"movie"}],"total_pages":1,"total_results":7}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the TV show credits for a person.
You can query for some extra details about the credit with the [credit method](#endpoint:xPWdEBLkvCNZSicLN).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 5ee215f7-01b1-4e69-a638-1d9482820a66 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:58 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | b58d5cd66d91c4ca214b47c7f8e1e06f8d169fe4 |
| X-Memc-Age | 4007 |
| X-Memc-Expires | 11964 |
| ETag | W/"c041b863484c80c0bada6169b896533f" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | femz17WPwjdV7uJa2kmLjZtMcvEf6wgi6M3tPHUKLaDJ489Dg2p6Iw== |
| Age | 28645 |
{"cast":[{"adult":false,"backdrop_path":"/4xQf8p7jjf1BW4zs8jlituUrvbr.jpg","genre_ids":[35],"id":75,"origin_country":["US"],"original_language":"en","original_name":"Two Guys and a Girl","overview":"This story revolves around the lives of three teenagers, Berg, Pete and Sharon and how their lives are entwined. It further deals with the bonds they share with each other.","popularity":19.504,"poster_path":"/ulm7wLxyxDNO8kEe12oTM5efWfb.jpg","first_air_date":"1998-03-10","name":"Two Guys and a Girl","vote_average":7.2,"vote_count":114,"character":"Michael \"Berg\" Bergen","credit_id":"525335fd19c295794003c6f1","episode_count":81},{"adult":false,"backdrop_path":"/jbTqU6BJMufoMnPSlO4ThrcXs3Y.jpg","genre_ids":[16,35],"id":1434,"origin_country":["US"],"original_language":"en","original_name":"Family Guy","overview":"Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.","popularity":261.558,"poster_path":"/9RBeCo8QSaoJLmmuzlwzVH3Hi12.jpg","first_air_date":"1999-01-31","name":"Family Guy","vote_average":7.189,"vote_count":3351,"character":"Ryan Reynolds (voice)","credit_id":"5256e91819c2956ff610401b","episode_count":2},{"adult":false,"backdrop_path":"/At7XQ83krOAmiLMPSkBAK07XERi.jpg","genre_ids":[10767,35],"id":1489,"origin_country":["US"],"original_language":"en","original_name":"Jimmy Kimmel Live!","overview":"Jimmy Kimmel Live! is an American late-night talk show, created and hosted by Jimmy Kimmel and broadcast on ABC.","popularity":23.922,"poster_path":"/2r1BVnc6LPATNBvGzpy7m1AFPpj.jpg","first_air_date":"2003-01-26","name":"Jimmy Kimmel Live!","vote_average":5.654,"vote_count":104,"character":"","credit_id":"525707f6760ee3776a03ad41","episode_count":2},{"adult":false,"backdrop_path":"/uOPVhgfljgOM1SNz7eXuPHti9oK.jpg","genre_ids":[10767],"id":1900,"origin_country":["US"],"original_language":"en","original_name":"LIVE with Kelly and Ryan","overview":"A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.","popularity":20.896,"poster_path":"/hBkyypWN3EcOzkozatiCm5VeaG.jpg","first_air_date":"1988-09-05","name":"LIVE with Kelly and Ryan","vote_average":4.7,"vote_count":21,"character":"","credit_id":"52571a4d19c29571140c5b50","episode_count":2},{"adult":false,"backdrop_path":"/7I5VX5Vr1jrUvikA7mTje97dT2e.jpg","genre_ids":[10767],"id":2221,"origin_country":["US"],"original_language":"en","original_name":"The View","overview":"ABC Daytime's morning chatfest, currently featuring Whoopi Goldberg, Joy Behar, Sunny Hostin, Meghan McCain, and Abby Huntsman, discussing the most exciting events of the day. Hot topics in the news, the best experts in their field, celebrity interviews and general entertainment are all part of The View.","popularity":12.552,"poster_path":"/zn5ZtKXYo8XOoXUgtQxw7q2CjVt.jpg","first_air_date":"1997-08-11","name":"The View","vote_average":4.6,"vote_count":72,"character":"Self","credit_id":"5257286b760ee3776a295464","episode_count":1},{"adult":false,"backdrop_path":"/lWkfSWJstUFk7oqyo7MrMoXehoi.jpg","genre_ids":[10767,35],"id":2518,"origin_country":["US"],"original_language":"en","original_name":"The Tonight Show with Jay Leno","overview":"The Tonight Show with Jay Leno is an American late-night talk show hosted by Jay Leno that initially aired from May 25, 1992 to May 29, 2009, and resumed production on March 1, 2010. The fourth incarnation of the Tonight Show franchise made its debut on May 25, 1992, three days following Johnny Carson's retirement as host of the program. The program originates from NBC Studios in Burbank, California, and is broadcast Monday through Friday at 11:35 PM in the Eastern and Pacific time zones. Unlike Carson or his predecessor Jack Paar, Leno only once utilized a guest host, preferring to host the series by himself.\n\nOn April 26, 1999, the show began broadcasting in 1080i HDTV, becoming the first American nightly talk show to be shot in high definition. The show is shot in 16:9 aspect ratio.\n\nThe series, which followed the same basic format as that of his predecessors, ran until May 29, 2009, after which Leno was succeeded by Conan O'Brien. NBC signed Leno to a new deal for a nightly talk show in the 10:00 pm ET timeslot. The primetime series, titled The Jay Leno Show, debuted on September 14, 2009, following a similar format to the Leno incarnation of Tonight.","popularity":20.591,"poster_path":"/xAFMZ3wFIEXTISryRZD94AAvWng.jpg","first_air_date":"1992-05-25","name":"The Tonight Show with Jay Leno","vote_average":5.446,"vote_count":65,"character":"","credit_id":"52573c15760ee36aaa02959b","episode_count":1},{"adult":false,"backdrop_path":null,"genre_ids":[18,10766],"id":3889,"origin_country":["CA","US"],"original_language":"en","original_name":"Hillside","overview":"Hillside (known as Fifteen in the United States) is a Canadian-American teen drama that aired on YTV in Canada from 1991 to 1993. Created and produced by John T. Binkley, the series was Nickelodeon's only teenage soap opera. The show was shot on videotape, similar to most daytime dramas.\n\nThe series was first conceived as Fifteen in an improvised form for The Disney Channel, where a 13-episode pilot series was produced and tested in the U.S. After Disney decided not to proceed with the project, Nickelodeon and Canadian partners joined Binkley in producing the series which was known in its first and second seasons as Hillside in Canada, and throughout the 65-episode run as Fifteen in the U.S. The show was subsequently syndicated around the world, with runs in Germany and Israel, among others.\n\nThe series features a large ensemble cast which underwent several changes over the show's four-season run. Notable cast members include Laura Harris, Enuka Okuma, and Ryan Reynolds.","popularity":2.376,"poster_path":"/lqkp0FYhXbQUSNT0bTvio21AjK7.jpg","first_air_date":"1991-02-03","name":"Hillside","vote_average":7.7,"vote_count":3,"character":"Billy Simpson","credit_id":"525758a519c29531db15ff2c","episode_count":65},{"adult":false,"backdrop_path":"/nWxgVgQubzlSmbjm7fbMIEeFTY4.jpg","genre_ids":[35],"id":4556,"origin_country":["US"],"original_language":"en","original_name":"Scrubs","overview":"In the unreal world of Sacred Heart Hospital, John \"J.D.\" Dorian learns the ways of medicine, friendship and life.","popularity":91.324,"poster_path":"/u1z05trCA7AuSuDhi365grwdos1.jpg","first_air_date":"2001-10-02","name":"Scrubs","vote_average":7.982,"vote_count":1203,"character":"Spence","credit_id":"5257701d760ee36aaa46f212","episode_count":1},{"adult":false,"backdrop_path":"/q9unI9oHyLUNK97RQPYAGjFs4Xu.jpg","genre_ids":[35,10767],"id":4573,"origin_country":["US"],"original_language":"en","original_name":"Late Night with Conan O'Brien","overview":"Late Night with Conan O'Brien is an American late-night talk show hosted by Conan O'Brien that aired 2,725 episodes on NBC between 1993 and 2009. The show featured varied comedic material, celebrity interviews, and musical and comedy performances. Late Night aired weeknights at 12:37 am Eastern/11:37 pm Central and 12:37 am Mountain in the United States. From 1993 until 2000, Andy Richter served as O'Brien's sidekick; following his departure, O'Brien was the show's sole featured performer. The show's house musical act was The Max Weinberg 7, led by E Street Band drummer Max Weinberg.\n\nThe second incarnation of NBC's Late Night franchise, O'Brien's debuted in 1993 after David Letterman, who hosted the first incarnation of Late Night, moved to CBS to host Late Show opposite The Tonight Show. In 2004, as part of a deal to secure a new contract, NBC announced that O'Brien would leave Late Night in 2009 to succeed Jay Leno as the host of The Tonight Show. Jimmy Fallon began hosting his version of Late Night on March 2, 2009.","popularity":26.912,"poster_path":"/gJZ1rhLLFpatuAeylJoUI82DKC7.jpg","first_air_date":"1993-09-13","name":"Late Night with Conan O'Brien","vote_average":7.218,"vote_count":103,"character":"Self - Guest","credit_id":"525770d8760ee36aaa485930","episode_count":3},{"adult":false,"backdrop_path":null,"genre_ids":[16,35],"id":5197,"origin_country":["CA"],"original_language":"en","original_name":"Zeroman","overview":"Zeroman is a Canadian animated television series that aired on the Canadian cartoon network Teletoon and on Télétoon. It tells the adventures of incompetent sixty-six-year-old postman Les Mutton who also happens to be the superhero known as Zeroman. As Zeroman, Les fights the crime that plagues Fair City in a similar fashion to Nielsen's Lieutenant Frank Drebin character in the Naked Gun series. Although a second season was once announced as in production, the death of Leslie Nielsen guaranteed that another season will not happen.","popularity":1.348,"poster_path":"/7CWjmadGMgdWPeLxQVSYKOy2JNQ.jpg","first_air_date":"2004-09-01","name":"Zeroman","vote_average":1.0,"vote_count":1,"character":"Ty Cheese (voice)","credit_id":"52577e5d760ee36aaa5b7101","episode_count":14},{"adult":false,"backdrop_path":null,"genre_ids":[10767],"id":319,"origin_country":["US"],"original_language":"en","original_name":"The Tony Danza Show","overview":"The Tony Danza Show was a daytime variety talk show that premiered on September 13, 2004 in syndication and was distributed by Buena Vista Television.","popularity":14.456,"poster_path":"/6w7n6O6UNZKvL1liVFKYmTXFdNH.jpg","first_air_date":"2004-09-13","name":"The Tony Danza Show","vote_average":6.6,"vote_count":5,"character":"","credit_id":"52534dbd19c2957940103c63","episode_count":1},{"adult":false,"backdrop_path":"/48owQZcn8kP6Gfq2IQ7vPFmvKYu.jpg","genre_ids":[35,10767],"id":562,"origin_country":["US"],"original_language":"en","original_name":"The Ellen DeGeneres Show","overview":"The Ellen DeGeneres Show, often shortened to just Ellen, is an American television talk show hosted by comedian/actress Ellen DeGeneres.","popularity":13.07,"poster_path":"/PhUYIGUUk1RzWq2Aw3TqH65McE.jpg","first_air_date":"2003-09-08","name":"The Ellen DeGeneres Show","vote_average":5.914,"vote_count":122,"character":"Self","credit_id":"5253875d19c295794021ad93","episode_count":1},{"adult":false,"backdrop_path":"/wgHOte5qHSayi1vpIQNwJQsJY5W.jpg","genre_ids":[],"id":766,"origin_country":["GB"],"original_language":"en","original_name":"This Morning","overview":"This Morning is a British daytime television programme broadcast on ITV. It is currently presented by Phillip Schofield, Holly Willoughby on Monday to Thursday with Ruth Langsford and Eamonn Holmes presenting on a Friday and during the school holidays with guest presenters standing in or contributing items to the show. The show began airing on 3 October 1988 featuring Richard Madeley and Judy Finnigan as hosts until their departure in July 2001.\n\nThe show was devised by Granada Television and was first broadcast from studios at the Albert Dock in Liverpool, before relocating to The London Studios in 1996. This Morning now airs daily on ITV at 10:30am till 12:30pm featuring news, topical items, showbiz, style and beauty, home and garden, food, health, real life and more similar features.\n\nSince 2010, during the summer, This Morning Summer has aired on the same channel at the same time slot. It is generally a continuation of the same format effectively making the show a year-round broadcast, featuring Eamonn Holmes and Ruth Langsford as the main presenters.","popularity":0.826,"poster_path":"/79XfvbOCcNwdXAnPHbcQd0cH8iN.jpg","first_air_date":"1988-10-03","name":"This Morning","vote_average":6.7,"vote_count":11,"character":"Self - Guest","credit_id":"5253944c19c29579402b7c56","episode_count":1},{"adult":false,"backdrop_path":null,"genre_ids":[10763,10767],"id":1709,"origin_country":["US"],"original_language":"en","original_name":"Today","overview":"Today is a daily American morning television show that airs on NBC. The program debuted on January 14, 1952. It was the first of its genre on American television and in the world, and is the fifth-longest running American television series. Originally a two-hour program on weekdays, it expanded to Sundays in 1987 and Saturdays in 1992. The weekday broadcast expanded to three hours in 2000, and to four hours in 2007.\n\nToday's dominance was virtually unchallenged by the other networks until the late 1980s, when it was overtaken by ABC's Good Morning America. Today retook the Nielsen ratings lead the week of December 11, 1995, and held onto that position for 852 consecutive weeks until the week of April 9, 2012, when it was beaten by Good Morning America yet again. In 2002, Today was ranked #17 on TV Guide's 50 Greatest Television Shows of All Time.","popularity":3.205,"poster_path":"/xlWdasY9oYg3OO5VTNqlPFftgya.jpg","first_air_date":"1952-01-14","name":"Today","vote_average":5.8,"vote_count":17,"character":"","credit_id":"525713e5760ee3776a1161b3","episode_count":1},{"adult":false,"backdrop_path":"/foTO6oSRArKUUe7sw8mvqATaaKc.jpg","genre_ids":[35],"id":4469,"origin_country":["US"],"original_language":"en","original_name":"MADtv","overview":"MADtv is an American sketch comedy television series originally inspired by Mad magazine. The one-hour show aired Saturday nights on Fox.","popularity":1.397,"poster_path":"/xBhqJk2Uvn3XzQxKnq96ESwDYES.jpg","first_air_date":"1995-10-14","name":"MADtv","vote_average":6.841,"vote_count":82,"character":"Self","credit_id":"52576b39760ee36aaa3eba3d","episode_count":1},{"adult":false,"backdrop_path":"/2m4MtdIuOr7G1ZCWw9GXDghnmzv.jpg","genre_ids":[10751,10765],"id":11121,"origin_country":["CA"],"original_language":"en","original_name":"The Odyssey","overview":"The Odyssey is a Canadian-produced half-hour adventure-fantasy television series for children, originally broadcast 1992-94 on CBC Television. It starred Illya Woloshyn as Jay Ziegler, Ashleigh Aston Moore as Donna/Alpha, Tony Sampson as Keith/Flash, Andrea Nemeth as Medea/Sierra Jones, Mark Hildreth as Finger, Ryan Reynolds as Macro, Janet Hodgkinson as Val Ziegler, and Devon Sawa as Yudo.","popularity":4.613,"poster_path":"/ixeOYFcCj6YjKrliC13pxGFNTK2.jpg","first_air_date":"1992-03-09","name":"The Odyssey","vote_average":7.0,"vote_count":3,"character":"Macro","credit_id":"52580c0619c29531db412603","episode_count":39},{"adult":false,"backdrop_path":"/yeuPvfPYK7Y3J3ZWqLF2IcWEi36.jpg","genre_ids":[18,10765],"id":21561,"origin_country":["US"],"original_language":"en","original_name":"The Outer Limits","overview":"Anthology series of composed of distinct story episodes, sometimes with a plot twist at the end, with occasional recurring story elements that were often tied together during season-finale clip shows.","popularity":17.319,"poster_path":"/pi6uo8huONeyuxcliK7o6jAc4k4.jpg","first_air_date":"1995-03-26","name":"The Outer Limits","vote_average":7.908,"vote_count":141,"character":"","credit_id":"525869a9760ee3466119bc59","episode_count":3},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":28806,"origin_country":["GB"],"original_language":"en","original_name":"TNT Show","overview":"","popularity":1.653,"poster_path":null,"first_air_date":"2009-06-11","name":"TNT Show","vote_average":0.0,"vote_count":0,"character":"Himself","credit_id":"52589008760ee3466150ac54","episode_count":1},{"adult":false,"backdrop_path":"/2pJYis3LUEgFC3UErTQVgmUV1hN.jpg","genre_ids":[35,10767],"id":1220,"origin_country":["GB"],"original_language":"en","original_name":"The Graham Norton Show","overview":"Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.","popularity":51.755,"poster_path":"/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg","first_air_date":"2007-02-22","name":"The Graham Norton Show","vote_average":7.227,"vote_count":192,"character":"Self","credit_id":"5aec7d55c3a3682eb700066e","episode_count":2},{"adult":false,"backdrop_path":null,"genre_ids":[10767],"id":80515,"origin_country":["US"],"original_language":"en","original_name":"The Reichen Show","overview":"A list of celebrity interviews and sensational topics.","popularity":8.193,"poster_path":null,"first_air_date":"2005-11-11","name":"The Reichen Show","vote_average":2.0,"vote_count":1,"character":"Self","credit_id":"5b379d759251413cab02e791","episode_count":1},{"adult":false,"backdrop_path":null,"genre_ids":[18],"id":29853,"origin_country":["US"],"original_language":"en","original_name":"In Cold Blood","overview":"At the end of the 1950s, in a more innocent America, the brutal, meaningless slaying of a Midwestern family horrified the nation. This film is based on Truman Capote's hauntingly detailed, psychologically penetrating nonfiction novel. While in prison, Dick Hickock, 20, hears a cell-mate's story about $10,000 in cash kept in a home safe by a prosperous rancher. When he's paroled, Dick persuades ex-con Perry Smith, also 20, to join him in going after the stash. On a November night in 1959, Dick and Perry break into the Holcomb, Kansas, house of Herb Clutter. Enraged at finding no safe, they wake the sleeping family and brutally kill them all. The bodies are found by two friends who come by before Sunday church. The murders shock the small Great Plains town, where doors are routinely left unlocked. Detective Alvin Dewey of the Kansas Bureau of Investigation heads the case, but there are no clues, no apparent motive and no suspects...","popularity":4.017,"poster_path":"/rYqCMllLTq6mE8fEAzvhXepakoi.jpg","first_air_date":"1996-11-24","name":"In Cold Blood","vote_average":6.5,"vote_count":10,"character":"Bobby Rupp","credit_id":"5b80359d9251416c84011425","episode_count":2},{"adult":false,"backdrop_path":"/m5k30me2pdEUgXgb4R8AFIAObai.jpg","genre_ids":[35,10763],"id":1667,"origin_country":["US"],"original_language":"en","original_name":"Saturday Night Live","overview":"A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.","popularity":58.3,"poster_path":"/bfiBW2qtdPEdcDOhYGNiP8XX8ok.jpg","first_air_date":"1975-10-11","name":"Saturday Night Live","vote_average":6.9,"vote_count":318,"character":"Self","credit_id":"5dc315ac99259c001879f546","episode_count":1},{"adult":false,"backdrop_path":"/m5k30me2pdEUgXgb4R8AFIAObai.jpg","genre_ids":[35,10763],"id":1667,"origin_country":["US"],"original_language":"en","original_name":"Saturday Night Live","overview":"A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.","popularity":58.3,"poster_path":"/bfiBW2qtdPEdcDOhYGNiP8XX8ok.jpg","first_air_date":"1975-10-11","name":"Saturday Night Live","vote_average":6.9,"vote_count":318,"character":"Self / Guy Who Knows the Owner (uncredited)","credit_id":"5ddc5f84a80673001211cc23","episode_count":1},{"adult":false,"backdrop_path":"/rHuXgDmrv4vMKgQZ6pu2E2iLJnM.jpg","genre_ids":[35,10764],"id":33238,"origin_country":["KR"],"original_language":"ko","original_name":"런닝맨","overview":"These days, variety entertainment is gradually disappearing. It is one of Korea's representative variety entertainment shows that has been in charge of Sunday evenings for over 10 years. In this program, many stars and members play games and missions together. It is characterized by going around several places. In particular, this program focuses solely on laughter among the many fun elements of entertainment.\n\nOpen your eyes! Big fun enters!\n\nOpen your mouth! A big smile enters!\n\nOpen your mind! Instructive lesson enters!","popularity":120.43,"poster_path":"/2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg","first_air_date":"2010-07-11","name":"Running Man","vote_average":8.5,"vote_count":136,"character":"","credit_id":"5e12144a5907de0012dd8c01","episode_count":1},{"adult":false,"backdrop_path":"/gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg","genre_ids":[35,10767],"id":63770,"origin_country":["US"],"original_language":"en","original_name":"The Late Show with Stephen Colbert","overview":"Improv actor and comic Stephen Colbert leaves his \"The Colbert Report\" character behind as he makes his long-awaited return to television. As the host of The Late Show franchise redux - taped at the historic Ed Sullivan Theatre at New York - Colbert talks to actors, athletes, politicians, comics, artists and musicians as himself for the first time. Loyal fans, however, will also be treated to consistency as Colbert remains backed by many members of his writing and digital team from his former venture. Julliard-trained Jon Batiste serves as the bandleader.","popularity":33.336,"poster_path":"/9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg","first_air_date":"2015-09-08","name":"The Late Show with Stephen Colbert","vote_average":6.506,"vote_count":170,"character":"Self","credit_id":"5e85e88d691cd5001259761f","episode_count":1},{"adult":false,"backdrop_path":"/bJbh9BT53az3uWortxzfvVcigJG.jpg","genre_ids":[10763,10767,35],"id":101214,"origin_country":["US"],"original_language":"en","original_name":"Some Good News","overview":"John Krasinski highlights some good news from around the world.","popularity":2.839,"poster_path":"/8KrhN7Mx6uoxFnRAaZrzYRO5TVB.jpg","first_air_date":"2020-03-29","name":"Some Good News","vote_average":9.3,"vote_count":6,"character":"Weatherman","credit_id":"5eb2f6100b7316001e43bf39","episode_count":1},{"adult":false,"backdrop_path":"/doSfKKsBBVW20IEELEOifiI5mf7.jpg","genre_ids":[10764],"id":71427,"origin_country":["US"],"original_language":"en","original_name":"Life of Kylie","overview":"Kylie Jenner welcomes viewers to her unfiltered world of fame, fortune, relationships and empire.","popularity":2.878,"poster_path":"/eAE42OlJdXzaNCekE0ww0KYOcAd.jpg","first_air_date":"2017-08-06","name":"Life of Kylie","vote_average":6.9,"vote_count":21,"character":"Self","credit_id":"5eb72316ca7ec6001d7b1d4a","episode_count":1},{"adult":false,"backdrop_path":"/uganUhifpqzzAunI0PETnutlmR.jpg","genre_ids":[10767],"id":8621,"origin_country":["US"],"original_language":"en","original_name":"Late Night with Jimmy Fallon","overview":"Late Night with Jimmy Fallon is an American late-night talk show airing weeknights at 12:35 am Eastern/11:35 pm Central on NBC in the United States. The hour-long show premiered on March 2, 2009, and is hosted by actor, comedian and performer Jimmy Fallon, an alumnus of Saturday Night Live. Hip hop/neo soul band The Roots serve as the show's house band, and Steve Higgins is the show's announcer.\n\nThe third incarnation of the Late Night franchise originated by David Letterman, the program originates from NBC Studio 6B in the GE Building at 30 Rockefeller Center in New York City. The show typically opens with a brief monologue from Fallon, followed by a comedy \"desk piece,\" as well as prerecorded segments and audience competitions. The next segment is devoted to a celebrity interview, with guests ranging from actors and musicians to media personalities and political figures. The show then closes with either a musical or comedy performance. The show frequently employs digital media into its comedy, which has become crucial to its success. Fallon has been appointed to become the next host of The Tonight Show, where he will succeed the current host Jay Leno at the conclusion of the 2014 Winter Olympics, with fellow SNL alum Seth Meyers slated to replace Fallon.","popularity":7.81,"poster_path":"/l8WzbOr7vg3WDlB3hoy32wZDxwj.jpg","first_air_date":"2009-03-02","name":"Late Night with Jimmy Fallon","vote_average":6.1,"vote_count":69,"character":"Self","credit_id":"5f04d683a35c8e0036217ba8","episode_count":1},{"adult":false,"backdrop_path":"/jO803koX4pYjGuxjOkLytCusuJm.jpg","genre_ids":[10767,35,10763],"id":32415,"origin_country":["US"],"original_language":"en","original_name":"Conan","overview":"A late night television talk show hosted by Conan O'Brien.","popularity":57.022,"poster_path":"/oQxrvUhP3ycwnlxIrIMQ9Z3kleq.jpg","first_air_date":"2010-11-08","name":"Conan","vote_average":7.192,"vote_count":172,"character":"Self","credit_id":"5fe7b37ff36a32003c65db20","episode_count":1},{"adult":false,"backdrop_path":"/6jGVOu5NvnmSKh28ByWAJrTOEH2.jpg","genre_ids":[35,10767],"id":59941,"origin_country":["US"],"original_language":"en","original_name":"The Tonight Show Starring Jimmy Fallon","overview":"After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.","popularity":74.666,"poster_path":"/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg","first_air_date":"2014-02-17","name":"The Tonight Show Starring Jimmy Fallon","vote_average":6.0,"vote_count":188,"character":"Self","credit_id":"5fed2859002134003d9bde55","episode_count":2},{"adult":false,"backdrop_path":"/6GwiLCrpC52SSMkIjy26JmHcpO0.jpg","genre_ids":[99],"id":126929,"origin_country":["US"],"original_language":"en","original_name":"Welcome to Wrexham","overview":"Documentary series tracking the dreams and worries of Wrexham, a working-class town in North Wales, UK, as two Hollywood stars (Rob McElhenney and Ryan Reynolds) take ownership of the town’s historic yet struggling football club.","popularity":6.767,"poster_path":"/z5fZOpWI4FmJ3eSJsNkJjwEY4uZ.jpg","first_air_date":"2022-08-24","name":"Welcome to Wrexham","vote_average":0.0,"vote_count":0,"character":"Self","credit_id":"60ba90fc4cd9120078cdee6e","episode_count":6},{"adult":false,"backdrop_path":"/uOPVhgfljgOM1SNz7eXuPHti9oK.jpg","genre_ids":[10767],"id":1900,"origin_country":["US"],"original_language":"en","original_name":"LIVE with Kelly and Ryan","overview":"A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.","popularity":20.896,"poster_path":"/hBkyypWN3EcOzkozatiCm5VeaG.jpg","first_air_date":"1988-09-05","name":"LIVE with Kelly and Ryan","vote_average":4.7,"vote_count":21,"character":"Self - Guest","credit_id":"6107c2787719d70072c0489f","episode_count":1},{"adult":false,"backdrop_path":"/jbTqU6BJMufoMnPSlO4ThrcXs3Y.jpg","genre_ids":[16,35],"id":1434,"origin_country":["US"],"original_language":"en","original_name":"Family Guy","overview":"Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.","popularity":261.558,"poster_path":"/9RBeCo8QSaoJLmmuzlwzVH3Hi12.jpg","first_air_date":"1999-01-31","name":"Family Guy","vote_average":7.189,"vote_count":3351,"character":"Overweight Guy (voice)","credit_id":"616860c5d43f010091dc4e1a","episode_count":1},{"adult":false,"backdrop_path":"/qcSeIeEeqFoa3BLYyAfmqMkQIQ7.jpg","genre_ids":[16,35],"id":78570,"origin_country":["CA"],"original_language":"en","original_name":"Corner Gas Animated","overview":"It's been a few years, and there's still not a lot going on in Dog River, 40 kilometres from nowhere. But that's all about to change.","popularity":4.472,"poster_path":"/zXftWA3LqP3PzCbA8I6JhlNlW5w.jpg","first_air_date":"2018-04-02","name":"Corner Gas Animated","vote_average":7.1,"vote_count":9,"character":"Ryan Reynolds (voice)","credit_id":"61852bf0ddd52d0026b7dcef","episode_count":1},{"adult":false,"backdrop_path":"/ugYUSzs75Rm2syRuCrBSJAh09lJ.jpg","genre_ids":[],"id":23521,"origin_country":["DE"],"original_language":"en","original_name":"Kids' Choice Awards","overview":"Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange blimp figurine which also functions as a kaleidoscope.","popularity":5.292,"poster_path":"/uW5MVaAJS00N6kZYmp39nbEeNtO.jpg","first_air_date":"1987-01-18","name":"Kids' Choice Awards","vote_average":9.4,"vote_count":7,"character":"Self","credit_id":"618dabb3b076e500262a34fe","episode_count":1},{"adult":false,"backdrop_path":"/51QQFBaU2YpSTS1PXsqO9cKPT5s.jpg","genre_ids":[10765,9648,80],"id":4087,"origin_country":["US"],"original_language":"en","original_name":"The X-Files","overview":"The exploits of FBI Special Agents Fox Mulder and Dana Scully who investigate X-Files: marginalized, unsolved cases involving paranormal phenomena. Mulder believes in the existence of aliens and the paranormal while Scully, a skeptic, is assigned to make scientific analyses of Mulder's discoveries that debunk Mulder's work and thus return him to mainstream cases.","popularity":104.396,"poster_path":"/5BD0kiTGnDxONqdrsswTewnk6WH.jpg","first_air_date":"1993-09-10","name":"The X-Files","vote_average":8.406,"vote_count":2312,"character":"Jay De Boom","credit_id":"6219f11090cf510018a96ee7","episode_count":1},{"adult":false,"backdrop_path":"/dStSVZMZJWTOsuH40lN3pjV5kb8.jpg","genre_ids":[],"id":78086,"origin_country":[],"original_language":"de","original_name":"Late Night Berlin","overview":"","popularity":2.141,"poster_path":"/5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg","first_air_date":"2018-03-12","name":"Late Night Berlin","vote_average":9.0,"vote_count":1,"character":"Self","credit_id":"6265ab1af794ad004fee1106","episode_count":1},{"adult":false,"backdrop_path":"/hko5DpJPBjQot2L8yNqazCZJpRf.jpg","genre_ids":[10767],"id":76178,"origin_country":["US"],"original_language":"en","original_name":"My Next Guest Needs No Introduction With David Letterman","overview":"TV legend David Letterman teams up with fascinating global figures for in-depth interviews and curiosity-fueled excursions in this monthly talk show.","popularity":9.267,"poster_path":"/5dObN91CjQPUhgQoEMbpmLTtxc8.jpg","first_air_date":"2018-01-12","name":"My Next Guest Needs No Introduction With David Letterman","vote_average":7.6,"vote_count":38,"character":"Self","credit_id":"6289aaa9ed2ac200a8c84834","episode_count":1}],"crew":[{"adult":false,"backdrop_path":"/qPOn1IGy5rRn4VECph7PTssPsPJ.jpg","genre_ids":[35],"id":92254,"origin_country":["US"],"original_language":"en","original_name":"Don't","overview":"A game show that offers contestants the chance to win cash by tackling hilarious tasks, each with the simple rule: \"DON'T.\"","popularity":1.132,"poster_path":"/A6VjzXamLCHi9Uh7xXbSZjB8oeF.jpg","first_air_date":"2020-06-11","name":"Don't","vote_average":7.0,"vote_count":4,"credit_id":"5d521fe315dea0001535727a","department":"Production","episode_count":8,"job":"Executive Producer"}],"id":10859}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of translations that have been created for a person.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c1326fb8-7bec-4609-a85a-ecfdd5c25c85 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 926a0c487ae8e8b1f57c26241c009de9059b5cd4 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 16922 |
| ETag | W/"f6451ee5d583f86e1548e8b3ff973765" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | qNKVt1UTr9HOf9EIABV3AOFrzcjhTg_ITbng_YrM6kdwFfKlZfH5_g== |
| Age | 28644 |
{"id":10859,"translations":[{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"biography":"Рейнольдс народився у Ванкувері сім'ї колишнього поліцейського Джеймса Рейнольдса та працівниці роздрібних продаж Темі Рейнольдс. По виходу на пенсію батько зробив кар'єру, як агент оптових продаж. В сім'ї було четверо хлопців, з котрих Раян був наймолодший. У 1994 році він закінчив середню школу і мав декілька дрібних робіт у Ванкувері — в клубі яхтсменів, продовольчому магазині і пізніше навіть створив власну комедійну трупу.\n\nКар'єра Рейнольдса почалася ще у підлітковому віці, коли він отримав роль Біллі в канадській юнацькій мильній опері «Пагорок». Пізніше, Рейнольдс зіграв у фільмі сатиричної компанії National Lampoon під назвою «Ван Вайлдер» і в одному з американських комічних телесеріалів в ролі студента-медика Майкла Берґа Берґена. Він також виконав роль самого себе — камео в картині «Гарольд і Кумар уходять у відрив» як фелдшер. У 2005 зіграв роль офіціанта і музичного виконавця в романтичній комедії «Просто друзі» разом з актрисами Емі Смарт і Анною Феріс.\n\nХоча Раян грав здебільшого комічні ролі, йому також вдалося зіграти одну з провідних ролей у фільмі «Жах Амітвіля». Далі були ролі у трилерах і пригодницьких фільмах, які вимагали від актора додаткової підготовки. Він також зіграв роль агента ФБР у фільмі «Козирні тузи».\n\nУ 2010 році він зіграв головну роль в іспанському трилері Родріго Кортеса «Похований живцем».\n\nУ 2011 Рейнольдс зіграв головну роль в фільмі «Зелений ліхтар», екранізації однойменного коміксу про супергероїв.\n\nОпис зверху взятий з Вікіпедії стаття про Райана Рейнольдса."}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"biography":"Ryan Rodney Reynolds (born October 23, 1976) is a Canadian actor and film producer. He began his career starring in the Canadian teen soap opera Hillside (1991–1993), and had minor roles before landing the lead role on the sitcom Two Guys and a Girl between 1998 and 2001. Reynolds then starred in a range of films, including comedies such as National Lampoon's Van Wilder (2002), Waiting... (2005), and The Proposal (2009). He also performed in dramatic roles in Buried (2010), Woman in Gold (2015), and Life (2017), starred in action films such as Blade: Trinity (2004), Green Lantern (2011), 6 Underground (2019) and Free Guy (2021), and provided voice acting in the animated features The Croods (2013), Turbo (2013), Pokémon: Detective Pikachu (2019) and The Croods: A New Age (2020).\n\nReynolds' biggest commercial success came with the superhero films Deadpool (2016) and Deadpool 2 (2018), in which he played the title character. The former set numerous records at the time of its release for an R-rated comedy and his performance earned him nominations at the Critics' Choice Movie Awards and the Golden Globe Awards."}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"biography":"Ryan Rodney Reynolds (geboren am 23. Oktober 1976) ist ein kanadischer Schauspieler. Er porträtierte Michael Bergen auf der ABC-Sitcom Two Guys and a Girl (1998-2001), Billy Simpson in der kanadischen Teenie-Soap Hillside (1991), sowie die Marvel Comics Charaktere Hannibal King in Blade: Trinity (2004), Wade Wilson / Weapon XI in X-Men Origins: Wolverine (2009) und die Titelrolle in Deadpool (2016), für die er eine Nominierung für den Golden Globe Award erhielt.\n\nBeschreibung oben aus dem Wikipedia-Artikel Ryan Reynolds, lizenziert unter CC-BY-SA, vollständige Liste der Autoren auf Wikipedia."}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"biography":"라이언 로드니 레이놀즈(영어: Ryan Rodney Reynolds, 1976년 10월 23일 ~ )는 간단히 라이언 레이놀즈(영어: Ryan Rodney Reynolds)로 잘 알려진 캐나다의 배우, 영화 제작자이다. 그는 ABC 시트콤 《남자 둘, 여자 하나》(Two Guys and a Girl, 1998-2001)에서 마이클 베르겐 역과 캐나다 YTV의 청소년 드라마 《힐 사이드》(1991)의 빌리 심슨 역, 마블 코믹스의 영화 《블레이드 3》(Blade: Trinity, 2004)의 한니발 킹 역, 《엑스맨 탄생: 울버린》(2009)의 웨이드 윌슨 / 데드풀 역과 《데드풀》 (2016)의 주인공 데드풀 역으로 골든 글로브상 뮤지컬/코미디 남우주연상 후보에 지명되었다. 또한, 그는 DC 코믹스의 동명의 만화를 원작으로 한 2011년 영화 《그린 랜턴: 반지의 선택》에서 할 조던 / 그린 랜턴 역을 연기했다. 레이놀즈는 《엽기 캠퍼스》 (National Lampoon, 2002)에서 밴 와일더 역, 《아미티빌 호러》(2005), 《나의 특별한 사랑 이야기》(2008), 《프로포즈》(2009), 《베리드》(2010), 《크루즈 패밀리》(2013) 및 《우먼 인 골드》와 같은 영화에도 출연했다."}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"biography":"Ryan Rodney Rodney Reynolds (né le 23 octobre 1976) est un acteur canadien. Il a incarné Michael Bergen dans la sitcom Two Guys and a Girl (1998-2001), Billy Simpson dans Hillside (1991), ainsi que Hannibal King dans Blade : Trinity (2004), Wade Wilson / Weapon XI dans X-Men Origins : Wolverine (2009), et le personnage principal dans Deadpool (2016) pour lequel il a reçu une nomination aux Golden Globe Awards."}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"biography":"Канадский актёр кино и телевидения, кинопродюсер. Карьера Рейнольдса началась, когда он был ещё мальчишкой и сыграл роль Билли в канадской юношеской мыльной опере Hillside, в США, однако получившей название «Fifteen».\n\nВ 2002 году Рейнольдс сыграл в двух достаточно популярных комедиях «Король вечеринок» и «Кот в мешке», а также в американском телесериале «Два парня, девушка и пиццерия» в роли студента медицины Майкла Бергена. Двумя годами позже он также исполнил роль-камео медбрата в картине «Гарольд и Кумар уходят в отрыв».\n\nТакже сыграл в 22 эпизоде 2 сезона сериала «Клиника» Спенса, приятеля по коледжу Джона Дориана и Кристофера Терка.\n\nВ 2005 Райан исполнил роль официанта по имени Монти в «Большой жратве», и музыкального продюсера в романтической комедии «Просто друзья» наряду с актрисами Эми Смарт и Анной Фэрис.\n\nРайану досталась главная роль в картине «Да, нет, наверное». В этом фильме он играет положительного героя, однако, его актёрский диапазон включает в себя и отрицательных или просто острохарактерных персонажей. Например Райан Рейнольдс исполнил роли Джорджа Лутца в «Ужасе Амитивилля», Ганнибала Кинга в «Блэйде: Троице» и агента ФБР в «Козырных тузах».\n\nВ 2009 году сыграл главную роль в романтической комедии «Предложение» в паре с Сандрой Буллок.\n\nВ 2010 году журнал «People» назвал актёра самым «сексуальным мужчиной планеты 2010 года».\n\nВ 2016 на экраны вышла экранизация комикса про наёмника «Дэдпул». В рамках промотура актёр посетил Москву и дал пресс-конференцию. За роль болтливого наёмника Райан номинировался на премию «Золотой глобус», но проиграл Райану Гослингу.\n\nВ 2016 году на Голливудской «Аллее славы» появилась именная звезда актёра.\n\nСтал победителем премии People’s Choice Awards-2017 в номинации «Лучший актёр»\n\nВ 2018 Райан снялся в сиквеле Дэдпула, где весьма самоиронично прошелся по всем своим неудачным ролям."}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"biography":""}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"biography":"Ryan Rodney Reynolds (Vancouver, 23 de outubro de 1976) é um ator canadense. Ele é conhecido por seus papeis em National Lampoon's Van Wilder, Waiting..., The Amityville Horror, Just Friends, Definitely, Maybe, The Proposal e Buried, bem como Wade Wilson/Deadpool em X-Men Origins: Wolverine e no filme solo do próprio Deadpool, que estreou em 2016. Seus papéis na televisão incluem Michael \"Berg\" Bergen, em Two Guys and a Girl. Reynolds também estrelou no filme Green Lantern juntamente com Blake Lively e Mark Strong. Foi o protagonista do filme solo do Deadpool, interpretando o papel do mercenário tagarela."}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"biography":"Ryan Rodney Reynolds (Vancouver, 23 de outubro de 1976) é um ator canadense. Seu pai, Jim, era um aposentado da Real Polícia Montada do Canadá que depois se tornou um atacadista de alimentos, e sua mãe, Tammy, era uma vendedora de loja de varejo. Ele é de ascendência irlandesa e foi criado na Igreja Católica Apostólica Romana. É o mais jovem de quatro irmãos, estudou na Kitsilano Secondary School em Vancouver, em 1994. Em seguida, ele participou da universidade de Kwantlen College, também em Vancouver, até deixa-la. Reynolds é conhecido por seus papeis em National Lampoon's Van Wilder, Waiting..., The Amityville Horror, Just Friends, Definitely, Maybe, The Proposal e Buried, bem como Wade Wilson/Deadpool em X-Men Origins: Wolverine e no filme solo do próprio Deadpool, que estreou em 2016. Seus papéis na televisão incluem Michael \"Berg\" Bergen, em Two Guys and a Girl. Reynolds também estrelou no filme Green Lantern juntamente com Blake Lively e Mark Strong. Foi o protagonista do filme solo do Deadpool, interpretando o papel do mercenário tagarela."}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"biography":"Ryan Rodney Reynolds 1976. október 23-án született Kanadában, Vancouverben. Édesapja, Jim nyugdíjazott rendőr, édesanyja, Tammy eladó. Kettő vér szerinti, és egy örökbe fogadott bátyja van.\n\nA színész viszonylag hosszú utat járt be a sikerig, holott már 15 éves korában játszott a Hillside című Nickelodeon-sorozatban, és kisebb szerepeket kapott a Ha hallgattál volna (1995) és a Hidegvérrel (1996) című filmekben.\n\nRyan a sikertelenség miatt úgy döntött, hogy felhagy a színészettel, ám egy barátja rávette, hogy költözzenek Los Angelesbe. Számtalan elutasítás után végül szerepet kapott a Két pasi meg egy csajszi című sorozatban, melyben az egyik címszereplőt alakította. Bár a sorozat nem aratott hatalmas sikereket, azonban hozzásegítette Reynoldsot a következő munkákhoz.\n\n2002-ben egy kiöregedett diákot alakított a Buliszerviz (2002) című vígjátékban, melyek köszönhetően széleskörű népszerűségre tett szert, ezt követően pedig szerepet kapott az Apósok akcióban (2003) című remake-ben.\n\nA kétezres évek második felében beindulni látszott a karrierje, olyan filmekben láthattuk, mint a Penge: Szentháromság (2004), A rettegés háza (2005), a Csak barátok (2005), a Füstölgő ászok (2006) és a Nász-ajánlat (2009).\n\nA színész a képregény-feldolgozásokba is belekóstolt; az X-Men kezdetek: Farkas (2009) című produkcióban Deadpoolt alakította, majd a címszereplő bőrébe bújt a vegyes fogadtatású Zöld Lámpásban (2011).\n\nAz Élve eltemetve (2010) című filmben nyújtott alakítását nem győzte méltatni a szakma. Az film szinte teljes játékidejében a koporsóba zárt Reynoldsot láthatjuk. A Sundance-en bemutatott alkotás elsöprő kritikai fogadtatásban részesült.\n\nA színész az elmúlt években olyan filmekben tűnt fel, mint a Testcsere (2011), a Védhetetlen (2012), az R.I.P.D. - Szellemzsaruk (2013) és a Turbó (2013), továbbá ő kölcsönözte Guy hangját a Croodék (2013) című animációs filmben.\n\nHosszabb-rövidebb ideig kapcsolatban volt Alanis Morisette-el és Scarlett Johanssonnal, jelenleg Blake Livelyval alkotnak egy párt."}},{"iso_3166_1":"GR","iso_639_1":"el","name":"ελληνικά","english_name":"Greek","data":{"biography":"Ο Ράιαν Ρέινολντς είναι Καναδός ηθοποιός. Είναι γνωστός για τους ρόλους του στις ταινίες Deadpool Βαν Γουάιλντερ: Η Ψυχή του Πάρτυ, Το Χρονικό μιας Χυλόπιτας, Σίγουρα, Ίσως..., Η Πρόταση, X-Men η Αρχή: Γούλβεριν, Green Lantern και Το Κρησφύγετο."}},{"iso_3166_1":"ID","iso_639_1":"id","name":"Bahasa indonesia","english_name":"Indonesian","data":{"biography":""}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"biography":"瑞安·雷诺兹(Ryan Reynolds),1976年10月23日出生于加拿大温哥华,加拿大男演员。\n\n2009年,瑞安·雷诺兹出演电影《假结婚》并获得多个电影奖项的提名。同年,瑞安·雷诺兹在《金刚狼》中扮演“死侍”一角。2010年,瑞安·雷诺兹凭借《活埋》中的表现获得第25届西班牙戈雅奖最佳男演员提名。2011年,瑞安·雷诺兹在《绿灯侠》中扮演绿灯侠。2012年,瑞安·雷诺兹与女星布莱克·莱弗利结婚。2013年,瑞安·雷诺兹的作品《疯狂原始人》、《冥界警局》相继上映。2015年,瑞安·雷诺兹主演了《死侍》 。2017年,主演的动作喜剧电影《王牌保镖》上映。"}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"biography":"Ryan Rodney Reynolds (23 de octubre de 1976) es un actor canadiense.\n\nEl éxito y el reconocimiento le llegaron con su participación en la comedia titulada Two Guys and a Girl (1998-2001), antes de que iniciara su carrera de comediante y actor dramático para la industria de cine de Hollywood. Es reconocido por sus intervenciones en producciones como Blade: Trinity (2004), The Amityville Horror (2005), Definitely, Maybe (2008), X-Men Origins: Wolverine (2009), The Proposal (2009), Buried (2010), Linterna Verde (2011) y en la adaptación cinematográfica del cómic Deadpool (2016) y su secuela, Deadpool 2. En 2010 la revista estadounidense People lo eligió como el hombre más sexy del año."}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"biography":"Ryan Reynolds jest najlepiej znany ze swej roli w komedii telewizyjnej \"Oni, ona i pizzeria\". Serial ukazał talent i wyczucie komediowe aktora, które zaowocowało kilkoma rolami w filmach fabularnych, na przykład \"We All Fall Down\", \"The Alarmist\" czy \"Ordinary Magic\". Był gwiazdą \"Wiecznego studenta\" oraz komedii \"Buying the Cow\" w reżyserii Walta Beckera. W roli dramatycznej wystąpi w thrillerze niezależnej produkcji \"Finder`s Fee\". Reynolds grał także w wielu filmach telewizyjnych, w tym w \"Z zimną krwią\" i \"The Magarethe Cammermeyer Story\" u boku Glenn Close"}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"biography":"Ryan Rodney Reynolds (nacido el 23 de octubre de 1976) es un actor, productor de cine y empresario canadiense-estadounidense. Comenzó su carrera protagonizando la telenovela canadiense para adolescentes Hillside (1991-1993) y tuvo papeles menores antes de conseguir el papel principal en la comedia Two Guys and a Girl entre 1998 y 2001.\n\nA continuación, Reynolds protagonizó varias películas, como Van Wilder (2002), Waiting... (2005) y La proposición (2009). También interpretó papeles dramáticos en Buried (2010), Woman in Gold (2015) y Life (2017), protagonizó películas de acción como Blade: Trinity (2004), Deadpool (2016) y 6 Underground (2019) y puso voz a los largometrajes de animación The Croods (2013), Turbo (2013) y Pokemon: Detective Pikachu (2019).\n\nEl mayor éxito comercial de Reynolds llegó con las películas de superhéroes Deadpool (2016) y Deadpool 2 (2018), en las que interpretó al personaje principal. La primera batió numerosos récords en el momento de su estreno para una comedia con calificación R y su actuación le valió nominaciones en los Critics' Choice Movie Awards y en los Golden Globe Awards"}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"biography":"Ryan Rodney Reynolds (Vancouver, 23 oktober 1976) is een Canadees acteur.\n\nReynolds' vader Jim zat bij de Royal Canadian Mounted Police en had later een groothandel in levensmiddelen. Zijn moeder Tammy was verkoopster. Reynolds is de jongste van vier zoons. In 1994 rondde hij zijn opleiding aan de Kitsilano Secondary School in Vancouver af. Daarna ging hij naar het Kwantlen College.\n\nReynolds werd als kind in Canada bekend toen hij in 1990 een rol kreeg in de televisieserie Fifteen. Voor zijn doorbraak had hij rollen in Sabrina the Teenage Witch (1996), Coming Soon (1999) en Dick (1999). In de jaren negentig deed hij vooral televisiewerk.\n\nReynolds' doorbraak kwam in 1998, toen hij een hoofdrol speelde in de komische serie Two guys, one girl and a pizza place. In 2002 was hij naast Jerry O'Connell en Alyssa Milano te zien in Buying the Cow. Hij speelde serieuze rollen in onder meer de horrorfilm The Amityville Horror (2005) en de actiefilm Smokin' Aces (2007).\n\nIn 2016 kreeg Reynolds een ster op de Hollywood Walk of Fame.\n\nBron: Wikipedia - Ryan Reynolds"}},{"iso_3166_1":"HR","iso_639_1":"hr","name":"Hrvatski","english_name":"Croatian","data":{"biography":"Ryan Rodney Reynolds (Vancouver, 23. listopada 1976.) kanadski glumac. Poznat je postao po ulozi u sitcomu Two Guys and a Girl, od tada je izgradio karijeru u Hollywoodu, glumeći u dramskim i humorističnim ulogama.\n\nRođen je kao sin majke Tammy, prodavačice, i oca Jima Reynoldsa, radnika u prehrambenoj industriji i bivšeg poluprofesionalnog boksača. Najmlađi je od četvoro braće. Reynolds je maturirao u Kitsilano Secondary School u Vancouveru 1994. godine. Također, polazio je Kwantlen University College u Richmondu, Britanska kolumbija, ali ubrzo odustaje od školovanja.\n\nReynolds je karijeru započeo u seriji Hillside gdje je tumačio ulogu Billyja Simpsona između 1991. i 1993. godine, no bez zapaženog uspjeha. Nakon toga, igrao je manje uloge u filmu Serving in Silence: The Margarethe Cammermeyer Story i CBS-ovom uratku In Cold Blood.\n\nNakon toga, 1998. dobiva ulogu studenta medicine Michaela \"Berga\" Bergena u seriji Two Guys and a Girl. Iako serija nije polučila uspjeh, odobrena je druga sezona, a na seriji počinje raditi novi scenarist, Kevin Abbott, koji je prethodno radio na humorističnoj seriji Roseanne. Serija polučuje manji uspjeh, ali dovoljno da Ryan bude zapažen u svijetu glume.\n\nGodine 2001. dobiva ulogu Quigleya u filmu Finder's Fee, zatim tumači Van Wildera u filmu Van Wilder, nakon čega slijedi uloga Kevina u kanadskome filmu Foolproof. Svjetski uspjeh postiže ulogom Hannibala Kinga u filmu Blade: Trojstvo i Georgea Lutza u MGM-ovom remakeu horrora The Amityville Horror iz 1979. godine. Za ove dvije uloge Reynolds je morao proći kroz težak fizički trening. Također, gostovao je u popularnoj seriji Stažist gdje je glumio Spencea, školskog prijatelja glavnih likova J.D.-a i Turka.\n\nU jednom intervjuu u ožujku 2005., Reynolds je izrazio zanimanje za uključivanje u moguću filmsku adaptaciju stripa Deadpool sa scenaristom Davidom S. Goyerom. Također, rekao je da postoji mogućnost da utjelovi The Flasha, iliti Wallyja Westa, junaka stripa The Flash izdavačke kuće DC Comics u remakeu istiomenog filma iz 1990."}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"biography":"23 Ekim 1976'da Vancouver, Kanada'da 4 erkek kardeşten en küçüğü olarak dünyaya geldi. Aktörün üç erkek kardeşinin ikisi polistir. Vancouver’da bir devlet üniversitesi olan Kwantlen Politeknik Üniversitesi'nden mezun oldu. 2004 yılında “Blade Trinity” filminde, 2007 yılında “Tehlikeli Aslar” filminde rol aldı. 2009 yılında Sandra Bullock ile Teklif adlı romantik komedide başrolde yer aldı. 2010 yılında ise Toprak Altında filminde başrolde oynadı. 2013 yılında “Ölümsüz Polisler / R.I.P.D.” filminde Jeff Bridges, Kevin Bacon ile başrolde oynadı. 2015 yılında Tarsem Singh'ın Selfless fikminde başrolde rol aldı. Bu gibi rollerle dünya çapında tanınan bir aktör haline gelen Reynolds, 2016 yılında Marvel çizgi roman karakteri Deadpool’dan uyarlanan “Deadpool” filminde başrolde oynadı. Bu rolü tüm dünyada sevildi ve Reynold'ın ününe ün kattı. 2004-2006 yılları arasında Kanadalı şarkıcı Alanis Morissette ile nişanlı kaldı. 2008'den 2011'e kadar oyuncu Scarlett Johansson ile evli kaldı. 2012'de ise oyuncu Blake Lively ile evlendi. Çiftin 2014'te bir kızları oldu."}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"biography":""}}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the external ids for a person. We currently support the following external sources.
| **External Sources** |
| ------------ |
| IMDB ID |
| Facebook |
| Freebase MID |
| Freebase ID |
| Instagram |
| TVRage ID |
| Twitter |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | f198cdf2-7e95-40b6-bfeb-311a3ec71cdd |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | dcc1e8060b1bd8bfd9ca8a003ccad42a1b83a100 |
| X-Memc-Age | 11557 |
| X-Memc-Expires | 4434 |
| ETag | W/"cda6204cebd53ed15dfe852e68f272ef" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | h4_QwUhufDbqjBFUeao0Fee8HJiSCRocbTPXPs6HCuXgwEQfBMCqhw== |
| Age | 28644 |
{"id":10859,"freebase_mid":"/m/036hf4","freebase_id":"/en/ryan_reynolds","imdb_id":"nm0005351","tvrage_id":47752,"facebook_id":"VancityReynolds","instagram_id":"vancityreynolds","twitter_id":"VancityReynolds"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images for a person.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c32f9a43-6f91-45a0-98b5-e9fc1619678b |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:11:59 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 9b3a6677dc45d5c9679c73891eefd6948faa08bb |
| X-Memc-Age | 0 |
| X-Memc-Expires | 16452 |
| ETag | W/"19c320e668a38177aa6b64aa0b8bb718" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | cP5OnDF7ASbxD3E8rnCJ6kGKh9POQdCdgoW8NX_bJ_eKx4MozxyWig== |
| Age | 28645 |
{"id":10859,"profiles":[{"aspect_ratio":0.666,"height":512,"iso_639_1":null,"file_path":"/4SYTH5FdB0dAORV98Nwg3llgVnY.jpg","vote_average":5.512,"vote_count":24,"width":341},{"aspect_ratio":0.667,"height":1080,"iso_639_1":null,"file_path":"/yDNXyrH14OVKOojlTsltqAOmKNr.jpg","vote_average":5.254,"vote_count":25,"width":720},{"aspect_ratio":0.667,"height":900,"iso_639_1":null,"file_path":"/so89QyuxAZY8IOpNTweCekhxsvO.jpg","vote_average":5.226,"vote_count":15,"width":600},{"aspect_ratio":0.667,"height":2641,"iso_639_1":null,"file_path":"/algQ1VEno2W9SesoArWcZTeF617.jpg","vote_average":5.18,"vote_count":18,"width":1761},{"aspect_ratio":0.667,"height":1500,"iso_639_1":null,"file_path":"/h1co81QaT2nJA41Sb7eZwmWl1L2.jpg","vote_average":5.152,"vote_count":25,"width":1000},{"aspect_ratio":0.667,"height":900,"iso_639_1":null,"file_path":"/lCgnfNfqixFLJIosuOfwRKKCgef.jpg","vote_average":5.138,"vote_count":8,"width":600},{"aspect_ratio":0.667,"height":3000,"iso_639_1":null,"file_path":"/prHF0d7zlhHOhOQLwi2d9f2uKNC.jpg","vote_average":5.11,"vote_count":15,"width":2000},{"aspect_ratio":0.667,"height":2100,"iso_639_1":null,"file_path":"/fY2XP5uIcxTnVgpb0hGGB58TMMK.jpg","vote_average":5.08,"vote_count":9,"width":1400},{"aspect_ratio":0.667,"height":1920,"iso_639_1":null,"file_path":"/yntSBmTMYrJnWdcJjR6Xfjz4VHi.jpg","vote_average":5.01,"vote_count":8,"width":1280},{"aspect_ratio":0.667,"height":1125,"iso_639_1":null,"file_path":"/yk6lt6KYeYE8QjQr2SXTGEssBGL.jpg","vote_average":5.006,"vote_count":17,"width":750},{"aspect_ratio":0.667,"height":1500,"iso_639_1":null,"file_path":"/2s32dcjCDPJLd5NN2Gnvdcfymqt.jpg","vote_average":4.982,"vote_count":13,"width":1000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of popular people on TMDB. This list updates daily.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4b8b6787-4db1-4c45-8385-453e9f6ee6d1 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 21:27:01 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=21600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | -_OMn1AoRr0YqlRgxdB8XqCiWYkVKtxjgx3ya8YaJ-tT5p40LyMvOg== |
| Age | 6143 |
{"page":1,"results":[{"adult":false,"gender":1,"id":8256,"known_for":[{"adult":false,"backdrop_path":"/7aWpb0sfGteTomS9DP5NWDeD7DL.jpg","genre_ids":[80,18,53],"id":9366,"media_type":"movie","original_language":"en","original_title":"Donnie Brasco","overview":"An FBI undercover agent infilitrates the mob and finds himself identifying more with the mafia life at the expense of his regular one.","poster_path":"/xtKLvpOfARi1XVm8u2FTdhY5Piq.jpg","release_date":"1997-02-27","title":"Donnie Brasco","video":false,"vote_average":7.5,"vote_count":3625},{"adult":false,"backdrop_path":"/nHyri67CN6juBR6hmOefCn9oGf8.jpg","genre_ids":[35,28,80],"id":27581,"media_type":"movie","original_language":"en","original_title":"The Other Guys","overview":"Unlike their heroic counterparts on the force, desk-bound NYPD detectives Gamble and Hoitz garner no headlines as they work day to day. When a seemingly minor case turns out to be a big deal, the two cops get the opportunity to finally prove to their comrades that they have the right stuff.","poster_path":"/gEz6vvd9zX1sa4e76qNMxawncX0.jpg","release_date":"2010-08-06","title":"The Other Guys","video":false,"vote_average":6.3,"vote_count":3474},{"adult":false,"backdrop_path":"/39bnPKmY5BKrQwgIkrx88QkdzqS.jpg","genre_ids":[27,53,9648],"id":3597,"media_type":"movie","original_language":"en","original_title":"I Know What You Did Last Summer","overview":"After four high school friends are involved in a hit-and-run road accident, they dispose of the body and vow to keep the incident a secret. A year later, they each start receiving anonymous letters bearing the warning \"I Know What You Did Last Summer.\"","poster_path":"/7OfTWTQEvPcwPrOdeLH0F3h6GRZ.jpg","release_date":"1997-10-17","title":"I Know What You Did Last Summer","video":false,"vote_average":5.9,"vote_count":2229}],"known_for_department":"Acting","name":"Anne Heche","popularity":366.946,"profile_path":"/65LVuA01bmKCmr8yqY2Ae3IgeC4.jpg"},{"adult":false,"gender":2,"id":1136406,"known_for":[{"adult":false,"backdrop_path":"/lmZFxXgJE3vgrciwuDib0N8CfQo.jpg","genre_ids":[12,28,878],"id":299536,"media_type":"movie","original_language":"en","original_title":"Avengers: Infinity War","overview":"As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.","poster_path":"/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg","release_date":"2018-04-25","title":"Avengers: Infinity War","video":false,"vote_average":8.3,"vote_count":25182},{"adult":false,"backdrop_path":"/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg","genre_ids":[12,878,28],"id":299534,"media_type":"movie","original_language":"en","original_title":"Avengers: Endgame","overview":"After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.","poster_path":"/or06FN3Dka5tukK1e9sl16pB3iy.jpg","release_date":"2019-04-24","title":"Avengers: Endgame","video":false,"vote_average":8.3,"vote_count":21588},{"adult":false,"backdrop_path":"/7FWlcZq3r6525LWOcvO9kNWurN1.jpg","genre_ids":[12,28,878],"id":271110,"media_type":"movie","original_language":"en","original_title":"Captain America: Civil War","overview":"Following the events of Age of Ultron, the collective governments of the world pass an act designed to regulate all superhuman activity. This polarizes opinion amongst the Avengers, causing two factions to side with Iron Man or Captain America, which causes an epic battle between former allies.","poster_path":"/rAGiXaUfPzY7CDEyNKUofk3Kw2e.jpg","release_date":"2016-04-27","title":"Captain America: Civil War","video":false,"vote_average":7.4,"vote_count":20156}],"known_for_department":"Acting","name":"Tom Holland","popularity":236.535,"profile_path":"/l6zPRmg8NI7Y65G5GUqwvjxFdsx.jpg"},{"adult":false,"gender":1,"id":224513,"known_for":[{"adult":false,"backdrop_path":"/sAtoMqDVhNDQBc3QJL3RF6hlhGq.jpg","genre_ids":[878,18],"id":335984,"media_type":"movie","original_language":"en","original_title":"Blade Runner 2049","overview":"Thirty years after the events of the first film, a new blade runner, LAPD Officer K, unearths a long-buried secret that has the potential to plunge what's left of society into chaos. K's discovery leads him on a quest to find Rick Deckard, a former LAPD blade runner who has been missing for 30 years.","poster_path":"/gajva2L0rPYkEWjzgFlBXCAVBE5.jpg","release_date":"2017-10-04","title":"Blade Runner 2049","video":false,"vote_average":7.5,"vote_count":10984},{"adult":false,"backdrop_path":"/4HWAQu28e2yaWrtupFPGFkdNU7V.jpg","genre_ids":[35,80,9648],"id":546554,"media_type":"movie","original_language":"en","original_title":"Knives Out","overview":"When renowned crime novelist Harlan Thrombey is found dead at his estate just after his 85th birthday, the inquisitive and debonair Detective Benoit Blanc is mysteriously enlisted to investigate. From Harlan's dysfunctional family to his devoted staff, Blanc sifts through a web of red herrings and self-serving lies to uncover the truth behind Harlan's untimely death.","poster_path":"/pThyQovXQrw2m0s9x82twj48Jq4.jpg","release_date":"2019-11-27","title":"Knives Out","video":false,"vote_average":7.9,"vote_count":9139},{"adult":false,"backdrop_path":"/r2GAjd4rNOHJh6i6Y0FntmYuPQW.jpg","genre_ids":[12,28,53],"id":370172,"media_type":"movie","original_language":"en","original_title":"No Time to Die","overview":"Bond has left active service and is enjoying a tranquil life in Jamaica. His peace is short-lived when his old friend Felix Leiter from the CIA turns up asking for help. The mission to rescue a kidnapped scientist turns out to be far more treacherous than expected, leading Bond onto the trail of a mysterious villain armed with dangerous new technology.","poster_path":"/iUgygt3fscRoKWCV1d0C7FbM9TP.jpg","release_date":"2021-09-29","title":"No Time to Die","video":false,"vote_average":7.5,"vote_count":4436}],"known_for_department":"Acting","name":"Ana de Armas","popularity":235.836,"profile_path":"/vkoSSVrGxFYvtr2uUdz99ENXF1v.jpg"},{"adult":false,"gender":2,"id":86654,"known_for":[{"adult":false,"backdrop_path":"/oRiUKwDpcqDdoLwPoA4FIRh3hqY.jpg","genre_ids":[35,18,53],"id":466272,"media_type":"movie","original_language":"en","original_title":"Once Upon a Time… in Hollywood","overview":"Los Angeles, 1969. TV star Rick Dalton, a struggling actor specializing in westerns, and stuntman Cliff Booth, his best friend, try to survive in a constantly changing movie industry. Dalton is the neighbor of the young and promising actress and model Sharon Tate, who has just married the prestigious Polish director Roman Polanski…","poster_path":"/8j58iEBw9pOXFD2L0nt0ZXeHviB.jpg","release_date":"2019-07-24","title":"Once Upon a Time… in Hollywood","video":false,"vote_average":7.4,"vote_count":10760},{"backdrop_path":"/vNnLAKmoczRlNarxyGrrw0KSOeX.jpg","first_air_date":"2012-10-10","genre_ids":[80,18,9648,10759],"id":1412,"media_type":"tv","name":"Arrow","origin_country":["US"],"original_language":"en","original_name":"Arrow","overview":"Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.","poster_path":"/gKG5QGz5Ngf8fgWpBsWtlg5L2SF.jpg","vote_average":6.7,"vote_count":5113},{"adult":false,"backdrop_path":"/sg5h0LzhJtkjOnXwT87OBVjB7qJ.jpg","genre_ids":[35,27,14],"id":535581,"media_type":"movie","original_language":"en","original_title":"The Dead Don't Die","overview":"In a small peaceful town, zombies suddenly rise to terrorize the town. Now three bespectacled police officers and a strange Scottish morgue expert must band together to defeat the undead.","poster_path":"/fgGzTEoNxptCRtEOpOPvIEdlxAq.jpg","release_date":"2019-05-15","title":"The Dead Don't Die","video":false,"vote_average":5.4,"vote_count":2030}],"known_for_department":"Acting","name":"Austin Butler","popularity":163.703,"profile_path":"/zyizc36OayhIn3STXR8HXP0nnVm.jpg"},{"adult":false,"gender":1,"id":125025,"known_for":[{"adult":false,"backdrop_path":"/Yrpb32j3eMpMVX7ND3TnOkHnbl.jpg","genre_ids":[28,80,18,53],"id":49026,"media_type":"movie","original_language":"en","original_title":"The Dark Knight Rises","overview":"Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.","poster_path":"/hr0L2aueqlP2BYUblTTjmtn0hw4.jpg","release_date":"2012-07-16","title":"The Dark Knight Rises","video":false,"vote_average":7.8,"vote_count":19827},{"backdrop_path":"/41yaWnIT8AjIHiULHtTbKNzZTjc.jpg","first_air_date":"2014-10-07","genre_ids":[18,10765],"id":60735,"media_type":"tv","name":"The Flash","origin_country":["US"],"original_language":"en","original_name":"The Flash","overview":"After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.","poster_path":"/lJA2RCMfsWoskqlQhXPSLFQGXEJ.jpg","vote_average":7.8,"vote_count":9859},{"adult":false,"backdrop_path":"/aQCCpAIdWAp6wyFgjMry4okwrZo.jpg","genre_ids":[27,53],"id":138843,"media_type":"movie","original_language":"en","original_title":"The Conjuring","overview":"Paranormal investigators Ed and Lorraine Warren work to help a family terrorized by a dark presence in their farmhouse. Forced to confront a powerful entity, the Warrens find themselves caught in the most terrifying case of their lives.","poster_path":"/wVYREutTvI2tmxr6ujrHT704wGF.jpg","release_date":"2013-07-18","title":"The Conjuring","video":false,"vote_average":7.5,"vote_count":9611}],"known_for_department":"Acting","name":"Joey King","popularity":135.518,"profile_path":"/kL0lWLJA6lbvmPM3YL0ISE6rVr6.jpg"},{"adult":false,"gender":1,"id":1654001,"known_for":[{"adult":false,"backdrop_path":"/GZx3RAiTJAhXOdhLLyCAbqRl11.jpg","genre_ids":[80,53,37],"id":338766,"media_type":"movie","original_language":"en","original_title":"Hell or High Water","overview":"A divorced dad and his ex-con brother resort to a desperate scheme in order to save their family's farm in West Texas.","poster_path":"/ljRRxqy2aXIkIBXLmOVifcOR021.jpg","release_date":"2016-08-11","title":"Hell or High Water","video":false,"vote_average":7.3,"vote_count":3805},{"adult":false,"backdrop_path":"/7ZO9yoEU2fAHKhmJWfAc2QIPWJg.jpg","genre_ids":[28,878,27],"id":766507,"media_type":"movie","original_language":"en","original_title":"Prey","overview":"When danger threatens her camp, the fierce and highly skilled Comanche warrior Naru sets out to protect her people. But the prey she stalks turns out to be a highly evolved alien predator with a technically advanced arsenal.","poster_path":"/ujr5pztc1oitbe7ViMUOilFaJ7s.jpg","release_date":"2022-08-02","title":"Prey","video":false,"vote_average":8.1,"vote_count":2515},{"adult":false,"backdrop_path":"/5MlvT4DZIdkpb7A9t375HVoiJ1v.jpg","genre_ids":[28,53],"id":646207,"media_type":"movie","original_language":"en","original_title":"The Ice Road","overview":"After a remote diamond mine collapses in far northern Canada, an ice road driver must lead an impossible rescue mission over a frozen ocean to save the trapped miners.","poster_path":"/pj6UQPrtmC0snzPeU1HUhGWTgz6.jpg","release_date":"2021-06-24","title":"The Ice Road","video":false,"vote_average":7,"vote_count":1285}],"known_for_department":"Acting","name":"Amber Midthunder","popularity":133.754,"profile_path":"/f8VWGyaIS38NkDIzQ2hapXKt0N5.jpg"},{"adult":false,"gender":1,"id":6161,"known_for":[{"adult":false,"backdrop_path":"/tTlAA0REGPXSZPBfWyTW9ipIv1I.jpg","genre_ids":[28,12,878,18],"id":315635,"media_type":"movie","original_language":"en","original_title":"Spider-Man: Homecoming","overview":"Following the events of Captain America: Civil War, Peter Parker, with the help of his mentor Tony Stark, tries to balance his life as an ordinary high school student in Queens, New York City, with fighting crime as his superhero alter ego Spider-Man as a new threat, the Vulture, emerges.","poster_path":"/c24sv2weTHPsmDa7jEMN0m2P3RT.jpg","release_date":"2017-07-05","title":"Spider-Man: Homecoming","video":false,"vote_average":7.4,"vote_count":18955},{"adult":false,"backdrop_path":"/vVBcIN68kFq681b4lObiNJhEVro.jpg","genre_ids":[18,10749],"id":453,"media_type":"movie","original_language":"en","original_title":"A Beautiful Mind","overview":"John Nash is a brilliant but asocial mathematician fighting schizophrenia. After he accepts secret work in cryptography, his life takes a turn for the nightmarish.","poster_path":"/zwzWCmH72OSC9NA0ipoqw5Zjya8.jpg","release_date":"2001-12-11","title":"A Beautiful Mind","video":false,"vote_average":7.9,"vote_count":8674},{"adult":false,"backdrop_path":"/7jR6xSOqnWCrm3OGhm06Y8jGCYS.jpg","genre_ids":[80,18],"id":641,"media_type":"movie","original_language":"en","original_title":"Requiem for a Dream","overview":"The hopes and dreams of four ambitious people are shattered when their drug addictions begin spiraling out of control. A look into addiction and how it overcomes the mind and body.","poster_path":"/nOd6vjEmzCT0k4VYqsA2hwyi87C.jpg","release_date":"2000-10-06","title":"Requiem for a Dream","video":false,"vote_average":8,"vote_count":8259}],"known_for_department":"Acting","name":"Jennifer Connelly","popularity":125.483,"profile_path":"/egh1eOHuYgeoqdlLQgaXMl6cPOm.jpg"},{"adult":false,"gender":2,"id":976,"known_for":[{"adult":false,"backdrop_path":"/mRfI3y2oAd7ejur2di09xC9niqp.jpg","genre_ids":[28,53,80],"id":82992,"media_type":"movie","original_language":"en","original_title":"Fast & Furious 6","overview":"Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.","poster_path":"/n31VRDodbaZxkrZmmzyYSFNVpW5.jpg","release_date":"2013-05-21","title":"Fast & Furious 6","video":false,"vote_average":6.8,"vote_count":9389},{"adult":false,"backdrop_path":"/cHkhb5A4gQRK6zs6Pv7zorHs8Nk.jpg","genre_ids":[28,53,80,12],"id":168259,"media_type":"movie","original_language":"en","original_title":"Furious 7","overview":"Deckard Shaw seeks revenge against Dominic Toretto and his family for his comatose brother.","poster_path":"/ktofZ9Htrjiy0P6LEowsDaxd3Ri.jpg","release_date":"2015-04-01","title":"Furious 7","video":false,"vote_average":7.2,"vote_count":9238},{"adult":false,"backdrop_path":"/jzdnhRhG0dsuYorwvSqPqqnM1cV.jpg","genre_ids":[28,80,53],"id":337339,"media_type":"movie","original_language":"en","original_title":"The Fate of the Furious","overview":"When a mysterious woman seduces Dom into the world of crime and a betrayal of those closest to him, the crew face trials that will test them as never before.","poster_path":"/dImWM7GJqryWJO9LHa3XQ8DD5NH.jpg","release_date":"2017-04-12","title":"The Fate of the Furious","video":false,"vote_average":6.9,"vote_count":9034}],"known_for_department":"Acting","name":"Jason Statham","popularity":121.413,"profile_path":"/whNwkEQYWLFJA8ij0WyOOAD5xhQ.jpg"},{"adult":false,"gender":1,"id":1373737,"known_for":[{"adult":false,"backdrop_path":"/keIxh0wPr2Ymj0Btjh4gW7JJ89e.jpg","genre_ids":[28,12,878],"id":497698,"media_type":"movie","original_language":"en","original_title":"Black Widow","overview":"Natasha Romanoff, also known as Black Widow, confronts the darker parts of her ledger when a dangerous conspiracy with ties to her past arises. Pursued by a force that will stop at nothing to bring her down, Natasha must deal with her history as a spy and the broken relationships left in her wake long before she became an Avenger.","poster_path":"/qAZ0pzat24kLdO3o8ejmbLxyOac.jpg","release_date":"2021-07-07","title":"Black Widow","video":false,"vote_average":7.4,"vote_count":7972},{"adult":false,"backdrop_path":"/8yE6wv1l570zWyh6zmkFxysw3Kc.jpg","genre_ids":[27,18,9648],"id":530385,"media_type":"movie","original_language":"en","original_title":"Midsommar","overview":"Several friends travel to Sweden to study as anthropologists a summer festival that is held every ninety years in the remote hometown of one of them. What begins as a dream vacation in a place where the sun never sets, gradually turns into a dark nightmare as the mysterious inhabitants invite them to participate in their disturbing festive activities.","poster_path":"/7LEI8ulZzO5gy9Ww2NVCrKmHeDZ.jpg","release_date":"2019-07-03","title":"Midsommar","video":false,"vote_average":7.1,"vote_count":5047},{"adult":false,"backdrop_path":"/sOJqNAx4RFrCRn8HS99LEc8aenI.jpg","genre_ids":[18,10749,36],"id":331482,"media_type":"movie","original_language":"en","original_title":"Little Women","overview":"Four sisters come of age in America in the aftermath of the Civil War.","poster_path":"/yn5ihODtZ7ofn8pDYfxCmxh8AXI.jpg","release_date":"2019-12-25","title":"Little Women","video":false,"vote_average":7.9,"vote_count":4960}],"known_for_department":"Acting","name":"Florence Pugh","popularity":118.283,"profile_path":"/f8e41Oon18FiEZr4zgyJDVUqOeh.jpg"},{"adult":false,"gender":1,"id":1331457,"known_for":[{"adult":false,"backdrop_path":"/yR0n4Mo7Pltcuy6JRtyt4kkMlIX.jpg","genre_ids":[10751,10402,12,35,14,10770],"id":277217,"media_type":"movie","original_language":"en","original_title":"Descendants","overview":"A present-day idyllic kingdom where the benevolent teenage son of King Adam and Queen Belle offers a chance of redemption for the troublemaking offspring of Disney's classic villains: Cruella De Vil (Carlos), Maleficent (Mal), the Evil Queen (Evie) and Jafar (Jay).","poster_path":"/65DkgHPSLVjgr6IYkpY9Aqqqid5.jpg","release_date":"2015-07-31","title":"Descendants","video":false,"vote_average":7.1,"vote_count":1975},{"adult":false,"backdrop_path":"/44ztHl1Cd7zQByU3zAhb8J2z2tN.jpg","genre_ids":[10751,14,10770,10402,12,28,10749],"id":417320,"media_type":"movie","original_language":"en","original_title":"Descendants 2","overview":"When the pressure to be royal becomes too much for Mal, she returns to the Isle of the Lost where her archenemy Uma, Ursula's daughter, has taken her spot as self-proclaimed queen.","poster_path":"/8BNyZlBk4Hs92z6UrvFDjvx3yMb.jpg","release_date":"2017-07-21","title":"Descendants 2","video":false,"vote_average":7.4,"vote_count":1373},{"adult":false,"backdrop_path":"/p0boFm5Z1HzO6LHMBuLYUM48iVV.jpg","genre_ids":[10751,10770,10402,12,14],"id":506574,"media_type":"movie","original_language":"en","original_title":"Descendants 3","overview":"The teenagers of Disney's most infamous villains return to the Isle of the Lost to recruit a new batch of villainous offspring to join them at Auradon Prep.","poster_path":"/7IRy0iHdaS0JI3ng4ZYlk5gLSFn.jpg","release_date":"2019-08-02","title":"Descendants 3","video":false,"vote_average":7.8,"vote_count":1247}],"known_for_department":"Acting","name":"Sofia Carson","popularity":116.458,"profile_path":"/tA64dzMN0rAYsBpwC3OTsuOxNoC.jpg"},{"adult":false,"gender":2,"id":74568,"known_for":[{"adult":false,"backdrop_path":"/nNmJRkg8wWnRmzQDe2FwKbPIsJV.jpg","genre_ids":[878,28,12],"id":24428,"media_type":"movie","original_language":"en","original_title":"The Avengers","overview":"When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!","poster_path":"/RYMX2wcKCBAr24UyPD7xwmjaTn.jpg","release_date":"2012-04-25","title":"The Avengers","video":false,"vote_average":7.7,"vote_count":27358},{"adult":false,"backdrop_path":"/lmZFxXgJE3vgrciwuDib0N8CfQo.jpg","genre_ids":[12,28,878],"id":299536,"media_type":"movie","original_language":"en","original_title":"Avengers: Infinity War","overview":"As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.","poster_path":"/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg","release_date":"2018-04-25","title":"Avengers: Infinity War","video":false,"vote_average":8.3,"vote_count":25182},{"adult":false,"backdrop_path":"/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg","genre_ids":[12,878,28],"id":299534,"media_type":"movie","original_language":"en","original_title":"Avengers: Endgame","overview":"After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.","poster_path":"/or06FN3Dka5tukK1e9sl16pB3iy.jpg","release_date":"2019-04-24","title":"Avengers: Endgame","video":false,"vote_average":8.3,"vote_count":21588}],"known_for_department":"Acting","name":"Chris Hemsworth","popularity":116.031,"profile_path":"/jpurJ9jAcLCYjgHHfYF32m3zJYm.jpg"},{"adult":false,"gender":2,"id":73457,"known_for":[{"adult":false,"backdrop_path":"/lmZFxXgJE3vgrciwuDib0N8CfQo.jpg","genre_ids":[12,28,878],"id":299536,"media_type":"movie","original_language":"en","original_title":"Avengers: Infinity War","overview":"As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.","poster_path":"/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg","release_date":"2018-04-25","title":"Avengers: Infinity War","video":false,"vote_average":8.3,"vote_count":25182},{"adult":false,"backdrop_path":"/2UFxrUHVuSK3Tth7DvQQlF4mGTd.jpg","genre_ids":[28,878,12],"id":118340,"media_type":"movie","original_language":"en","original_title":"Guardians of the Galaxy","overview":"Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.","poster_path":"/r7vmZjiyZw9rpJMQJdXpjgiCOk9.jpg","release_date":"2014-07-30","title":"Guardians of the Galaxy","video":false,"vote_average":7.9,"vote_count":24790},{"adult":false,"backdrop_path":"/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg","genre_ids":[12,878,28],"id":299534,"media_type":"movie","original_language":"en","original_title":"Avengers: Endgame","overview":"After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.","poster_path":"/or06FN3Dka5tukK1e9sl16pB3iy.jpg","release_date":"2019-04-24","title":"Avengers: Endgame","video":false,"vote_average":8.3,"vote_count":21588}],"known_for_department":"Acting","name":"Chris Pratt","popularity":115.708,"profile_path":"/gXKyT1YU5RWWPaE1je3ht58eUZr.jpg"},{"adult":false,"gender":1,"id":1356210,"known_for":[{"backdrop_path":"/56v2KjBlU4XaOv9rVYEQypROD7P.jpg","first_air_date":"2016-07-15","genre_ids":[18,10765,9648],"id":66732,"media_type":"tv","name":"Stranger Things","origin_country":["US"],"original_language":"en","original_name":"Stranger Things","overview":"When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.","poster_path":"/49WJfeN0moxb9IPfGn8AIqMGskD.jpg","vote_average":8.6,"vote_count":12942},{"backdrop_path":"/7J5d7K4JBDZ4IDODNX3THLggtM5.jpg","first_air_date":"2005-03-27","genre_ids":[18],"id":1416,"media_type":"tv","name":"Grey's Anatomy","origin_country":["US"],"original_language":"en","original_name":"Grey's Anatomy","overview":"Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.","poster_path":"/zPIug5giU8oug6Xes5K1sTfQJxY.jpg","vote_average":8.3,"vote_count":8265},{"adult":false,"backdrop_path":"/inJjDhCjfhh3RtrJWBmmDqeuSYC.jpg","genre_ids":[28,14,878],"id":399566,"media_type":"movie","original_language":"en","original_title":"Godzilla vs. Kong","overview":"In a time when monsters walk the Earth, humanity’s fight for its future sets Godzilla and Kong on a collision course that will see the two most powerful forces of nature on the planet collide in a spectacular battle for the ages.","poster_path":"/pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg","release_date":"2021-03-24","title":"Godzilla vs. Kong","video":false,"vote_average":7.8,"vote_count":8119}],"known_for_department":"Acting","name":"Millie Bobby Brown","popularity":109.198,"profile_path":"/v30xviO4bvD9ex6CNdfB2XtVgRb.jpg"},{"adult":false,"gender":1,"id":95984,"known_for":[{"backdrop_path":"/aM9riYvt5kPkX6ZrNNPL48ScP6d.jpg","first_air_date":"2011-10-23","genre_ids":[18,10765],"id":39272,"media_type":"tv","name":"Once Upon a Time","origin_country":["US"],"original_language":"en","original_name":"Once Upon a Time","overview":"There is a town in Maine where every story book character you've ever known is trapped between two worlds, victims of a powerful curse. Only one knows the truth and only one can break the spell.\n\nEmma Swan is a 28-year-old bail bonds collector who has been supporting herself since she was abandoned as a baby. Things change for her when her son Henry, whom she abandoned years ago, finds her and asks for her help explaining that she is from a different world where she is Snow White's missing daughter.","poster_path":"/49qD372jeHUTmdNMGJkjCFZdv9y.jpg","vote_average":7.2,"vote_count":1702},{"backdrop_path":"/7j4ug9B6JXVeh5HhQjjPScrdj4Z.jpg","first_air_date":"2017-11-02","genre_ids":[10759,80,18],"id":71790,"media_type":"tv","name":"S.W.A.T.","origin_country":["US"],"original_language":"en","original_name":"S.W.A.T.","overview":"A locally born and bred S.W.A.T. lieutenant is torn between loyalty to the streets and duty to his fellow officers when he's tasked to run a highly-trained unit that's the last stop for solving crimes in Los Angeles.","poster_path":"/7Bttz4hEspKlpU0Me57dkHNR3nf.jpg","vote_average":8.1,"vote_count":1019},{"backdrop_path":"/qXm5j4jxl69kp7bO6O8VbDriMPA.jpg","first_air_date":"2014-06-29","genre_ids":[10765,18],"id":54344,"media_type":"tv","name":"The Leftovers","origin_country":["US"],"original_language":"en","original_name":"The Leftovers","overview":"When 2% of the world's population abruptly disappears without explanation, the world struggles to understand just what they're supposed to do about it. The drama series 'The Leftovers' is the story of the people who didn't make the cut.","poster_path":"/ri8xr223xBb2TeHX3GKypvQPV2B.jpg","vote_average":7.7,"vote_count":698}],"known_for_department":"Acting","name":"Sara Tomko","popularity":108.311,"profile_path":"/7RERjTTifM6U8NqKSoq9lvGMP3M.jpg"},{"adult":false,"gender":2,"id":2524,"known_for":[{"adult":false,"backdrop_path":"/ztZ4vw151mw04Bg6rqJLQGBAmvn.jpg","genre_ids":[28,878,12],"id":27205,"media_type":"movie","original_language":"en","original_title":"Inception","overview":"Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: \"inception\", the implantation of another person's idea into a target's subconscious.","poster_path":"/8IB2e4r4oVhHnANbnm7O3Tj6tF8.jpg","release_date":"2010-07-15","title":"Inception","video":false,"vote_average":8.4,"vote_count":32077},{"adult":false,"backdrop_path":"/Yrpb32j3eMpMVX7ND3TnOkHnbl.jpg","genre_ids":[28,80,18,53],"id":49026,"media_type":"movie","original_language":"en","original_title":"The Dark Knight Rises","overview":"Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.","poster_path":"/hr0L2aueqlP2BYUblTTjmtn0hw4.jpg","release_date":"2012-07-16","title":"The Dark Knight Rises","video":false,"vote_average":7.8,"vote_count":19827},{"adult":false,"backdrop_path":"/nlCHUWjY9XWbuEUQauCBgnY8ymF.jpg","genre_ids":[28,12,878],"id":76341,"media_type":"movie","original_language":"en","original_title":"Mad Max: Fury Road","overview":"An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order.","poster_path":"/8tZYtuWezp8JbcsvHYO0O46tFbo.jpg","release_date":"2015-05-13","title":"Mad Max: Fury Road","video":false,"vote_average":7.6,"vote_count":19676}],"known_for_department":"Acting","name":"Tom Hardy","popularity":107.732,"profile_path":"/yVGF9FvDxTDPhGimTbZNfghpllA.jpg"},{"adult":false,"gender":1,"id":1522703,"known_for":[{"backdrop_path":"/ic7YfRS52N3m4oalxoOIT665C33.jpg","first_air_date":"2020-07-08","genre_ids":[18,35],"id":104877,"media_type":"tv","name":"Love Is In The Air","origin_country":["TR"],"original_language":"tr","original_name":"Sen Çal Kapımı","overview":"Eda, who ties all her hopes to her education, confronts Serkan Bolat, who cuts off her international education scholarship and leaves her with high school diploma. Serkan Bolat offers Eda to give her scholarship back if she pretends to be his fiance for two months. Although Eda rejects the offer of this man as she hates him, she has to accept it when the conditions change. While pretending to be engaged, Serkan and Eda begin to experience a passionate, challenging relationship that will make them forget all they know right. Because love is difficult. And that's why it's amazing.","poster_path":"/bE71f9A3eztjcd5JT3MmHB8MbzA.jpg","vote_average":8.2,"vote_count":2544},{"backdrop_path":"/vKV0XxFTWJDdzL39Dddp4uLri0A.jpg","first_air_date":"2015-06-18","genre_ids":[18],"id":64164,"media_type":"tv","name":"Sun's Daughters","origin_country":["TR"],"original_language":"tr","original_name":"Güneşin Kızları","overview":"A teacher and a mother of three teenage daughters , gunes agrees to move from her home city Izmir to Istanbul to be with mysterious wealthy man who has fallen for her. Gunesin kizlari follows the never ending drama of Güneş and her daughters they face the events of their newly transformed lives.","poster_path":"/kVJbUlcWGyLp0H1xXLo1OicmU8x.jpg","vote_average":7.9,"vote_count":62},{"backdrop_path":"/eOLGKXZZrjJ8bvZvC5eGzQPlyGU.jpg","first_air_date":"2016-06-15","genre_ids":[35,18],"id":67570,"media_type":"tv","name":"Ask Laftan Anlamaz","origin_country":["TR"],"original_language":"tr","original_name":"Ask Laftan Anlamaz","overview":"Hayat is a country girl with strict parents. She is in a love hate relationship with her boss Murat. Hayat is full of secrets that can ruin her career and relationship.","poster_path":"/tnyM86EpqVRTHZKQenaUrbsTAGG.jpg","vote_average":8.9,"vote_count":15}],"known_for_department":"Acting","name":"Hande Erçel","popularity":105.827,"profile_path":"/ctha5vTjjFF3Z71e8WNFFMPbkoz.jpg"},{"adult":false,"gender":1,"id":18997,"known_for":[{"adult":false,"backdrop_path":"/yOCRqvrRrxbs5FYq2pX1KtLJwmR.jpg","genre_ids":[28,12,878,53],"id":135397,"media_type":"movie","original_language":"en","original_title":"Jurassic World","overview":"Twenty-two years after the events of Jurassic Park, Isla Nublar now features a fully functioning dinosaur theme park, Jurassic World, as originally envisioned by John Hammond.","poster_path":"/rhr4y79GpxQF9IsfJItRXVaoGs4.jpg","release_date":"2015-06-06","title":"Jurassic World","video":false,"vote_average":6.7,"vote_count":18338},{"adult":false,"backdrop_path":"/6MQmtWk4cFwSDyNvIgoJRBIHUT3.jpg","genre_ids":[14,28,12],"id":559,"media_type":"movie","original_language":"en","original_title":"Spider-Man 3","overview":"The seemingly invincible Spider-Man goes up against an all-new crop of villains—including the shape-shifting Sandman. While Spider-Man’s superpowers are altered by an alien organism, his alter ego, Peter Parker, deals with nemesis Eddie Brock and also gets caught up in a love triangle.","poster_path":"/qFmwhVUoUSXjkKRmca5yGDEXBIj.jpg","release_date":"2007-05-01","title":"Spider-Man 3","video":false,"vote_average":6.4,"vote_count":11885},{"adult":false,"backdrop_path":"/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg","genre_ids":[28,12,878,53],"id":351286,"media_type":"movie","original_language":"en","original_title":"Jurassic World: Fallen Kingdom","overview":"Three years after the demise of Jurassic World, a volcanic eruption threatens the remaining dinosaurs on Isla Nublar. So, Claire Dearing recruits Owen Grady to help prevent the extinction of the dinosaurs once again.","poster_path":"/c9XxwwhPHdaImA2f1WEfEsbhaFB.jpg","release_date":"2018-06-06","title":"Jurassic World: Fallen Kingdom","video":false,"vote_average":6.6,"vote_count":10129}],"known_for_department":"Acting","name":"Bryce Dallas Howard","popularity":105.214,"profile_path":"/qQX1rhQaJ1G8eMG2RknFKiXfNRc.jpg"},{"adult":false,"gender":2,"id":1039678,"known_for":[{"adult":false,"backdrop_path":"/h6wflubjTvlYgFUfcRKmZOPBPzM.jpg","genre_ids":[878,28,12],"id":91314,"media_type":"movie","original_language":"en","original_title":"Transformers: Age of Extinction","overview":"As humanity picks up the pieces, following the conclusion of \"Transformers: Dark of the Moon,\" Autobots and Decepticons have all but vanished from the face of the planet. However, a group of powerful, ingenious businessman and scientists attempt to learn from past Transformer incursions and push the boundaries of technology beyond what they can control - all while an ancient, powerful Transformer menace sets Earth in his cross-hairs.","poster_path":"/jyzrfx2WaeY60kYZpPYepSjGz4S.jpg","release_date":"2014-06-25","title":"Transformers: Age of Extinction","video":false,"vote_average":5.9,"vote_count":6844},{"adult":false,"backdrop_path":"/5tKiuZvvV1lic7v65rdoGPmoOvf.jpg","genre_ids":[28,878,53],"id":534,"media_type":"movie","original_language":"en","original_title":"Terminator Salvation","overview":"All grown up in post-apocalyptic 2018, John Connor must lead the resistance of humans against the increasingly dominating militaristic robots. But when Marcus Wright appears, his existence confuses the mission as Connor tries to determine whether Wright has come from the future or the past -- and whether he's friend or foe.","poster_path":"/gw6JhlekZgtKUFlDTezq3j5JEPK.jpg","release_date":"2009-05-20","title":"Terminator Salvation","video":false,"vote_average":6,"vote_count":5520},{"adult":false,"backdrop_path":"/qksfforuQFh0faMQKgXIa6lCEh0.jpg","genre_ids":[28,12,37],"id":57201,"media_type":"movie","original_language":"en","original_title":"The Lone Ranger","overview":"The Texas Rangers chase down a gang of outlaws led by Butch Cavendish, but the gang ambushes the Rangers, seemingly killing them all. One survivor is found, however, by an American Indian named Tonto, who nurses him back to health. The Ranger, donning a mask and riding a white stallion named Silver, teams up with Tonto to bring the unscrupulous gang and others of that ilk to justice.","poster_path":"/p3OvQFa5lhbwSAhPygwnlugie1d.jpg","release_date":"2013-07-03","title":"The Lone Ranger","video":false,"vote_average":6.1,"vote_count":5204}],"known_for_department":"Acting","name":"David Midthunder","popularity":104.02,"profile_path":"/uL16j6FK7JKOwmEUi7gK9L1q3gG.jpg"},{"adult":false,"gender":1,"id":1134684,"known_for":[{"backdrop_path":"/4r7scgI5aUrShN0YzriAatWd15e.jpg","first_air_date":"2021-10-11","genre_ids":[18],"id":129478,"media_type":"tv","name":"The King's Affection","origin_country":["KR"],"original_language":"ko","original_name":"연모","overview":"When the crown prince is killed, his twin sister assumes the throne while trying to keep her identity and affection for her first love a royal secret.","poster_path":"/2Qim2grFzfNJ4h3QSTzxi8CsKdG.jpg","vote_average":8.3,"vote_count":170},{"adult":false,"backdrop_path":"/dnpSUzbvUy1sULcLddMMpUXsCAo.jpg","genre_ids":[28,18,35],"id":199584,"media_type":"movie","original_language":"ko","original_title":"은밀하게 위대하게","overview":"As a North Korean sleeper cell agent, Ryu-han infiltrates the South and assumes the role of a village idiot in a rural town. He observes the townsfolk and waits patiently for his mission. One day, after 2 years of playing the role of the village idiot, fellow elite spies Hae-rang, posed as a rock star and Hae-jin, posed as an ordinary student, are dispatched to the same town as Ryu-han. He helps the other two spies settle in and teach them how to adjust in the South. There is a sudden drastic political power shift in the North and all three spies receive an urgent and ultimate mission.","poster_path":"/n5ESZzOGxnmugkLvyd45wOsn0mg.jpg","release_date":"2013-06-05","title":"Secretly, Greatly","video":false,"vote_average":7.1,"vote_count":148},{"backdrop_path":"/rHuXgDmrv4vMKgQZ6pu2E2iLJnM.jpg","first_air_date":"2010-07-11","genre_ids":[35,10764],"id":33238,"media_type":"tv","name":"Running Man","origin_country":["KR"],"original_language":"ko","original_name":"런닝맨","overview":"These days, variety entertainment is gradually disappearing. It is one of Korea's representative variety entertainment shows that has been in charge of Sunday evenings for over 10 years. In this program, many stars and members play games and missions together. It is characterized by going around several places. In particular, this program focuses solely on laughter among the many fun elements of entertainment.\n\nOpen your eyes! Big fun enters!\n\nOpen your mouth! A big smile enters!\n\nOpen your mind! Instructive lesson enters!","poster_path":"/2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg","vote_average":8.5,"vote_count":136}],"known_for_department":"Acting","name":"Park Eun-bin","popularity":102.413,"profile_path":"/fpMeZG7En6BUfNPNGmzZqJWKlCM.jpg"},{"adult":false,"gender":2,"id":17419,"known_for":[{"adult":false,"backdrop_path":"/3E5pvJLNEz5WmYWl6GfFW8hEVV3.jpg","genre_ids":[18,36,10752],"id":857,"media_type":"movie","original_language":"en","original_title":"Saving Private Ryan","overview":"As U.S. troops storm the beaches of Normandy, three brothers lie dead on the battlefield, with a fourth trapped behind enemy lines. Ranger captain John Miller and seven men are tasked with penetrating German-held territory and bringing the boy home.","poster_path":"/1wY4psJ5NVEhCuOYROwLH2XExM2.jpg","release_date":"1998-07-24","title":"Saving Private Ryan","video":false,"vote_average":8.2,"vote_count":13318},{"adult":false,"backdrop_path":"/uslmOwQpdRRUwr6AmBP6JdzeHjS.jpg","genre_ids":[18,53,80],"id":64690,"media_type":"movie","original_language":"en","original_title":"Drive","overview":"Driver is a skilled Hollywood stuntman who moonlights as a getaway driver for criminals. Though he projects an icy exterior, lately he's been warming up to a pretty neighbor named Irene and her young son, Benicio. When Irene's husband gets out of jail, he enlists Driver's help in a million-dollar heist. The job goes horribly wrong, and Driver must risk his life to protect Irene and Benicio from the vengeful masterminds behind the robbery.","poster_path":"/602vevIURmpDfzbnv5Ubi6wIkQm.jpg","release_date":"2011-09-15","title":"Drive","video":false,"vote_average":7.6,"vote_count":10596},{"backdrop_path":"/84XPpjGvxNyExjSuLQe0SzioErt.jpg","first_air_date":"2008-01-20","genre_ids":[18],"id":1396,"media_type":"tv","name":"Breaking Bad","origin_country":["US"],"original_language":"en","original_name":"Breaking Bad","overview":"When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.","poster_path":"/ggFHVNu6YYI5L9pCfOacjizRGt.jpg","vote_average":8.8,"vote_count":9181}],"known_for_department":"Acting","name":"Bryan Cranston","popularity":101.795,"profile_path":"/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg"}],"total_pages":500,"total_results":10000}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of all of the person ids that have been changed in the past 24 hours.
You can query it for up to 14 days worth of changed IDs at a time with the `start_date` and `end_date` query parameters. 100 items are returned per page.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | df4abafc-852c-43d8-a6e2-48c1817f35ea |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:10:35 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | e47254886d0fb13f78bb31e583e88d7f05fa9e10 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 600 |
| ETag | W/"d4169f7b1aaa900fffca55ce220288ed" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | gD6vlbP9GlrPYYTS5y1t-hKDgckddCfRjrcbbRKXvG_t14SdPkk0Jw== |
| Age | 28729 |
{"results":[{"id":3497850,"adult":false},{"id":1194376,"adult":true},{"id":3666893,"adult":false},{"id":3666385,"adult":false},{"id":3667239,"adult":false},{"id":1223809,"adult":false},{"id":1585946,"adult":false},{"id":3667288,"adult":false},{"id":3666305,"adult":false},{"id":3666691,"adult":false},{"id":2084790,"adult":false},{"id":2126423,"adult":false},{"id":3666606,"adult":false},{"id":1066365,"adult":false},{"id":3667189,"adult":false},{"id":3653653,"adult":null},{"id":2597208,"adult":false},{"id":3666487,"adult":false},{"id":3667345,"adult":false},{"id":3666637,"adult":false},{"id":163848,"adult":false},{"id":3667090,"adult":false},{"id":3666318,"adult":false},{"id":3667088,"adult":false},{"id":3631428,"adult":null},{"id":3666707,"adult":false},{"id":3497851,"adult":false},{"id":3666310,"adult":false},{"id":3667042,"adult":false},{"id":2940877,"adult":true},{"id":3667064,"adult":false},{"id":3666396,"adult":false},{"id":1647499,"adult":false},{"id":3635695,"adult":null},{"id":3666668,"adult":false},{"id":3666662,"adult":null},{"id":3666793,"adult":false},{"id":545029,"adult":false},{"id":3667043,"adult":false},{"id":3659630,"adult":null},{"id":2419918,"adult":false},{"id":3667362,"adult":false},{"id":3666937,"adult":false},{"id":3667109,"adult":false},{"id":3666608,"adult":false},{"id":3667108,"adult":true},{"id":3666386,"adult":false},{"id":3666877,"adult":false},{"id":3666316,"adult":false},{"id":3667249,"adult":false},{"id":3667261,"adult":true},{"id":3666653,"adult":null},{"id":85,"adult":false},{"id":3667080,"adult":true},{"id":3666383,"adult":false},{"id":2923022,"adult":false},{"id":3666854,"adult":false},{"id":3666438,"adult":false},{"id":3632652,"adult":null},{"id":3667300,"adult":false},{"id":3667164,"adult":false},{"id":3666388,"adult":false},{"id":3667161,"adult":false},{"id":3666958,"adult":false},{"id":3666507,"adult":false},{"id":3666301,"adult":false},{"id":3666441,"adult":false},{"id":3666709,"adult":false},{"id":3667093,"adult":true},{"id":3666938,"adult":false},{"id":3666950,"adult":false},{"id":1474984,"adult":false},{"id":140335,"adult":false},{"id":3667194,"adult":true},{"id":3666518,"adult":false},{"id":3666978,"adult":false},{"id":3667002,"adult":false},{"id":1361457,"adult":true},{"id":3667204,"adult":false},{"id":3667357,"adult":false},{"id":2128713,"adult":true},{"id":3667105,"adult":true},{"id":3666728,"adult":false},{"id":3666361,"adult":false},{"id":3139366,"adult":true},{"id":3667057,"adult":false},{"id":1460729,"adult":false},{"id":3667218,"adult":false},{"id":3667031,"adult":false},{"id":3659604,"adult":null},{"id":3667375,"adult":false},{"id":3667199,"adult":false},{"id":3666698,"adult":false},{"id":3666743,"adult":false},{"id":3666624,"adult":false},{"id":3666649,"adult":false},{"id":3666436,"adult":false},{"id":3667119,"adult":false},{"id":3666343,"adult":false},{"id":3667078,"adult":true},{"id":3667229,"adult":false},{"id":3667307,"adult":false},{"id":3666778,"adult":false},{"id":1572151,"adult":false},{"id":1766574,"adult":true},{"id":3667149,"adult":false},{"id":3667298,"adult":false},{"id":3620361,"adult":null},{"id":1829607,"adult":false},{"id":3666523,"adult":false},{"id":3659693,"adult":null},{"id":3666782,"adult":false},{"id":3666745,"adult":false},{"id":170321,"adult":false},{"id":1134936,"adult":false},{"id":3667259,"adult":false},{"id":6074,"adult":false},{"id":2019215,"adult":false},{"id":3667349,"adult":false},{"id":1080578,"adult":false},{"id":1372150,"adult":false},{"id":1639861,"adult":false},{"id":3666474,"adult":false},{"id":2327441,"adult":false},{"id":1260583,"adult":false},{"id":3667283,"adult":false},{"id":3666496,"adult":true},{"id":3666417,"adult":false},{"id":3666415,"adult":true},{"id":3666576,"adult":false},{"id":3666820,"adult":false},{"id":3666749,"adult":false},{"id":2905215,"adult":false},{"id":3667084,"adult":true},{"id":3667321,"adult":false},{"id":3116034,"adult":false},{"id":2787139,"adult":false},{"id":3666613,"adult":false},{"id":3666521,"adult":false},{"id":3653634,"adult":null},{"id":3666888,"adult":null},{"id":3666299,"adult":false},{"id":3667367,"adult":false},{"id":3667285,"adult":false},{"id":3667131,"adult":false},{"id":3578218,"adult":null},{"id":3667350,"adult":false},{"id":3666319,"adult":false},{"id":3653639,"adult":null},{"id":1987385,"adult":false},{"id":3666423,"adult":false},{"id":3667208,"adult":false},{"id":3349265,"adult":false},{"id":3666353,"adult":false},{"id":1135264,"adult":false},{"id":3666907,"adult":null},{"id":3666517,"adult":false},{"id":3666515,"adult":false},{"id":3667065,"adult":false},{"id":3667280,"adult":false},{"id":3666829,"adult":false},{"id":3666442,"adult":false},{"id":3666459,"adult":false},{"id":3666290,"adult":false},{"id":1156931,"adult":false},{"id":3666587,"adult":false},{"id":3667073,"adult":false},{"id":3667056,"adult":false},{"id":3666607,"adult":true},{"id":3666266,"adult":false},{"id":3667074,"adult":false},{"id":3666387,"adult":false},{"id":1720917,"adult":false},{"id":3667001,"adult":false},{"id":1919373,"adult":false},{"id":1276779,"adult":false},{"id":3666736,"adult":false},{"id":2998807,"adult":false},{"id":3666640,"adult":false},{"id":1149395,"adult":false},{"id":3666439,"adult":false},{"id":233160,"adult":true},{"id":78589,"adult":false},{"id":3666502,"adult":false},{"id":148884,"adult":false},{"id":3666251,"adult":false},{"id":3620293,"adult":null},{"id":3667067,"adult":false},{"id":1448191,"adult":false},{"id":3666291,"adult":false},{"id":1204329,"adult":false},{"id":3666852,"adult":false},{"id":1237356,"adult":false},{"id":3666790,"adult":false},{"id":3553073,"adult":false},{"id":3666591,"adult":false},{"id":3666341,"adult":false},{"id":3666378,"adult":false},{"id":3666751,"adult":false},{"id":3666553,"adult":false},{"id":3667175,"adult":false},{"id":3667341,"adult":false},{"id":3666465,"adult":false},{"id":3666795,"adult":false},{"id":5517,"adult":false},{"id":3666758,"adult":false},{"id":3666262,"adult":false},{"id":3666399,"adult":false},{"id":1738714,"adult":false},{"id":3667051,"adult":false},{"id":1897261,"adult":false},{"id":3667227,"adult":false},{"id":3635704,"adult":null},{"id":3054866,"adult":false},{"id":101475,"adult":true},{"id":3666326,"adult":false},{"id":3666991,"adult":false},{"id":3666479,"adult":false},{"id":1454225,"adult":true},{"id":60846,"adult":false},{"id":77831,"adult":false},{"id":3666851,"adult":false},{"id":3667046,"adult":false},{"id":1540709,"adult":false},{"id":1155111,"adult":false},{"id":3666303,"adult":false},{"id":30614,"adult":false},{"id":2190097,"adult":false},{"id":2199593,"adult":false},{"id":3667058,"adult":false},{"id":1368520,"adult":false},{"id":1337780,"adult":false},{"id":3631429,"adult":null},{"id":3666567,"adult":false},{"id":3666660,"adult":null},{"id":3666270,"adult":false},{"id":3659610,"adult":null},{"id":3666300,"adult":false},{"id":3666382,"adult":false},{"id":3666839,"adult":false},{"id":3666860,"adult":false},{"id":3666392,"adult":false},{"id":3666280,"adult":false},{"id":3667133,"adult":false},{"id":3666919,"adult":false},{"id":3667315,"adult":false},{"id":3667118,"adult":false},{"id":3666354,"adult":false},{"id":3666449,"adult":false},{"id":3659677,"adult":null},{"id":3666807,"adult":false},{"id":3508619,"adult":false},{"id":3666604,"adult":true},{"id":3129823,"adult":false},{"id":3667159,"adult":false},{"id":3666359,"adult":false},{"id":3667240,"adult":false},{"id":1830927,"adult":false},{"id":3667310,"adult":false},{"id":3666897,"adult":false},{"id":3666963,"adult":false},{"id":17419,"adult":false},{"id":3666467,"adult":false},{"id":3666543,"adult":false},{"id":3666940,"adult":false},{"id":3667068,"adult":false},{"id":84461,"adult":false},{"id":3666715,"adult":false},{"id":2413513,"adult":false},{"id":3666686,"adult":false},{"id":3667136,"adult":false},{"id":3667340,"adult":false},{"id":176908,"adult":false},{"id":3667330,"adult":false},{"id":3667242,"adult":false},{"id":2900959,"adult":false},{"id":3666484,"adult":false},{"id":3666526,"adult":false},{"id":3248669,"adult":false},{"id":3666926,"adult":false},{"id":3038658,"adult":null},{"id":3497846,"adult":false},{"id":3666409,"adult":false},{"id":3667263,"adult":false},{"id":3659594,"adult":null},{"id":1159709,"adult":false},{"id":1721208,"adult":false},{"id":3471289,"adult":false},{"id":3666593,"adult":false},{"id":3666727,"adult":false},{"id":3667368,"adult":false},{"id":3018384,"adult":null},{"id":3666488,"adult":false},{"id":3666665,"adult":false},{"id":3666825,"adult":false},{"id":3666697,"adult":false},{"id":3666777,"adult":false},{"id":3667232,"adult":false},{"id":3666913,"adult":false},{"id":2038701,"adult":false},{"id":3666497,"adult":false},{"id":3666629,"adult":false},{"id":3667323,"adult":false},{"id":3667269,"adult":false},{"id":3425239,"adult":false},{"id":231405,"adult":false},{"id":3666625,"adult":true},{"id":228072,"adult":false},{"id":3666803,"adult":false},{"id":3659681,"adult":null},{"id":1464312,"adult":false},{"id":3666271,"adult":false},{"id":3666189,"adult":false},{"id":3666785,"adult":false},{"id":3667278,"adult":false},{"id":2776252,"adult":false},{"id":3666733,"adult":false},{"id":5231,"adult":false},{"id":3666605,"adult":true},{"id":3666265,"adult":false},{"id":3666810,"adult":false},{"id":933801,"adult":true},{"id":2736383,"adult":false},{"id":3666306,"adult":false},{"id":3631433,"adult":null},{"id":3666532,"adult":false},{"id":2217600,"adult":false},{"id":3666765,"adult":false},{"id":3666506,"adult":false},{"id":3667339,"adult":false},{"id":1830925,"adult":false},{"id":3666281,"adult":false},{"id":3666659,"adult":null},{"id":3666652,"adult":null},{"id":3544066,"adult":false},{"id":3667176,"adult":false},{"id":3666729,"adult":false},{"id":1482497,"adult":true},{"id":3666780,"adult":false},{"id":3666724,"adult":false},{"id":3667364,"adult":false},{"id":3620195,"adult":null},{"id":3667155,"adult":false},{"id":3666580,"adult":false},{"id":3666717,"adult":false},{"id":3666597,"adult":false},{"id":1348070,"adult":false},{"id":3144854,"adult":false},{"id":3635698,"adult":null},{"id":3666873,"adult":false},{"id":3631422,"adult":null},{"id":3666956,"adult":false},{"id":3666325,"adult":false},{"id":3667223,"adult":true},{"id":3666786,"adult":false},{"id":3666799,"adult":false},{"id":3666701,"adult":false},{"id":3666828,"adult":false},{"id":3667308,"adult":false},{"id":1268804,"adult":true},{"id":2754030,"adult":true},{"id":103649,"adult":false},{"id":2013620,"adult":false},{"id":3666562,"adult":false},{"id":3666682,"adult":false},{"id":3667092,"adult":false},{"id":3667150,"adult":false},{"id":3667326,"adult":false},{"id":1411329,"adult":false},{"id":3666802,"adult":false},{"id":3666457,"adult":false},{"id":3666741,"adult":false},{"id":3666363,"adult":false},{"id":3666508,"adult":false},{"id":3666954,"adult":false},{"id":1159212,"adult":false},{"id":1521792,"adult":true},{"id":1535766,"adult":true},{"id":3666827,"adult":false},{"id":3666414,"adult":false},{"id":3666611,"adult":true},{"id":3667312,"adult":false},{"id":116832,"adult":false},{"id":3666968,"adult":false},{"id":3666249,"adult":false},{"id":931535,"adult":false},{"id":3666656,"adult":null},{"id":3666481,"adult":false},{"id":3666696,"adult":false},{"id":3667162,"adult":true},{"id":3667169,"adult":false},{"id":1458101,"adult":false},{"id":3666351,"adult":false},{"id":3666462,"adult":false},{"id":3667091,"adult":false},{"id":3666620,"adult":true},{"id":3666252,"adult":false},{"id":3666357,"adult":false},{"id":3666830,"adult":false},{"id":3666779,"adult":false},{"id":3666645,"adult":false},{"id":2744534,"adult":null},{"id":3666992,"adult":false},{"id":2041517,"adult":false},{"id":1255131,"adult":false},{"id":3666813,"adult":false},{"id":580258,"adult":false},{"id":3666292,"adult":false},{"id":3667102,"adult":false},{"id":3649128,"adult":null},{"id":3666714,"adult":false},{"id":3667111,"adult":true},{"id":2479023,"adult":false},{"id":3666771,"adult":false},{"id":3666798,"adult":false},{"id":3659625,"adult":null},{"id":3666335,"adult":false},{"id":3666544,"adult":false},{"id":3667124,"adult":false},{"id":3667014,"adult":false},{"id":3667062,"adult":false},{"id":3666482,"adult":false},{"id":3030806,"adult":false},{"id":3666546,"adult":false},{"id":2733016,"adult":false},{"id":3570741,"adult":false},{"id":3667125,"adult":false},{"id":3666379,"adult":false},{"id":3667013,"adult":false},{"id":9888,"adult":false},{"id":3666646,"adult":false},{"id":3666377,"adult":false},{"id":2173413,"adult":true},{"id":3667186,"adult":false},{"id":3248693,"adult":false},{"id":3667342,"adult":false},{"id":3663158,"adult":null},{"id":1803078,"adult":false},{"id":3666858,"adult":false},{"id":1984068,"adult":false},{"id":3667126,"adult":false},{"id":3282124,"adult":false},{"id":3667360,"adult":false},{"id":3666564,"adult":true},{"id":3554902,"adult":null},{"id":3666996,"adult":true},{"id":3666850,"adult":false},{"id":2411955,"adult":false},{"id":2125386,"adult":false},{"id":3666404,"adult":false},{"id":3666918,"adult":false},{"id":219172,"adult":true},{"id":3666770,"adult":false},{"id":3666339,"adult":false},{"id":94962,"adult":false},{"id":3667144,"adult":false},{"id":1830926,"adult":false},{"id":1509159,"adult":false},{"id":3666885,"adult":false},{"id":1414759,"adult":false},{"id":3653643,"adult":null},{"id":3667281,"adult":false},{"id":3667352,"adult":false},{"id":3667254,"adult":false},{"id":3667296,"adult":false},{"id":2768,"adult":false},{"id":1205402,"adult":false},{"id":3666529,"adult":false},{"id":3667012,"adult":false},{"id":3667153,"adult":false},{"id":3666295,"adult":false},{"id":1648338,"adult":false},{"id":1772766,"adult":false},{"id":3666658,"adult":null},{"id":3659631,"adult":null},{"id":3667151,"adult":false},{"id":3666500,"adult":false},{"id":1282394,"adult":true},{"id":2973616,"adult":false},{"id":43193,"adult":true},{"id":3666590,"adult":false},{"id":3667034,"adult":false},{"id":3667045,"adult":false},{"id":1165011,"adult":false},{"id":3666965,"adult":false},{"id":3245091,"adult":false},{"id":3666979,"adult":false},{"id":3666352,"adult":false},{"id":3666817,"adult":false},{"id":137840,"adult":false},{"id":3666595,"adult":false},{"id":3666776,"adult":false},{"id":3666260,"adult":false},{"id":3666840,"adult":false},{"id":3666774,"adult":false},{"id":3666988,"adult":false},{"id":3666974,"adult":false},{"id":946963,"adult":false},{"id":3666756,"adult":false},{"id":3666491,"adult":false},{"id":3666835,"adult":false},{"id":66113,"adult":false},{"id":3666914,"adult":false},{"id":1060180,"adult":false},{"id":3666575,"adult":false},{"id":3666445,"adult":false},{"id":8770,"adult":false},{"id":3667378,"adult":false},{"id":3667244,"adult":false},{"id":3362028,"adult":false},{"id":3666561,"adult":false},{"id":3667066,"adult":false},{"id":3666975,"adult":false},{"id":3666373,"adult":false},{"id":1510532,"adult":false},{"id":3666411,"adult":false},{"id":933221,"adult":false},{"id":3667026,"adult":false},{"id":3667039,"adult":false},{"id":3666471,"adult":false},{"id":10912,"adult":false},{"id":137639,"adult":false},{"id":3341273,"adult":false},{"id":1812391,"adult":false},{"id":99545,"adult":false},{"id":3667020,"adult":false},{"id":3666307,"adult":false},{"id":2179789,"adult":true},{"id":3666603,"adult":false},{"id":3667216,"adult":false},{"id":3667318,"adult":false},{"id":3666552,"adult":false},{"id":1587660,"adult":false},{"id":3666768,"adult":false},{"id":3666930,"adult":false},{"id":3667158,"adult":false},{"id":1544448,"adult":true},{"id":3666338,"adult":false},{"id":3666283,"adult":false},{"id":618696,"adult":false},{"id":3659176,"adult":false},{"id":3667201,"adult":false},{"id":3653657,"adult":null},{"id":3666524,"adult":false},{"id":3666519,"adult":false},{"id":3157130,"adult":false},{"id":3667292,"adult":false},{"id":3666680,"adult":false},{"id":3664579,"adult":null},{"id":3628715,"adult":false},{"id":3666908,"adult":null},{"id":3666327,"adult":false},{"id":3078465,"adult":false},{"id":543261,"adult":false},{"id":3667197,"adult":false},{"id":3666848,"adult":false},{"id":3666510,"adult":false},{"id":1811220,"adult":false},{"id":3667049,"adult":false},{"id":1650799,"adult":false},{"id":3666612,"adult":false},{"id":3659596,"adult":null},{"id":3666716,"adult":false},{"id":3666533,"adult":false},{"id":2701966,"adult":false},{"id":1814041,"adult":false},{"id":3666402,"adult":false},{"id":3666636,"adult":false},{"id":1132077,"adult":false},{"id":3123238,"adult":false},{"id":3666464,"adult":false},{"id":3038657,"adult":null},{"id":3667369,"adult":false},{"id":3667319,"adult":false},{"id":3666309,"adult":false},{"id":3666596,"adult":false},{"id":3666375,"adult":false},{"id":3392992,"adult":null},{"id":3666723,"adult":false},{"id":1165023,"adult":false},{"id":3666836,"adult":false},{"id":3667177,"adult":false},{"id":3308914,"adult":false},{"id":3667301,"adult":false},{"id":3667235,"adult":false},{"id":183225,"adult":true},{"id":3666631,"adult":false},{"id":3666651,"adult":false},{"id":3659663,"adult":null},{"id":3667096,"adult":false},{"id":3667343,"adult":false},{"id":3631466,"adult":null},{"id":2762943,"adult":true},{"id":3666466,"adult":false},{"id":2914051,"adult":false},{"id":1174934,"adult":false},{"id":3666746,"adult":false},{"id":3666972,"adult":false},{"id":3666505,"adult":false},{"id":3632644,"adult":null},{"id":3666413,"adult":false},{"id":3666424,"adult":false},{"id":3667282,"adult":false},{"id":3666773,"adult":false},{"id":3659628,"adult":null},{"id":3666288,"adult":false},{"id":3666322,"adult":false},{"id":3667120,"adult":false},{"id":3653640,"adult":null},{"id":2612007,"adult":false},{"id":3667257,"adult":true},{"id":51084,"adult":false},{"id":3667023,"adult":false},{"id":3549588,"adult":true},{"id":1765357,"adult":false},{"id":3667036,"adult":false},{"id":3666983,"adult":false},{"id":3666700,"adult":false},{"id":3666256,"adult":false},{"id":3038653,"adult":null},{"id":3666476,"adult":false},{"id":3666537,"adult":false},{"id":3666535,"adult":false},{"id":3666255,"adult":false},{"id":3666367,"adult":false},{"id":3666504,"adult":false},{"id":3666437,"adult":false},{"id":2124528,"adult":true},{"id":3666534,"adult":false},{"id":3666945,"adult":false},{"id":3666738,"adult":false},{"id":3282128,"adult":false},{"id":3666370,"adult":false},{"id":3666867,"adult":false},{"id":1343178,"adult":false},{"id":222687,"adult":true},{"id":3666622,"adult":false},{"id":3666420,"adult":false},{"id":3631430,"adult":null},{"id":3666881,"adult":false},{"id":3666678,"adult":false},{"id":992614,"adult":true},{"id":3666493,"adult":false},{"id":3667290,"adult":false},{"id":3667038,"adult":false},{"id":975454,"adult":false},{"id":111978,"adult":false},{"id":3666772,"adult":false},{"id":3667127,"adult":false},{"id":3666267,"adult":false},{"id":3666874,"adult":false},{"id":3666297,"adult":false},{"id":3659678,"adult":null},{"id":1601975,"adult":false},{"id":3667017,"adult":false},{"id":3666454,"adult":false},{"id":63513,"adult":false},{"id":3666900,"adult":false},{"id":3642589,"adult":null},{"id":3666781,"adult":false},{"id":1577649,"adult":false},{"id":3666845,"adult":false},{"id":3666478,"adult":false},{"id":3666909,"adult":false},{"id":3667048,"adult":false},{"id":3667266,"adult":false},{"id":3666494,"adult":null},{"id":3666286,"adult":false},{"id":3123237,"adult":false},{"id":3667145,"adult":false},{"id":42258,"adult":true},{"id":3666648,"adult":false},{"id":2754136,"adult":null},{"id":3666398,"adult":false},{"id":1830928,"adult":false},{"id":3667083,"adult":true},{"id":3667241,"adult":false},{"id":47432,"adult":false},{"id":3660448,"adult":false},{"id":1093266,"adult":null},{"id":555932,"adult":true},{"id":3667203,"adult":false},{"id":2605811,"adult":true},{"id":2646582,"adult":false},{"id":3667060,"adult":false},{"id":3666446,"adult":false},{"id":2073624,"adult":false},{"id":3667115,"adult":false},{"id":23205,"adult":false},{"id":1731053,"adult":false},{"id":3667082,"adult":true},{"id":3586357,"adult":false},{"id":3666566,"adult":false},{"id":3666569,"adult":false},{"id":3666713,"adult":false},{"id":3666428,"adult":false},{"id":3666330,"adult":false},{"id":3667309,"adult":false},{"id":3666426,"adult":false},{"id":1695085,"adult":false},{"id":1037336,"adult":false},{"id":3666759,"adult":false},{"id":3666844,"adult":false},{"id":3667070,"adult":false},{"id":3666650,"adult":false},{"id":2565273,"adult":false},{"id":3666418,"adult":false},{"id":3653644,"adult":null},{"id":3667030,"adult":false},{"id":3666472,"adult":false},{"id":3666689,"adult":false},{"id":3667015,"adult":false},{"id":3666381,"adult":false},{"id":3666468,"adult":false},{"id":3667222,"adult":false},{"id":3635304,"adult":null},{"id":1048754,"adult":false},{"id":3635707,"adult":null},{"id":3667134,"adult":false},{"id":3666641,"adult":false},{"id":3666259,"adult":false},{"id":3667224,"adult":true},{"id":3666588,"adult":false},{"id":1744143,"adult":false},{"id":3157131,"adult":false},{"id":2573186,"adult":false},{"id":3038664,"adult":null},{"id":3666664,"adult":null},{"id":3666842,"adult":false},{"id":3667183,"adult":false},{"id":3583237,"adult":true},{"id":3628713,"adult":false},{"id":638341,"adult":false},{"id":1543202,"adult":false},{"id":2374968,"adult":false},{"id":2237914,"adult":false},{"id":3282125,"adult":false},{"id":1260450,"adult":false},{"id":3666794,"adult":false},{"id":3666369,"adult":false},{"id":3666390,"adult":false},{"id":3418950,"adult":false},{"id":3666960,"adult":false},{"id":3667027,"adult":false},{"id":3666787,"adult":false},{"id":3666694,"adult":false},{"id":1012127,"adult":false},{"id":3653641,"adult":null},{"id":1310007,"adult":true},{"id":2335882,"adult":false},{"id":3666559,"adult":true},{"id":3667035,"adult":false},{"id":3666657,"adult":false},{"id":3666841,"adult":false},{"id":19645,"adult":false},{"id":3666264,"adult":false},{"id":2534009,"adult":false},{"id":1291890,"adult":false},{"id":3667004,"adult":false},{"id":3667293,"adult":false},{"id":3666568,"adult":false},{"id":3117375,"adult":false},{"id":3667237,"adult":false},{"id":3666868,"adult":false},{"id":3667331,"adult":false},{"id":3666882,"adult":false},{"id":3599766,"adult":true},{"id":3584467,"adult":null},{"id":3644327,"adult":false},{"id":3667147,"adult":false},{"id":97671,"adult":false},{"id":3666896,"adult":false},{"id":3666804,"adult":false},{"id":3666916,"adult":false},{"id":3653646,"adult":null},{"id":3666816,"adult":false},{"id":1937853,"adult":false},{"id":1712089,"adult":false},{"id":3242923,"adult":null},{"id":1160502,"adult":true},{"id":3666695,"adult":false},{"id":3667328,"adult":false},{"id":81874,"adult":false},{"id":3666514,"adult":false},{"id":3667114,"adult":true},{"id":3667265,"adult":false},{"id":3666688,"adult":false},{"id":1338964,"adult":false},{"id":3666609,"adult":true},{"id":3666365,"adult":false},{"id":3666633,"adult":false},{"id":3667053,"adult":false},{"id":3666480,"adult":false},{"id":1079451,"adult":false},{"id":3666725,"adult":false},{"id":3666946,"adult":false},{"id":3667100,"adult":true},{"id":3667337,"adult":false},{"id":3666527,"adult":false},{"id":2752580,"adult":false},{"id":1184243,"adult":false},{"id":3666864,"adult":false},{"id":3666349,"adult":false},{"id":3666943,"adult":false},{"id":1355655,"adult":false},{"id":3659676,"adult":null},{"id":3667009,"adult":true},{"id":3666461,"adult":false},{"id":1271696,"adult":false},{"id":3666274,"adult":true},{"id":1413586,"adult":false},{"id":1498467,"adult":false},{"id":3667252,"adult":false},{"id":1815038,"adult":true},{"id":3666894,"adult":false},{"id":3666903,"adult":false},{"id":1228941,"adult":false},{"id":3667219,"adult":false},{"id":1236618,"adult":false},{"id":1052168,"adult":false},{"id":3666947,"adult":false},{"id":3667099,"adult":true},{"id":3667052,"adult":false},{"id":3411301,"adult":true},{"id":1419974,"adult":false},{"id":3282126,"adult":false},{"id":2581788,"adult":false},{"id":3666512,"adult":false},{"id":3666400,"adult":false},{"id":3667358,"adult":false},{"id":3666865,"adult":false},{"id":3667248,"adult":false},{"id":3667267,"adult":false},{"id":3666674,"adult":false},{"id":2093712,"adult":false},{"id":3667376,"adult":false},{"id":3666314,"adult":false},{"id":3666344,"adult":false},{"id":1972149,"adult":false},{"id":56739,"adult":false},{"id":114,"adult":false},{"id":3666371,"adult":false},{"id":3581302,"adult":false},{"id":3260403,"adult":false},{"id":3667079,"adult":true},{"id":3666837,"adult":false},{"id":3667097,"adult":false},{"id":1732294,"adult":false},{"id":1974766,"adult":false},{"id":3666783,"adult":false},{"id":2901886,"adult":false},{"id":3666443,"adult":false},{"id":3666419,"adult":false},{"id":3667101,"adult":true},{"id":3667117,"adult":false},{"id":3194553,"adult":false},{"id":3666190,"adult":false},{"id":3666969,"adult":false},{"id":1805236,"adult":false},{"id":1372870,"adult":true},{"id":553191,"adult":false},{"id":3667351,"adult":false},{"id":3666855,"adult":false},{"id":3667260,"adult":true},{"id":1696126,"adult":false},{"id":3632645,"adult":null},{"id":3667178,"adult":false},{"id":3666973,"adult":false},{"id":3542958,"adult":null},{"id":1001666,"adult":false},{"id":122844,"adult":false},{"id":3667336,"adult":false},{"id":3653652,"adult":null},{"id":3666397,"adult":false},{"id":3659634,"adult":null},{"id":3667190,"adult":false},{"id":3667207,"adult":false},{"id":3666389,"adult":false},{"id":3667157,"adult":false},{"id":3666675,"adult":false},{"id":3667172,"adult":true},{"id":232937,"adult":false},{"id":3282122,"adult":false},{"id":3572646,"adult":false},{"id":3666891,"adult":null},{"id":3667181,"adult":false},{"id":3666847,"adult":false},{"id":1056049,"adult":false},{"id":3666492,"adult":false},{"id":3666589,"adult":false},{"id":1142496,"adult":false},{"id":3666336,"adult":false},{"id":3666720,"adult":false},{"id":3667139,"adult":false},{"id":3664664,"adult":null},{"id":3462769,"adult":false},{"id":3667304,"adult":false},{"id":3666809,"adult":false},{"id":1385618,"adult":true},{"id":137084,"adult":true},{"id":1133585,"adult":true},{"id":3667311,"adult":false},{"id":3666818,"adult":false},{"id":3667081,"adult":true},{"id":3667255,"adult":false},{"id":3666927,"adult":false},{"id":1359230,"adult":false},{"id":1458099,"adult":false},{"id":1206438,"adult":false},{"id":999883,"adult":false},{"id":3667154,"adult":false},{"id":3666572,"adult":false},{"id":2969668,"adult":false},{"id":3667366,"adult":false},{"id":3666554,"adult":false},{"id":3659633,"adult":null},{"id":3666898,"adult":false},{"id":3667025,"adult":false},{"id":3666551,"adult":false},{"id":3666654,"adult":null},{"id":3659611,"adult":null},{"id":2386187,"adult":false},{"id":3666964,"adult":false},{"id":1860758,"adult":false},{"id":3320738,"adult":false},{"id":3667354,"adult":false},{"id":8784,"adult":false},{"id":3666921,"adult":false},{"id":3667195,"adult":false},{"id":34541,"adult":false},{"id":3666808,"adult":false},{"id":2061626,"adult":false},{"id":3667174,"adult":false},{"id":3508618,"adult":false},{"id":3609227,"adult":true},{"id":3666784,"adult":false},{"id":3666294,"adult":false},{"id":3666704,"adult":false},{"id":3666955,"adult":false},{"id":3654222,"adult":true},{"id":565835,"adult":false},{"id":3631427,"adult":null},{"id":2914082,"adult":false},{"id":3666870,"adult":false},{"id":9722,"adult":false},{"id":3667095,"adult":true},{"id":3313768,"adult":false},{"id":3666853,"adult":false},{"id":3666560,"adult":false},{"id":1641418,"adult":true},{"id":3632643,"adult":null},{"id":2605814,"adult":true},{"id":3667171,"adult":true},{"id":3667287,"adult":false},{"id":3666814,"adult":false},{"id":3666812,"adult":false},{"id":3666334,"adult":false},{"id":3666684,"adult":false},{"id":81449,"adult":false},{"id":3667191,"adult":false},{"id":3666791,"adult":false},{"id":3666895,"adult":false},{"id":3653665,"adult":null},{"id":3666278,"adult":false},{"id":3631424,"adult":null},{"id":137836,"adult":false},{"id":1923862,"adult":true},{"id":3667110,"adult":true},{"id":3666826,"adult":false},{"id":1194819,"adult":true},{"id":2096482,"adult":true},{"id":3666570,"adult":false},{"id":3666315,"adult":false},{"id":3662723,"adult":null},{"id":70703,"adult":false},{"id":3666801,"adult":false},{"id":3666924,"adult":false},{"id":3666574,"adult":false},{"id":3667212,"adult":false},{"id":3666273,"adult":false},{"id":1026059,"adult":true},{"id":3319960,"adult":false},{"id":3666887,"adult":false},{"id":3659629,"adult":null},{"id":3666540,"adult":false},{"id":3667132,"adult":false},{"id":1078009,"adult":false},{"id":3666628,"adult":false},{"id":134881,"adult":true},{"id":1202147,"adult":false},{"id":60705,"adult":false},{"id":3666312,"adult":false},{"id":1383405,"adult":false},{"id":3631425,"adult":null},{"id":3653655,"adult":null},{"id":3666483,"adult":false},{"id":3667268,"adult":false},{"id":3666600,"adult":true},{"id":3666364,"adult":false},{"id":3666906,"adult":false},{"id":3666456,"adult":false},{"id":3659626,"adult":null},{"id":3667220,"adult":false},{"id":3667098,"adult":false},{"id":3666796,"adult":false},{"id":3667024,"adult":false},{"id":3667006,"adult":false},{"id":3666425,"adult":false},{"id":3310190,"adult":false},{"id":3666391,"adult":false},{"id":3666767,"adult":false},{"id":3667029,"adult":false},{"id":2367258,"adult":false},{"id":3666984,"adult":false},{"id":1951415,"adult":false},{"id":3666340,"adult":false},{"id":11604,"adult":false},{"id":3666824,"adult":true},{"id":3667198,"adult":false},{"id":3666520,"adult":false},{"id":3666421,"adult":false},{"id":3666601,"adult":true},{"id":3666922,"adult":false},{"id":2444125,"adult":null},{"id":1172686,"adult":false},{"id":3253847,"adult":false},{"id":3666285,"adult":false},{"id":3666450,"adult":false},{"id":3666986,"adult":false},{"id":3653663,"adult":null},{"id":3666473,"adult":false},{"id":3667221,"adult":false},{"id":53784,"adult":false},{"id":3666962,"adult":false},{"id":3631413,"adult":null},{"id":16607,"adult":false},{"id":3666296,"adult":false},{"id":3667238,"adult":false},{"id":1333859,"adult":false},{"id":3667284,"adult":false},{"id":3667324,"adult":false},{"id":3666915,"adult":false},{"id":3667243,"adult":false},{"id":505710,"adult":false},{"id":3666401,"adult":false},{"id":3666347,"adult":true},{"id":1056045,"adult":false},{"id":3282123,"adult":false},{"id":3666412,"adult":false},{"id":3666999,"adult":false},{"id":3653654,"adult":null},{"id":1727350,"adult":false},{"id":3666380,"adult":false},{"id":928253,"adult":false},{"id":1003998,"adult":true},{"id":1248248,"adult":false},{"id":3632642,"adult":true},{"id":3666734,"adult":false},{"id":3666880,"adult":false},{"id":3248691,"adult":false},{"id":3666925,"adult":false},{"id":3666435,"adult":false},{"id":3666615,"adult":false},{"id":1507580,"adult":false},{"id":3666663,"adult":null},{"id":231722,"adult":false},{"id":3667059,"adult":false},{"id":3666819,"adult":false},{"id":2990398,"adult":false},{"id":3667000,"adult":false},{"id":3666892,"adult":null},{"id":3620292,"adult":null},{"id":3488263,"adult":false},{"id":3666547,"adult":false},{"id":3659654,"adult":null},{"id":3666408,"adult":false},{"id":3659614,"adult":null},{"id":1405454,"adult":false},{"id":3667305,"adult":false},{"id":1222082,"adult":false},{"id":3666737,"adult":false},{"id":3659618,"adult":null},{"id":3659632,"adult":null},{"id":3666699,"adult":false},{"id":3666833,"adult":false},{"id":3635701,"adult":null},{"id":3666985,"adult":false},{"id":3666990,"adult":false},{"id":3666635,"adult":false},{"id":3666584,"adult":false},{"id":3093867,"adult":false},{"id":3666455,"adult":false},{"id":3667041,"adult":false},{"id":3666545,"adult":false},{"id":3664669,"adult":null},{"id":2766234,"adult":null},{"id":3666269,"adult":false},{"id":3666348,"adult":false},{"id":1710310,"adult":false},{"id":3666878,"adult":false},{"id":120229,"adult":false},{"id":2744550,"adult":null},{"id":3253971,"adult":false},{"id":3667270,"adult":false},{"id":3666598,"adult":false},{"id":3667374,"adult":false},{"id":1124832,"adult":true},{"id":3633206,"adult":false},{"id":3666971,"adult":false},{"id":3663117,"adult":null},{"id":2492185,"adult":false},{"id":1305972,"adult":false},{"id":3666884,"adult":false},{"id":3666581,"adult":false},{"id":3662583,"adult":null},{"id":27942,"adult":false},{"id":3666513,"adult":false},{"id":2400820,"adult":false},{"id":3667166,"adult":false},{"id":937494,"adult":false},{"id":3021927,"adult":false},{"id":3666530,"adult":false},{"id":3667225,"adult":true},{"id":3666961,"adult":false},{"id":2942576,"adult":false},{"id":3666690,"adult":false},{"id":3667085,"adult":true},{"id":2327956,"adult":false},{"id":31313,"adult":false},{"id":1571337,"adult":false},{"id":3666934,"adult":false},{"id":3667037,"adult":false},{"id":1034410,"adult":false},{"id":3653662,"adult":null},{"id":2669111,"adult":false},{"id":3667094,"adult":true},{"id":3667077,"adult":false},{"id":1556885,"adult":false},{"id":3667333,"adult":false},{"id":3666345,"adult":false},{"id":3666644,"adult":false},{"id":3666722,"adult":false},{"id":3666577,"adult":false},{"id":3653649,"adult":null},{"id":3667329,"adult":false},{"id":3666433,"adult":false},{"id":27150,"adult":false},{"id":3667320,"adult":false},{"id":3666557,"adult":false},{"id":3167018,"adult":false},{"id":3656282,"adult":false},{"id":3667356,"adult":false},{"id":3666632,"adult":false},{"id":3653642,"adult":null},{"id":3038654,"adult":null},{"id":3666355,"adult":false},{"id":3666395,"adult":false},{"id":3667338,"adult":false},{"id":3666823,"adult":false},{"id":988679,"adult":false},{"id":3667262,"adult":false},{"id":3666970,"adult":false},{"id":3666726,"adult":false},{"id":3666982,"adult":false},{"id":3666762,"adult":false},{"id":3666458,"adult":false},{"id":3667003,"adult":false},{"id":3248769,"adult":false},{"id":12787,"adult":false},{"id":3666792,"adult":false},{"id":3666721,"adult":false},{"id":3667188,"adult":false},{"id":3666755,"adult":false},{"id":3667167,"adult":false},{"id":3666998,"adult":false},{"id":3655488,"adult":false},{"id":3666542,"adult":false},{"id":2654756,"adult":false},{"id":3666861,"adult":false},{"id":3667289,"adult":false},{"id":3282127,"adult":false},{"id":3666619,"adult":false},{"id":3497843,"adult":false},{"id":3667295,"adult":false},{"id":3666949,"adult":false},{"id":1550740,"adult":false},{"id":3666869,"adult":false},{"id":1595536,"adult":false},{"id":3203798,"adult":true},{"id":3620294,"adult":null},{"id":3666536,"adult":false},{"id":1102243,"adult":true},{"id":3666329,"adult":false},{"id":1682135,"adult":false},{"id":3666614,"adult":false},{"id":3323706,"adult":null},{"id":3667365,"adult":false},{"id":3666889,"adult":false},{"id":2728552,"adult":null},{"id":3666282,"adult":false},{"id":3666331,"adult":false},{"id":1442,"adult":false},{"id":3666374,"adult":false},{"id":1526058,"adult":false},{"id":3666731,"adult":false},{"id":2175208,"adult":false},{"id":97805,"adult":false},{"id":3631431,"adult":null},{"id":3666405,"adult":false},{"id":3632653,"adult":null},{"id":3667314,"adult":false},{"id":3667184,"adult":false},{"id":126297,"adult":false},{"id":1170996,"adult":false},{"id":3123226,"adult":false},{"id":557224,"adult":true},{"id":3667137,"adult":false},{"id":42215,"adult":false},{"id":3666586,"adult":false},{"id":202667,"adult":false},{"id":3667010,"adult":true},{"id":3667128,"adult":false},{"id":3666994,"adult":false},{"id":3667275,"adult":false},{"id":3667011,"adult":false},{"id":3666643,"adult":false},{"id":1168392,"adult":false},{"id":3666890,"adult":null},{"id":1532661,"adult":false},{"id":3667138,"adult":false},{"id":3653648,"adult":null},{"id":3653645,"adult":null},{"id":3666602,"adult":true},{"id":3666486,"adult":false},{"id":3666647,"adult":false},{"id":3667141,"adult":false},{"id":3666276,"adult":true},{"id":1465544,"adult":false},{"id":3666539,"adult":false},{"id":3666987,"adult":false},{"id":586193,"adult":false},{"id":125231,"adult":false},{"id":3666871,"adult":false},{"id":3666953,"adult":false},{"id":3666630,"adult":false},{"id":3666661,"adult":false},{"id":3666469,"adult":false},{"id":2628702,"adult":null},{"id":1988278,"adult":false},{"id":3667210,"adult":false},{"id":3667297,"adult":false},{"id":3666447,"adult":false},{"id":3666769,"adult":false},{"id":3666936,"adult":false},{"id":3667069,"adult":false},{"id":3666272,"adult":true},{"id":3666676,"adult":false},{"id":3666993,"adult":false},{"id":3667143,"adult":false},{"id":3532701,"adult":false},{"id":3666944,"adult":false},{"id":1357457,"adult":false},{"id":100321,"adult":false},{"id":1262861,"adult":false},{"id":3659679,"adult":null},{"id":2256901,"adult":false},{"id":3667215,"adult":false},{"id":3666275,"adult":true},{"id":2035423,"adult":false},{"id":3666761,"adult":false},{"id":2733018,"adult":false},{"id":1915600,"adult":false},{"id":3666372,"adult":false},{"id":3666679,"adult":false},{"id":3663159,"adult":null},{"id":3666702,"adult":false},{"id":3659621,"adult":null},{"id":3662722,"adult":null},{"id":558502,"adult":true},{"id":3666902,"adult":false},{"id":118699,"adult":false},{"id":2419124,"adult":false},{"id":138127,"adult":false},{"id":3667063,"adult":false},{"id":3666311,"adult":false},{"id":3632646,"adult":null},{"id":3666254,"adult":false},{"id":3666434,"adult":false},{"id":3666470,"adult":false},{"id":3667152,"adult":false},{"id":3667173,"adult":false},{"id":3297283,"adult":false},{"id":3666901,"adult":false},{"id":3666583,"adult":false},{"id":3667344,"adult":false},{"id":3667005,"adult":false},{"id":3666356,"adult":false},{"id":1889144,"adult":false},{"id":3667054,"adult":false},{"id":3666920,"adult":false},{"id":3667335,"adult":false},{"id":1107782,"adult":false},{"id":125817,"adult":false},{"id":2223020,"adult":false},{"id":3667273,"adult":false},{"id":3667291,"adult":false},{"id":3666692,"adult":false},{"id":1820095,"adult":false},{"id":3666719,"adult":false},{"id":3666320,"adult":false},{"id":3666302,"adult":false},{"id":3666959,"adult":false},{"id":3666672,"adult":false},{"id":3666460,"adult":false},{"id":3575358,"adult":false},{"id":3667231,"adult":false},{"id":1747358,"adult":true},{"id":1398279,"adult":false},{"id":3667299,"adult":false},{"id":3497854,"adult":false},{"id":3666485,"adult":false},{"id":3666846,"adult":false},{"id":3666499,"adult":false},{"id":3667322,"adult":false},{"id":3666710,"adult":false},{"id":2392304,"adult":false},{"id":3666706,"adult":false},{"id":3666342,"adult":false},{"id":2338842,"adult":false},{"id":3586358,"adult":false},{"id":3666876,"adult":false},{"id":3666669,"adult":false},{"id":1521788,"adult":true},{"id":3666522,"adult":false},{"id":3666673,"adult":false},{"id":2637822,"adult":false},{"id":3667019,"adult":false},{"id":3666403,"adult":false},{"id":3666705,"adult":false},{"id":3667276,"adult":false},{"id":3666718,"adult":false},{"id":3666558,"adult":false},{"id":3666967,"adult":false},{"id":3666263,"adult":false},{"id":1086751,"adult":false},{"id":3667104,"adult":false},{"id":3666565,"adult":false},{"id":3666432,"adult":false},{"id":3666509,"adult":false},{"id":3667303,"adult":false},{"id":3666911,"adult":false},{"id":3666671,"adult":false},{"id":2927359,"adult":false},{"id":3667135,"adult":false},{"id":3667228,"adult":false},{"id":3497856,"adult":false},{"id":3666687,"adult":false},{"id":221581,"adult":false},{"id":3666905,"adult":false},{"id":3659619,"adult":null},{"id":3666875,"adult":false},{"id":3054864,"adult":false},{"id":3666511,"adult":false},{"id":3666951,"adult":false},{"id":3659607,"adult":null},{"id":7234,"adult":false},{"id":3666775,"adult":false},{"id":3667022,"adult":false},{"id":3653638,"adult":null},{"id":3666376,"adult":false},{"id":3666843,"adult":false},{"id":3667253,"adult":false},{"id":960832,"adult":false},{"id":2882240,"adult":false},{"id":3667168,"adult":false},{"id":2551262,"adult":false},{"id":1688131,"adult":false},{"id":3332722,"adult":false},{"id":3667112,"adult":true},{"id":3667258,"adult":true},{"id":1746990,"adult":false},{"id":3667032,"adult":false},{"id":3653637,"adult":null},{"id":3666332,"adult":false},{"id":3666811,"adult":false},{"id":3667123,"adult":false},{"id":3667202,"adult":false},{"id":3666451,"adult":false},{"id":3667121,"adult":false},{"id":3666764,"adult":false},{"id":574142,"adult":false},{"id":99574,"adult":true},{"id":3666293,"adult":false},{"id":1254992,"adult":false},{"id":3666981,"adult":false},{"id":3667294,"adult":false},{"id":3666277,"adult":true},{"id":565834,"adult":false},{"id":3666360,"adult":false},{"id":3666800,"adult":false},{"id":3038660,"adult":null},{"id":3666571,"adult":false},{"id":3617993,"adult":false},{"id":285938,"adult":true},{"id":3666188,"adult":false},{"id":3653660,"adult":null},{"id":3666578,"adult":false},{"id":3666666,"adult":false},{"id":3497853,"adult":false},{"id":3666942,"adult":false},{"id":1860669,"adult":false},{"id":3666952,"adult":false},{"id":3666976,"adult":false},{"id":3667122,"adult":false},{"id":3666862,"adult":false},{"id":3667192,"adult":false},{"id":3038651,"adult":null},{"id":3666317,"adult":false},{"id":1917031,"adult":true},{"id":3666929,"adult":false},{"id":3667313,"adult":false},{"id":3259737,"adult":false},{"id":3667246,"adult":false},{"id":52935,"adult":false},{"id":3667007,"adult":false},{"id":2292283,"adult":true},{"id":3667256,"adult":true},{"id":3667234,"adult":false},{"id":3666253,"adult":false},{"id":1208449,"adult":false},{"id":544216,"adult":false},{"id":3667200,"adult":false},{"id":3667156,"adult":false},{"id":3448488,"adult":false},{"id":3667327,"adult":false},{"id":3667380,"adult":false},{"id":3666346,"adult":false},{"id":3667306,"adult":false},{"id":3189834,"adult":false},{"id":3667182,"adult":false},{"id":3664963,"adult":null},{"id":3666735,"adult":false},{"id":3667346,"adult":false},{"id":3667373,"adult":false},{"id":3653666,"adult":null},{"id":3666284,"adult":false},{"id":3666248,"adult":false},{"id":1771429,"adult":true},{"id":3162104,"adult":false},{"id":2460067,"adult":false},{"id":3666287,"adult":false},{"id":1267729,"adult":false},{"id":3666582,"adult":false},{"id":3666859,"adult":false},{"id":3666744,"adult":false},{"id":1069216,"adult":true},{"id":3659691,"adult":null},{"id":3666928,"adult":false},{"id":3666406,"adult":false},{"id":3283602,"adult":true},{"id":1273602,"adult":false},{"id":3666838,"adult":false},{"id":3666599,"adult":false},{"id":3653661,"adult":null},{"id":1925161,"adult":false},{"id":3666610,"adult":false},{"id":3666899,"adult":false},{"id":3666935,"adult":false},{"id":3666323,"adult":false},{"id":1037884,"adult":false},{"id":101469,"adult":true},{"id":3666821,"adult":false},{"id":3667217,"adult":false},{"id":3666995,"adult":false},{"id":3666431,"adult":false},{"id":2528594,"adult":false},{"id":3038662,"adult":null},{"id":3667016,"adult":false},{"id":3667087,"adult":false},{"id":3666815,"adult":false},{"id":33587,"adult":false},{"id":3666849,"adult":false},{"id":3667279,"adult":false},{"id":2146381,"adult":true},{"id":3666617,"adult":false},{"id":2577686,"adult":false},{"id":3666362,"adult":false},{"id":19508,"adult":false},{"id":3667353,"adult":false},{"id":2605817,"adult":true},{"id":4587,"adult":false},{"id":2141040,"adult":false},{"id":3666416,"adult":false},{"id":3667250,"adult":false},{"id":3666337,"adult":false},{"id":3667205,"adult":false},{"id":3666427,"adult":false},{"id":3659627,"adult":null},{"id":3666957,"adult":false},{"id":3666857,"adult":false},{"id":3667148,"adult":false},{"id":3667230,"adult":false},{"id":3667247,"adult":false},{"id":3666268,"adult":false},{"id":3666941,"adult":false},{"id":1737243,"adult":false},{"id":3666191,"adult":false},{"id":2667821,"adult":false},{"id":3666831,"adult":false},{"id":3666579,"adult":false},{"id":3667233,"adult":false},{"id":3667160,"adult":false},{"id":1178995,"adult":false},{"id":144808,"adult":false},{"id":3666708,"adult":false},{"id":3139856,"adult":false},{"id":3666516,"adult":false},{"id":3666642,"adult":false},{"id":3666548,"adult":false},{"id":3653659,"adult":null},{"id":3666980,"adult":false},{"id":3667129,"adult":false},{"id":111518,"adult":false},{"id":2701220,"adult":false},{"id":3226175,"adult":false},{"id":3659636,"adult":null},{"id":3653647,"adult":null},{"id":3285609,"adult":null},{"id":2995906,"adult":false},{"id":3666638,"adult":false},{"id":125298,"adult":false},{"id":3667347,"adult":false},{"id":1003137,"adult":false},{"id":3652733,"adult":false},{"id":1641318,"adult":false},{"id":3659662,"adult":null},{"id":1968127,"adult":true},{"id":3667355,"adult":false},{"id":3666501,"adult":false},{"id":3666477,"adult":false},{"id":56124,"adult":false},{"id":2243077,"adult":false},{"id":2401159,"adult":true},{"id":3273101,"adult":false},{"id":3667021,"adult":false},{"id":3667185,"adult":false},{"id":2459514,"adult":false},{"id":3666910,"adult":false},{"id":3666440,"adult":false},{"id":3666429,"adult":false},{"id":1434482,"adult":false},{"id":3666475,"adult":false},{"id":1513929,"adult":false},{"id":3666490,"adult":false},{"id":2111574,"adult":false},{"id":187930,"adult":false},{"id":3659635,"adult":null},{"id":3666333,"adult":false},{"id":3667272,"adult":false},{"id":3667226,"adult":false},{"id":2063066,"adult":false},{"id":3659600,"adult":null},{"id":3666555,"adult":false},{"id":2521726,"adult":false},{"id":3666681,"adult":false},{"id":3667359,"adult":false},{"id":3667277,"adult":false},{"id":52624,"adult":false},{"id":3667140,"adult":false},{"id":3666393,"adult":false},{"id":3666350,"adult":false},{"id":3630054,"adult":false},{"id":3666324,"adult":false},{"id":3666308,"adult":false},{"id":3666289,"adult":false},{"id":3666904,"adult":false},{"id":3666752,"adult":false},{"id":3666742,"adult":false},{"id":3667050,"adult":false},{"id":3667316,"adult":false},{"id":3653636,"adult":null},{"id":3667089,"adult":false},{"id":3667348,"adult":false},{"id":3666997,"adult":false},{"id":1830993,"adult":false},{"id":1677007,"adult":false},{"id":3666528,"adult":false},{"id":3667334,"adult":false},{"id":126296,"adult":false},{"id":2142309,"adult":false},{"id":2226559,"adult":false},{"id":3666452,"adult":false},{"id":3666739,"adult":false},{"id":3666766,"adult":false},{"id":3666328,"adult":false},{"id":3666879,"adult":false},{"id":3347952,"adult":false},{"id":3666394,"adult":false},{"id":3666712,"adult":false},{"id":3666747,"adult":false},{"id":3631419,"adult":null},{"id":3667146,"adult":false},{"id":3666832,"adult":false},{"id":3667116,"adult":false},{"id":3666670,"adult":false},{"id":3666703,"adult":false},{"id":2650819,"adult":false},{"id":3667213,"adult":false},{"id":3667130,"adult":false},{"id":3667209,"adult":false},{"id":3508863,"adult":false},{"id":3666463,"adult":false},{"id":3666585,"adult":false},{"id":3667180,"adult":false},{"id":572007,"adult":true},{"id":1017277,"adult":false},{"id":1242935,"adult":false},{"id":3667187,"adult":false},{"id":3666261,"adult":false},{"id":3667103,"adult":true},{"id":1523866,"adult":true},{"id":235147,"adult":false},{"id":3667264,"adult":false},{"id":3666655,"adult":false},{"id":1513003,"adult":false},{"id":3666626,"adult":false},{"id":3667018,"adult":false},{"id":3666503,"adult":false},{"id":3653656,"adult":null},{"id":3666806,"adult":false},{"id":3667165,"adult":true},{"id":2733019,"adult":false},{"id":3667286,"adult":false},{"id":3666618,"adult":false},{"id":3667214,"adult":false},{"id":3667274,"adult":false},{"id":3666298,"adult":false},{"id":3666448,"adult":false},{"id":3259738,"adult":false},{"id":3667370,"adult":false},{"id":3666677,"adult":false},{"id":3625515,"adult":null},{"id":3123228,"adult":false},{"id":2246,"adult":false},{"id":3013621,"adult":true},{"id":1214710,"adult":false},{"id":1944802,"adult":false},{"id":3666923,"adult":false},{"id":2969670,"adult":false},{"id":3667071,"adult":false},{"id":3666627,"adult":true},{"id":3666366,"adult":false},{"id":3666541,"adult":false},{"id":1093950,"adult":false},{"id":3666732,"adult":false},{"id":3666834,"adult":false},{"id":3666250,"adult":false},{"id":3667196,"adult":false},{"id":3666966,"adult":false},{"id":3666740,"adult":false},{"id":3663116,"adult":null},{"id":118703,"adult":false},{"id":3666410,"adult":false},{"id":2558322,"adult":false},{"id":3034254,"adult":false},{"id":3666788,"adult":false},{"id":3666257,"adult":false},{"id":3031398,"adult":false},{"id":3588235,"adult":null},{"id":3667379,"adult":false},{"id":3667170,"adult":true},{"id":1791869,"adult":false},{"id":2603715,"adult":false},{"id":3667008,"adult":false},{"id":3666538,"adult":false},{"id":3667028,"adult":false},{"id":3667107,"adult":true},{"id":1969287,"adult":false},{"id":3666763,"adult":false},{"id":3667179,"adult":false},{"id":3666639,"adult":false},{"id":3667055,"adult":false},{"id":3667040,"adult":false},{"id":3667371,"adult":false},{"id":3286659,"adult":false},{"id":3666621,"adult":false},{"id":3248773,"adult":false},{"id":3666623,"adult":false},{"id":3666525,"adult":false},{"id":3666939,"adult":false},{"id":3667302,"adult":false},{"id":3666358,"adult":false},{"id":3666667,"adult":false},{"id":3667372,"adult":false},{"id":3666594,"adult":false},{"id":3666912,"adult":false},{"id":3667332,"adult":false},{"id":3666549,"adult":false},{"id":3666883,"adult":false},{"id":1815912,"adult":false},{"id":3667317,"adult":false},{"id":3666789,"adult":false},{"id":3666872,"adult":false},{"id":2241873,"adult":true},{"id":3666931,"adult":false},{"id":3214073,"adult":false},{"id":3666932,"adult":false},{"id":1292043,"adult":false},{"id":1662441,"adult":false},{"id":3667361,"adult":false},{"id":3667061,"adult":false},{"id":2269331,"adult":false},{"id":3666489,"adult":false},{"id":1756081,"adult":true},{"id":3666304,"adult":true},{"id":3666730,"adult":false},{"id":3635696,"adult":null},{"id":3659602,"adult":null},{"id":157692,"adult":false},{"id":1898764,"adult":false},{"id":1261672,"adult":false},{"id":3666634,"adult":false},{"id":3666948,"adult":false},{"id":3631409,"adult":null},{"id":3038663,"adult":null},{"id":3666683,"adult":false},{"id":3123230,"adult":false},{"id":1303351,"adult":false},{"id":3667206,"adult":false},{"id":3666592,"adult":false},{"id":3667047,"adult":false},{"id":1571334,"adult":false},{"id":3666531,"adult":false},{"id":3666917,"adult":false},{"id":1649900,"adult":false},{"id":3659616,"adult":null},{"id":3358680,"adult":false},{"id":40752,"adult":false},{"id":3666495,"adult":false},{"id":3667076,"adult":true},{"id":1418372,"adult":false},{"id":229794,"adult":false},{"id":3666258,"adult":false},{"id":1077597,"adult":true},{"id":3038650,"adult":null},{"id":3666321,"adult":false},{"id":3666757,"adult":false},{"id":2189538,"adult":true},{"id":3667363,"adult":false},{"id":3666856,"adult":false},{"id":3667086,"adult":false},{"id":2106747,"adult":null},{"id":3666407,"adult":false},{"id":3666430,"adult":false},{"id":3666422,"adult":false},{"id":3666750,"adult":false},{"id":3667377,"adult":false},{"id":1274018,"adult":false},{"id":2579687,"adult":false},{"id":3667075,"adult":false},{"id":3667033,"adult":false},{"id":2041855,"adult":false},{"id":3666693,"adult":false},{"id":1300419,"adult":false},{"id":1730747,"adult":false},{"id":3666313,"adult":false},{"id":3666573,"adult":false},{"id":3667106,"adult":false},{"id":2482800,"adult":false},{"id":3666550,"adult":false},{"id":3667142,"adult":false},{"id":3667251,"adult":false},{"id":1459865,"adult":false},{"id":3666886,"adult":null},{"id":3659655,"adult":null},{"id":1089212,"adult":false},{"id":3652856,"adult":false},{"id":3667211,"adult":false},{"id":3666933,"adult":false},{"id":3666866,"adult":false},{"id":3667236,"adult":false},{"id":73172,"adult":false},{"id":3666822,"adult":false},{"id":3667271,"adult":false},{"id":3666444,"adult":false},{"id":3667193,"adult":true},{"id":3123227,"adult":false},{"id":3667325,"adult":false},{"id":3666863,"adult":false},{"id":3666453,"adult":false},{"id":3666563,"adult":false},{"id":22126,"adult":false},{"id":3666279,"adult":false},{"id":3666760,"adult":false},{"id":3653650,"adult":null},{"id":3667245,"adult":false},{"id":3666805,"adult":false},{"id":1007524,"adult":false},{"id":3666498,"adult":false},{"id":3667163,"adult":true},{"id":3667044,"adult":false},{"id":3667072,"adult":false},{"id":1880102,"adult":true},{"id":3666711,"adult":false},{"id":3666989,"adult":false},{"id":3666616,"adult":false},{"id":3666368,"adult":false},{"id":3666977,"adult":false},{"id":3667113,"adult":false},{"id":3666685,"adult":false},{"id":3666748,"adult":false},{"id":3666753,"adult":false},{"id":3666556,"adult":false},{"id":3666754,"adult":false},{"id":2270210,"adult":false},{"id":3666797,"adult":false},{"id":1184911,"adult":false},{"id":3666384,"adult":false},{"id":3395078,"adult":false},{"id":1667667,"adult":false}],"page":1,"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the most newly created person. This is a live response and will continuously change.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 1f6aa0c5-2a23-4eed-b2bf-771d4ce8e0de |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:25 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| X-Memc | MISS |
| X-Memc-Key | b02c08d03fe98ac75e1e949e06fc3d2635982d7a |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| ETag | W/"016ab264ee0fefadf8d0ef82d8b0311a" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 9UDieOrUYcAPhEyQ3xbtBYknTcNsLnEg9rvRkwnnDIzNJ_xYT7EXsg== |
{"adult":false,"also_known_as":[],"biography":"","birthday":null,"deathday":null,"gender":0,"homepage":null,"id":3667762,"imdb_id":null,"known_for_department":"Writing","name":"Carter Brown","place_of_birth":null,"popularity":0.0,"profile_path":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Returns a list of the watch provider (OTT/streaming) data we have available for TV series. You can specify a `watch_region` param if you want to further filter the list by country.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 3b1bd59d-41aa-4c24-a2ac-c44cd2527ffb |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:02 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | cff1feaeecf54dd46e8e2cb4d450ec48adc957f2 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 21600 |
| ETag | W/"9790a18ca69dc6d895854fdcdeeacee9" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | nXh-IQ9sLFctFe5vpRGPcc0ILGSDzHMzkfbzQj-Xwrlk8IVfWC8XWw== |
| Age | 28643 |
{"results":[{"display_priority":0,"logo_path":"/t2yyOv40HZeVlLjYsCsPHnWLk4W.jpg","provider_name":"Netflix","provider_id":8},{"display_priority":1,"logo_path":"/emthp39XA2YScoYL1p0sdbAH2WA.jpg","provider_name":"Amazon Prime Video","provider_id":119},{"display_priority":1,"logo_path":"/emthp39XA2YScoYL1p0sdbAH2WA.jpg","provider_name":"Amazon Prime Video","provider_id":9},{"display_priority":3,"logo_path":"/uW4dPCcbXaaFTyfL5HwhuDt5akK.jpg","provider_name":"Sun Nxt","provider_id":309},{"display_priority":5,"logo_path":"/iaMw6nOyxUzXSacrLQ0Au6CfZkc.jpg","provider_name":"Classix","provider_id":445},{"display_priority":6,"logo_path":"/hR9vWd8hWEVQKD6eOnBneKRFEW3.jpg","provider_name":"Star Plus","provider_id":619},{"display_priority":7,"logo_path":"/xbhHHa1YgtpwhC8lb1NQ3ACVcLd.jpg","provider_name":"Paramount Plus","provider_id":531},{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_name":"HBO Max","provider_id":384},{"display_priority":9,"logo_path":"/8Gt1iClBlzTeQs8WQm8UrCoIxnQ.jpg","provider_name":"Crunchyroll","provider_id":283},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_name":"Movistar Play","provider_id":339},{"display_priority":9,"logo_path":"/59azlQKUgFdYq6QI5QEAxIeecyL.jpg","provider_name":"Cultpix","provider_id":692},{"display_priority":10,"logo_path":"/lJT7r1nprk1Z8t1ywiIa8h9d3rc.jpg","provider_name":"Claro video","provider_id":167},{"display_priority":10,"logo_path":"/kV8XFGI5OLJKl72dI8DtnKplfFr.jpg","provider_name":"DIRECTV GO","provider_id":467},{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_name":"Apple TV Plus","provider_id":350},{"display_priority":11,"logo_path":"/4FqTBYsUSZgS9z9UGKgxSDBbtc8.jpg","provider_name":"FilmBox+","provider_id":701},{"display_priority":12,"logo_path":"/58aUMVWJRolhWpi4aJCkGHwfKdg.jpg","provider_name":"VIX ","provider_id":457},{"display_priority":13,"logo_path":"/67Ee4E6qOkQGHeUTArdJ1qRxzR2.jpg","provider_name":"Curiosity Stream","provider_id":190},{"display_priority":14,"logo_path":"/zyX0rRd986t2iKXUCvEsW7or4KN.jpg","provider_name":"Kocowa","provider_id":464},{"display_priority":16,"logo_path":"/mgD0T960hnYU4gBxbPPBrcDfgWg.jpg","provider_name":"WOW Presents Plus","provider_id":546},{"display_priority":17,"logo_path":"/gekkP93StjYdiMAInViVmrnldNY.jpg","provider_name":"Magellan TV","provider_id":551},{"display_priority":18,"logo_path":"/xLu1rkZNOKuNnRNr70wySosfTBf.jpg","provider_name":"BroadwayHD","provider_id":554},{"display_priority":20,"logo_path":"/u2H29LCxRzjZVUoZUQAHKm5P8Zc.jpg","provider_name":"Dekkoo","provider_id":444},{"display_priority":20,"logo_path":"/9nyK6XeCSe1fmK9B9H2xHgOYDlj.jpg","provider_name":"CINE","provider_id":491},{"display_priority":23,"logo_path":"/d4vHcXY9rwnr763wQns2XJThclt.jpg","provider_name":"Hoichoi","provider_id":315},{"display_priority":23,"logo_path":"/xKUlNQjy7dpfI8Nj8BjgSTdYnqH.jpg","provider_name":"CONTAR","provider_id":543},{"display_priority":24,"logo_path":"/egNBibGpNroklenRFE0EiRYZqaf.jpg","provider_name":"Blim","provider_id":67},{"display_priority":26,"logo_path":"/t6N57S17sdXRXmZDAkaGP0NHNG0.jpg","provider_name":"Pluto TV","provider_id":300},{"display_priority":28,"logo_path":"/73ms51HSpkD0OOXwj2EeiZeSqSt.jpg","provider_name":"History Play","provider_id":478},{"display_priority":29,"logo_path":"/7rwgEs15tFwyR9NPQ5vpzxTj19Q.jpg","provider_name":"Disney Plus","provider_id":337},{"display_priority":30,"logo_path":"/rIvQ4zuxvVirsNNVarYmOTunBD2.jpg","provider_name":"HBO Max Free","provider_id":616},{"display_priority":39,"logo_path":"/zVJhpmIEgdDVbDt5TB72sZu3qdO.jpg","provider_name":"Starz","provider_id":43}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Returns a list of the watch provider (OTT/streaming) data we have available for movies. You can specify a `watch_region` param if you want to further filter the list by country.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 24ca1782-c117-4424-abba-7e71f851c6f5 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:02 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | aa90e7d7bac202b77b2e320d319a9e28d9d245f0 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 21600 |
| ETag | W/"173c8b579d658902b456cda7b71bfa8c" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 7HN2QV26iVutI97ISjtS1uMrxrsMjCrV2csB4KcqYCBQgMDWypJ3Wg== |
| Age | 28643 |
{"results":[{"display_priority":0,"logo_path":"/t2yyOv40HZeVlLjYsCsPHnWLk4W.jpg","provider_name":"Netflix","provider_id":8},{"display_priority":1,"logo_path":"/emthp39XA2YScoYL1p0sdbAH2WA.jpg","provider_name":"Amazon Prime Video","provider_id":119},{"display_priority":1,"logo_path":"/emthp39XA2YScoYL1p0sdbAH2WA.jpg","provider_name":"Amazon Prime Video","provider_id":9},{"display_priority":2,"logo_path":"/peURlLlr8jggOwK53fJ5wdQl05y.jpg","provider_name":"Apple iTunes","provider_id":2},{"display_priority":3,"logo_path":"/tbEdFQDwx5LEVr8WpSeXQSIirVq.jpg","provider_name":"Google Play Movies","provider_id":3},{"display_priority":3,"logo_path":"/uW4dPCcbXaaFTyfL5HwhuDt5akK.jpg","provider_name":"Sun Nxt","provider_id":309},{"display_priority":4,"logo_path":"/bVR4Z1LCHY7gidXAJF5pMa4QrDS.jpg","provider_name":"Mubi","provider_id":11},{"display_priority":5,"logo_path":"/iaMw6nOyxUzXSacrLQ0Au6CfZkc.jpg","provider_name":"Classix","provider_id":445},{"display_priority":6,"logo_path":"/hR9vWd8hWEVQKD6eOnBneKRFEW3.jpg","provider_name":"Star Plus","provider_id":619},{"display_priority":7,"logo_path":"/xbhHHa1YgtpwhC8lb1NQ3ACVcLd.jpg","provider_name":"Paramount Plus","provider_id":531},{"display_priority":8,"logo_path":"/Ajqyt5aNxNGjmF9uOfxArGrdf3X.jpg","provider_name":"HBO Max","provider_id":384},{"display_priority":8,"logo_path":"/tgKw3lckZULebs3cMLAbMRqir7G.jpg","provider_name":"Argo","provider_id":534},{"display_priority":8,"logo_path":"/fadQYOyKL0tqfyj012nYJxm3N2I.jpg","provider_name":"Eventive","provider_id":677},{"display_priority":9,"logo_path":"/cDzkhgvozSr4GW2aRdV22uDuFpw.jpg","provider_name":"Movistar Play","provider_id":339},{"display_priority":9,"logo_path":"/59azlQKUgFdYq6QI5QEAxIeecyL.jpg","provider_name":"Cultpix","provider_id":692},{"display_priority":10,"logo_path":"/lJT7r1nprk1Z8t1ywiIa8h9d3rc.jpg","provider_name":"Claro video","provider_id":167},{"display_priority":10,"logo_path":"/kV8XFGI5OLJKl72dI8DtnKplfFr.jpg","provider_name":"DIRECTV GO","provider_id":467},{"display_priority":11,"logo_path":"/6uhKBfmtzFqOcLousHwZuzcrScK.jpg","provider_name":"Apple TV Plus","provider_id":350},{"display_priority":11,"logo_path":"/4FqTBYsUSZgS9z9UGKgxSDBbtc8.jpg","provider_name":"FilmBox+","provider_id":701},{"display_priority":12,"logo_path":"/58aUMVWJRolhWpi4aJCkGHwfKdg.jpg","provider_name":"VIX ","provider_id":457},{"display_priority":13,"logo_path":"/67Ee4E6qOkQGHeUTArdJ1qRxzR2.jpg","provider_name":"Curiosity Stream","provider_id":190},{"display_priority":14,"logo_path":"/iM0P8o5S1hDahB41kIY5voQWXtU.jpg","provider_name":"QubitTV","provider_id":274},{"display_priority":14,"logo_path":"/xN97FFkFAdY1JvHhS4zyPD4URgD.jpg","provider_name":"Spamflix","provider_id":521},{"display_priority":15,"logo_path":"/bvcdVO7SDHKEa6D40g1jntXKNj.jpg","provider_name":"DOCSVILLE","provider_id":475},{"display_priority":16,"logo_path":"/mgD0T960hnYU4gBxbPPBrcDfgWg.jpg","provider_name":"WOW Presents Plus","provider_id":546},{"display_priority":17,"logo_path":"/gekkP93StjYdiMAInViVmrnldNY.jpg","provider_name":"Magellan TV","provider_id":551},{"display_priority":18,"logo_path":"/xLu1rkZNOKuNnRNr70wySosfTBf.jpg","provider_name":"BroadwayHD","provider_id":554},{"display_priority":19,"logo_path":"/olmH7t5tEng8Yuq33KmvpvaaVIg.jpg","provider_name":"Filmzie","provider_id":559},{"display_priority":20,"logo_path":"/u2H29LCxRzjZVUoZUQAHKm5P8Zc.jpg","provider_name":"Dekkoo","provider_id":444},{"display_priority":20,"logo_path":"/9nyK6XeCSe1fmK9B9H2xHgOYDlj.jpg","provider_name":"CINE","provider_id":491},{"display_priority":21,"logo_path":"/osREemsc9uUB2J8VTkQeAVk2fu9.jpg","provider_name":"True Story","provider_id":567},{"display_priority":22,"logo_path":"/aQ1ritN00jXc7RAFfUoQKGAAfp7.jpg","provider_name":"DocAlliance Films","provider_id":569},{"display_priority":23,"logo_path":"/d4vHcXY9rwnr763wQns2XJThclt.jpg","provider_name":"Hoichoi","provider_id":315},{"display_priority":23,"logo_path":"/xKUlNQjy7dpfI8Nj8BjgSTdYnqH.jpg","provider_name":"CONTAR","provider_id":543},{"display_priority":24,"logo_path":"/egNBibGpNroklenRFE0EiRYZqaf.jpg","provider_name":"Blim","provider_id":67},{"display_priority":24,"logo_path":"/uHv6Y4YSsr4cj7q4cBbAg7WXKEI.jpg","provider_name":"KoreaOnDemand","provider_id":575},{"display_priority":26,"logo_path":"/t6N57S17sdXRXmZDAkaGP0NHNG0.jpg","provider_name":"Pluto TV","provider_id":300},{"display_priority":28,"logo_path":"/73ms51HSpkD0OOXwj2EeiZeSqSt.jpg","provider_name":"History Play","provider_id":478},{"display_priority":29,"logo_path":"/7rwgEs15tFwyR9NPQ5vpzxTj19Q.jpg","provider_name":"Disney Plus","provider_id":337},{"display_priority":36,"logo_path":"/fWqVPYArdFwBc6vYqoyQB6XUl85.jpg","provider_name":"HBO","provider_id":118},{"display_priority":39,"logo_path":"/zVJhpmIEgdDVbDt5TB72sZu3qdO.jpg","provider_name":"Starz","provider_id":43}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Returns a list of all of the countries we have watch provider (OTT/streaming) data for.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 740bc484-27bc-4dba-b8b9-333789baa180 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:03 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | cb80b59140431781ed73b2be13756fe5d529ac2e |
| X-Memc-Age | 12601 |
| X-Memc-Expires | 8999 |
| ETag | W/"835a5201095b5bb753edb0d990c00ce7" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 5gy7-TUooVelqeveazz5A7fzKqwFa-lD-udDDNoxLEAv9u-wWftIDg== |
| Age | 28642 |
{"results":[{"iso_3166_1":"AE","english_name":"United Arab Emirates","native_name":"United Arab Emirates"},{"iso_3166_1":"AR","english_name":"Argentina","native_name":"Argentina"},{"iso_3166_1":"AT","english_name":"Austria","native_name":"Austria"},{"iso_3166_1":"AU","english_name":"Australia","native_name":"Australia"},{"iso_3166_1":"BE","english_name":"Belgium","native_name":"Belgium"},{"iso_3166_1":"BG","english_name":"Bulgaria","native_name":"Bulgaria"},{"iso_3166_1":"BR","english_name":"Brazil","native_name":"Brazil"},{"iso_3166_1":"CA","english_name":"Canada","native_name":"Canada"},{"iso_3166_1":"CH","english_name":"Switzerland","native_name":"Switzerland"},{"iso_3166_1":"CI","english_name":"Cote D'Ivoire","native_name":"Côte d’Ivoire"},{"iso_3166_1":"CZ","english_name":"Czech Republic","native_name":"Czech Republic"},{"iso_3166_1":"DE","english_name":"Germany","native_name":"Germany"},{"iso_3166_1":"DK","english_name":"Denmark","native_name":"Denmark"},{"iso_3166_1":"EE","english_name":"Estonia","native_name":"Estonia"},{"iso_3166_1":"ES","english_name":"Spain","native_name":"Spain"},{"iso_3166_1":"FI","english_name":"Finland","native_name":"Finland"},{"iso_3166_1":"FR","english_name":"France","native_name":"France"},{"iso_3166_1":"GB","english_name":"United Kingdom","native_name":"United Kingdom"},{"iso_3166_1":"HK","english_name":"Hong Kong","native_name":"Hong Kong SAR China"},{"iso_3166_1":"HR","english_name":"Croatia","native_name":"Croatia"},{"iso_3166_1":"HU","english_name":"Hungary","native_name":"Hungary"},{"iso_3166_1":"ID","english_name":"Indonesia","native_name":"Indonesia"},{"iso_3166_1":"IE","english_name":"Ireland","native_name":"Ireland"},{"iso_3166_1":"IN","english_name":"India","native_name":"India"},{"iso_3166_1":"IT","english_name":"Italy","native_name":"Italy"},{"iso_3166_1":"JP","english_name":"Japan","native_name":"Japan"},{"iso_3166_1":"KE","english_name":"Kenya","native_name":"Kenya"},{"iso_3166_1":"KR","english_name":"South Korea","native_name":"South Korea"},{"iso_3166_1":"LT","english_name":"Lithuania","native_name":"Lithuania"},{"iso_3166_1":"MX","english_name":"Mexico","native_name":"Mexico"},{"iso_3166_1":"NL","english_name":"Netherlands","native_name":"Netherlands"},{"iso_3166_1":"NO","english_name":"Norway","native_name":"Norway"},{"iso_3166_1":"NZ","english_name":"New Zealand","native_name":"New Zealand"},{"iso_3166_1":"PH","english_name":"Philippines","native_name":"Philippines"},{"iso_3166_1":"PL","english_name":"Poland","native_name":"Poland"},{"iso_3166_1":"PT","english_name":"Portugal","native_name":"Portugal"},{"iso_3166_1":"RS","english_name":"Serbia","native_name":"Serbia"},{"iso_3166_1":"RU","english_name":"Russia","native_name":"Russia"},{"iso_3166_1":"SE","english_name":"Sweden","native_name":"Sweden"},{"iso_3166_1":"SK","english_name":"Slovakia","native_name":"Slovakia"},{"iso_3166_1":"TR","english_name":"Turkey","native_name":"Turkey"},{"iso_3166_1":"US","english_name":"United States of America","native_name":"United States"},{"iso_3166_1":"ZA","english_name":"South Africa","native_name":"South Africa"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Delete a list.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 790660f2-fc85-4d81-8d06-3463c570192d |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:26 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Error from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 6bKfS0MGV36hnsmaCUN4sPL_H2Q6LsHnP67in7UgcFkocGk6n1gBGQ== |
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 0 | 0 | 1 |
| Total | 0 | 0 | 1 |
| Test Name | Assertion Error |
|---|
Get the details of a list.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 3c3545f6-48e2-4a77-8558-563578ba0d6c |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS |
| X-Memc-Key | 4a8f21f091b738ba921572c5cb174703067a4605 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 0 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 23:09:26 GMT |
| Cache-Control | public, max-age=0 |
| ETag | W/"462c2609dbec09e38d00aa5cf8bf4ced" |
| Vary | Accept-Encoding |
| X-Cache | RefreshHit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ZQ_Pr2mTv_EdbR-8wnV1VgbihbTEFNxriV7d6zoVhLxu-7h8M5fapQ== |
{"created_by":"GeorgeDuarte87","description":"$randomCatchPhrase","favorite_count":0,"id":"8213924","items":[],"item_count":0,"iso_639_1":"en","name":"$randomCatchPhrase","poster_path":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Clear all of the items from a list.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a01bd9c3-fded-4f21-9bae-38ec97e4a6fb |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:27 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"04302547257ccb7e68844cdd59055002" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 2pwD7o1T6-liATJv3x2yKpBzQ-lLSYUe8gVmbEzDk0THZubLvO17zg== |
{"success":true,"status_code":12,"status_message":"The item/record was updated successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Add a movie to a list.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 6a254fcc-d16d-44e9-8509-b270a898cbcf |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 20 |
{
"media_id": 18
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:27 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"04302547257ccb7e68844cdd59055002" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | pZQ6EGQCzqAfRU9J54S8BHY_f5qRqsQ0CcqOHTd-Xc1_kGT46b6WYg== |
{"success":true,"status_code":12,"status_message":"The item/record was updated successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
You can use this method to check if a movie has already been added to the list.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 53e2d3ce-ff9f-4127-96aa-276b40999a90 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:27 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"8e0f48d2941a504272065fb3beb7feea" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | xzYTVMI6elCZkbmMaMxJDXxU4TqxxAV24e5wl6P1uRV7wDvY4gX0Xg== |
{"id":null,"item_present":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Remove a movie from a list.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 9c49d1ee-2957-48de-8bea-0e7501c565f9 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 20 |
{
"media_id": 18
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:27 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"0566f98871ddfd7f6ade28aaefb5167d" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | QHEvxvLmRRotvFeWdfsLKm97ru87avhV6jHjTUbnWEsG-_Sx0C6Nvg== |
{"success":true,"status_code":13,"status_message":"The item/record was deleted successfully."}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Create a list.
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | c25ef552-e657-4fc6-bf60-54a03dc6a68e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 93 |
{
"name": "$randomCatchPhrase",
"description": "$randomCatchPhrase",
"language": "en"
}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:28 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=0 |
| ETag | W/"0916a6ddaede7003d3d568137d81df6b" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | oFt0B-kZo0bMA5bVYiidygdKVZsv8cGVIThtqJ0dUbZA0D5UF6Dy9A== |
{"status_code":1,"status_message":"The item/record was created successfully.","success":true,"list_id":8213931}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a companies details by id.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 7ecec521-4f15-4948-bdff-aa1a59fb9dda |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 6e6e157232e99f83358e9b15fab6a5ddc77b32ab |
| X-Memc-Age | 0 |
| X-Memc-Expires | 17259 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:05 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"7dda9faf144482d90af2d21869ec2714" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | A2TWYrvxp01PTP3eBXFhb1wbSlGQ4kk7uh_cBoOkrrhTwZkAizKzNw== |
| Age | 28643 |
{"description":"","headquarters":"Los Angeles, California","homepage":"https://www.20thcenturystudios.com","id":127928,"logo_path":"/h0rjX5vjW5r8yEnUBStFarjcLT4.png","name":"20th Century Studios","origin_country":"US","parent_company":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a companies logos by id.
There are two image formats that are supported for companies, PNG's and SVG's. You can see which type the original file is by looking at the `file_type` field. We prefer SVG's as they are resolution independent and as such, the width and height are only there to reflect the original asset that was uploaded. An SVG can be scaled properly beyond those dimensions if you call them as a PNG.
For more information about how SVG's and PNG's can be used, take a read through [this document](#docTextSection:mXP9B2uzoDJFguDZv).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | b0d79ce5-e5c5-471f-b9d9-a2464bcb5832 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 3175ab743a8da7f06cdfd1760ef275c6552ad651 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 14693 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:05 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"12a14e22cd34cfb832fda6d1d6936d1a" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | oDzeu9DRZhqN0PqAF9_ZPtz6IBkFzCgL0q0tubwjt-rhszzAl09KIA== |
| Age | 28643 |
{"id":127928,"logos":[{"aspect_ratio":1.263157894736842,"file_path":"/h0rjX5vjW5r8yEnUBStFarjcLT4.png","height":95,"id":"61981953e2ff32008eeecc1a","file_type":".svg","vote_average":5.318,"vote_count":3,"width":120},{"aspect_ratio":3.08641975308642,"file_path":"/cxMxGzAgMMBhTXkcpYYCxWCOY90.png","height":324,"id":"62df730d1a32480051917270","file_type":".svg","vote_average":5.312,"vote_count":1,"width":1000},{"aspect_ratio":1.19047619047619,"file_path":"/qAh0Ofz47KVy0A3118rjHUx3usk.png","height":840,"id":"5e2e465e326c1900181af539","file_type":".svg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":1.25,"file_path":"/4BF7F6KotvqWrHd9q9TxaS33Uam.png","height":800,"id":"62df73055ca7040b29912f6a","file_type":".svg","vote_average":0.0,"vote_count":0,"width":1000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the alternative names of a company.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 28061231-c5e6-4e43-a7a9-aa871dccd02f |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:13 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 31ccafc6b8805de5849d581b8b6c5e7cf776cfcc |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15299 |
| ETag | W/"2a81c5ba9c4d8454aa48ffd5c93a59b0" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 6oLmDMA98Ukt4T0ghuu03O-S4BPe78Ah65X2s6QOucoSpNVxVP0eXg== |
| Age | 8956 |
{"id":127928,"results":[{"name":"Twentieth Century Studios","type":""}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Discover movies by different types of data like average rating, number of votes, genres and certifications. You can get a valid list of certifications from the [certifications list](#endpoint:faFKjuKG2HnwexAWM) method.
Discover also supports a nice list of sort options. See below for all of the available options.
Please note, when using `certification` \ `certification.lte` you must also specify `certification_country`. These two parameters work together in order to filter the results. You can only filter results with the countries we have added to our [certifications list](#endpoint:faFKjuKG2HnwexAWM).
If you specify the `region` parameter, the regional release date will be used instead of the primary release date. The date returned will be the first date based on your query (ie. if a `with_release_type` is specified). It's important to note the order of the release types that are used. Specifying "2|3" would return the limited theatrical release date as opposed to "3|2" which would return the theatrical date.
Also note that a number of filters support being comma (`,`) or pipe (`|`) separated. Comma's are treated like an `AND` and query while pipe's are an `OR`.
Some examples of what can be done with discover can be found [here](https://www.themoviedb.org/documentation/api/discover).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 18, 2021 | A new `without_companies` filter is available.|
| April 13, 2021 | A new `with_watch_monetization_types` filter is available to use with `watch_region`.|
| January 2, 2021 | A new set of filters are available for watch provider filtering. Check out `with_watch_providers` and `watch_region`.|
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | a80f007a-4217-4452-a42f-9e645c778de2 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:30 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | cE2nx2gTFgrg9kFRw5U2aI1hF5OHT-WI_5HhuFPMKyC5kAlKjKMkpw== |
| Age | 479 |
{"page":1,"results":[],"total_pages":0,"total_results":0}
Discover TV shows by different types of data like average rating, number of votes, genres, the network they aired on and air dates.
Discover also supports a nice list of sort options. See below for all of the available options.
Also note that a number of filters support being comma (`,`) or pipe (`|`) separated. Comma's are treated like an `AND` and query while pipe's are an `OR`.
Some examples of what can be done with discover can be found [here](https://www.themoviedb.org/documentation/api/discover).
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 18, 2021 | Some new filters are available: `with_status`, `with_type` and `without_companies`.|
| April 13, 2021 | A new `with_watch_monetization_types` filter is available to use with `watch_region`.|
| January 2, 2021 | A new set of filters are available for watch provider filtering. Check out `with_watch_providers` and `watch_region`.|
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | be2ea561-c157-473d-977c-8c75bf2b0803 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:30 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | mhwj9QbdoXKvAeZ93yzH2j-pu00VFcnflbTKDr5JQddNBkDdHbFf5A== |
| Age | 479 |
{"page":1,"results":[],"total_pages":0,"total_results":0}
Search for keywords.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 664ef6cc-4a1f-4b18-bfe8-d7ce8dd71171 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | ecc784cb531604ffb83e8f70c4380003bc2d13d0 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 21600 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:07 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"03ed9bb06210b3f3161e2c3ae85893ff" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | xQTks0DeZMYR1egvbo2SPsPtDMGhrUjtUAFZ5zgV2_p2vd5QDmlHzw== |
| Age | 28642 |
{"page":1,"results":[{"name":"heroism","id":11115}],"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search for companies.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 70761655-7423-4bd6-b86c-051d5d15ed91 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 82cc20577b34627fb4ed555232775ac5c0db718c |
| X-Memc-Age | 0 |
| X-Memc-Expires | 21600 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:07 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"4df8321fa0009253ea428a77ffe4219a" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | yE8xsAejBbSkIOQNyjpx2vRiNc_LSXmVYYhEkQUFCVgyMh8mru8_5w== |
| Age | 28643 |
{"page":1,"results":[{"id":178464,"logo_path":"/tyHnxjQJLH6h4iDQKhN5iqebWmX.png","name":"Netflix","origin_country":"US"},{"id":171251,"logo_path":"/AqUAfMC270bGGK09Nh3mycwT1hY.png","name":"Netflix Animation","origin_country":"US"},{"id":145174,"logo_path":null,"name":"Netflix International Pictures","origin_country":"US"}],"total_pages":1,"total_results":3}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search for people.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | b33503e7-fdca-44ac-94f9-6b160fff9d49 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:31 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Z1WcYojccpmfVSKAXVPFbIrhcATmvJZuGsShvoL5OqYz_J_i3WSMBQ== |
| Age | 479 |
{"page":1,"results":[{"adult":false,"gender":2,"id":17697,"known_for":[{"adult":false,"backdrop_path":"/roYyPiQDQKmIKUEhO912693tSja.jpg","genre_ids":[27,18,878],"id":447332,"media_type":"movie","original_language":"en","original_title":"A Quiet Place","overview":"A family is forced to live in silence while hiding from creatures that hunt by sound.","poster_path":"/nAU74GmpUk7t5iklEp3bufwDq4n.jpg","release_date":"2018-04-03","title":"A Quiet Place","video":false,"vote_average":7.4,"vote_count":11889},{"adult":false,"backdrop_path":"/pK42lGbT48fClhtEcP7gvk4hoXP.jpg","genre_ids":[16,10751],"id":62211,"media_type":"movie","original_language":"en","original_title":"Monsters University","overview":"A look at the relationship between Mike and Sulley during their days at Monsters University — when they weren't necessarily the best of friends.","poster_path":"/upaMBEonGeZGQc3xtUVZOfe1lGl.jpg","release_date":"2013-06-19","title":"Monsters University","video":false,"vote_average":7,"vote_count":9224},{"adult":false,"backdrop_path":"/wxkXCVGw61kbJAfP9SkxoETD0uz.jpg","genre_ids":[14,12,16,35,10751],"id":810,"media_type":"movie","original_language":"en","original_title":"Shrek the Third","overview":"The King of Far Far Away has died and Shrek and Fiona are to become King & Queen. However, Shrek wants to return to his cozy swamp and live in peace and quiet, so when he finds out there is another heir to the throne, they set off to bring him back to rule the kingdom.","poster_path":"/jaNe16gE9zdAYyVwRqmlmRKshHm.jpg","release_date":"2007-05-17","title":"Shrek the Third","video":false,"vote_average":6.3,"vote_count":7534}],"known_for_department":"Acting","name":"John Krasinski","popularity":44.533,"profile_path":"/t6Aq1dAnxtlOtdevIMqQg5ZMCpl.jpg"},{"adult":false,"gender":2,"id":8891,"known_for":[{"adult":false,"backdrop_path":"/suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg","genre_ids":[53,80],"id":680,"media_type":"movie","original_language":"en","original_title":"Pulp Fiction","overview":"A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.","poster_path":"/fIE3lAGcZDV1G6XM5KmuWnNsPp1.jpg","release_date":"1994-09-10","title":"Pulp Fiction","video":false,"vote_average":8.5,"vote_count":23609},{"adult":false,"backdrop_path":"/rsY4obmi0TASPrXzjPvHa1wgzFy.jpg","genre_ids":[10749,35],"id":621,"media_type":"movie","original_language":"en","original_title":"Grease","overview":"Australian good girl Sandy and greaser Danny fell in love over the summer. But when they unexpectedly discover they're now in the same high school, will they be able to rekindle their romance despite their eccentric friends?","poster_path":"/czVhhAaSBFpakur7U8pOIDV9NUG.jpg","release_date":"1978-07-07","title":"Grease","video":false,"vote_average":7.4,"vote_count":6206},{"adult":false,"backdrop_path":"/uWIyXlBRwW2MIBcBysj50A9nv7D.jpg","genre_ids":[16,10751,12,35],"id":13053,"media_type":"movie","original_language":"en","original_title":"Bolt","overview":"Bolt is the star of the biggest show in Hollywood. The only problem is, he thinks it's real. After he's accidentally shipped to New York City and separated from Penny, his beloved co-star and owner, Bolt must harness all his \"super powers\" to find a way home.","poster_path":"/v5aC4nrzXFGJDWY4JO1eengXzqk.jpg","release_date":"2008-11-21","title":"Bolt","video":false,"vote_average":6.5,"vote_count":5112}],"known_for_department":"Acting","name":"John Travolta","popularity":39.019,"profile_path":"/9axs7CGk01nmGqBAppDR92JHucn.jpg"},{"adult":false,"gender":2,"id":1241,"known_for":[{"adult":false,"backdrop_path":"/77P56ZcL8M9Cw7FIptMIGjhNJoj.jpg","genre_ids":[12,878,28],"id":1858,"media_type":"movie","original_language":"en","original_title":"Transformers","overview":"Young teenager Sam Witwicky becomes involved in the ancient struggle between two extraterrestrial factions of transforming robots – the heroic Autobots and the evil Decepticons. Sam holds the clue to unimaginable power and the Decepticons will stop at nothing to retrieve it.","poster_path":"/1P7w3AImoEOWJX7nn3fdaKDfEQA.jpg","release_date":"2007-06-27","title":"Transformers","video":false,"vote_average":6.7,"vote_count":9528},{"adult":false,"backdrop_path":"/lpTXHNKCozJgfUQZZJ1Xn3LKpIS.jpg","genre_ids":[35,80],"id":115,"media_type":"movie","original_language":"en","original_title":"The Big Lebowski","overview":"Jeffrey 'The Dude' Lebowski, a Los Angeles slacker who only wants to bowl and drink White Russians, is mistaken for another Jeffrey Lebowski, a wheelchair-bound millionaire, and finds himself dragged into a strange series of events involving nihilists, adult film producers, ferrets, errant toes, and large sums of money.","poster_path":"/5DpmtMBXXNDujIuSlKW3WLKuqEd.jpg","release_date":"1998-03-06","title":"The Big Lebowski","video":false,"vote_average":7.8,"vote_count":9503},{"adult":false,"backdrop_path":"/zbdoCe1meTyy0v1fsIxZ9Q0ef3H.jpg","genre_ids":[878,28,12],"id":8373,"media_type":"movie","original_language":"en","original_title":"Transformers: Revenge of the Fallen","overview":"Sam Witwicky leaves the Autobots behind for a normal life. But when his mind is filled with cryptic symbols, the Decepticons target him and he is dragged back into the Transformers' war.","poster_path":"/pLBb0whOzVDtJvyD4DPeQyQNOqp.jpg","release_date":"2009-06-19","title":"Transformers: Revenge of the Fallen","video":false,"vote_average":6.1,"vote_count":7231}],"known_for_department":"Acting","name":"John Turturro","popularity":35.078,"profile_path":"/63zA58rSyJxBMLBdgeMjjETmpDQ.jpg"},{"adult":false,"gender":2,"id":3036,"known_for":[{"adult":false,"backdrop_path":"/pvxmYJcgrLiYC6G2IQTn1PPNems.jpg","genre_ids":[28,12,878],"id":14161,"media_type":"movie","original_language":"en","original_title":"2012","overview":"Dr. Adrian Helmsley, part of a worldwide geophysical team investigating the effect on the earth of radiation from unprecedented solar storms, learns that the earth's core is heating up. He warns U.S. President Thomas Wilson that the crust of the earth is becoming unstable and that without proper preparations for saving a fraction of the world's population, the entire race is doomed. Meanwhile, writer Jackson Curtis stumbles on the same information. While the world's leaders race to build \"arks\" to escape the impending cataclysm, Curtis struggles to find a way to save his family. Meanwhile, volcanic eruptions and earthquakes of unprecedented strength wreak havoc around the world.","poster_path":"/8i1xFqcItT6GKEbY6VDbFnxe7sJ.jpg","release_date":"2009-10-10","title":"2012","video":false,"vote_average":5.8,"vote_count":10615},{"adult":false,"backdrop_path":"/yjGllQUm28R4X9xD9T5xMszirgw.jpg","genre_ids":[80,18],"id":235,"media_type":"movie","original_language":"en","original_title":"Stand by Me","overview":"Gordie, Chris, Teddy and Vern are four friends who decide to hike to find the corpse of Ray Brower, a local teenager, who was hit by a train while plucking blueberries in the wild.","poster_path":"/vz0w9BSehcqjDcJOjRaCk7fgJe7.jpg","release_date":"1986-08-08","title":"Stand by Me","video":false,"vote_average":7.9,"vote_count":4674},{"adult":false,"backdrop_path":"/aMdz0ngZaAsKvlbOCIXieHd9fgD.jpg","genre_ids":[16,10751,14,12],"id":9444,"media_type":"movie","original_language":"en","original_title":"Anastasia","overview":"This animated adventure spins a more optimistic twist on the long-mythicized story of the \"lost daughter\" of Russia's last czar. A wicked sorcerer places a curse on the Romanov family, and Anastasia is separated from them during their attempts to escape from a rowdy revolt seizing their palace. Years later, after growing up with amnesia in an orphanage, \"Anya\" encounters two Russian men seeking a reward offered by the Dowager Empress Marie, for the return of her missing granddaughter. They decide to travel together to visit the Empress in Paris. Will Anya finally be reunited with her remaining family and find a loving home at last?","poster_path":"/bppGWGA8zq1sRvTdDJnUzVW9GcH.jpg","release_date":"1997-11-20","title":"Anastasia","video":false,"vote_average":7.6,"vote_count":4659}],"known_for_department":"Acting","name":"John Cusack","popularity":28.442,"profile_path":"/aCwCx6JU7Jxbg6Q1ygcnLY750le.jpg"},{"adult":false,"gender":2,"id":1230,"known_for":[{"adult":false,"backdrop_path":"/vUTVUdfbsY4DePCYzxxDMXKp6v6.jpg","genre_ids":[16,35,10751],"id":585,"media_type":"movie","original_language":"en","original_title":"Monsters, Inc.","overview":"James Sullivan and Mike Wazowski are monsters, they earn their living scaring children and are the best in the business... even though they're more afraid of the children than they are of them. When a child accidentally enters their world, James and Mike suddenly find that kids are not to be afraid of and they uncover a conspiracy that could threaten all children across the world.","poster_path":"/sgheSKxZkttIe8ONsf2sWXPgip3.jpg","release_date":"2001-11-01","title":"Monsters, Inc.","video":false,"vote_average":7.8,"vote_count":15795},{"adult":false,"backdrop_path":"/sd4xN5xi8tKRPrJOWwNiZEile7f.jpg","genre_ids":[16,12,35,10751],"id":920,"media_type":"movie","original_language":"en","original_title":"Cars","overview":"Lightning McQueen, a hotshot rookie race car driven to succeed, discovers that life is about the journey, not the finish line, when he finds himself unexpectedly detoured in the sleepy Route 66 town of Radiator Springs. On route across the country to the big Piston Cup Championship in California to compete against two seasoned pros, McQueen gets to know the town's offbeat characters.","poster_path":"/qa6HCwP4Z15l3hpsASz3auugEW6.jpg","release_date":"2006-06-08","title":"Cars","video":false,"vote_average":6.9,"vote_count":11833},{"adult":false,"backdrop_path":"/lpTXHNKCozJgfUQZZJ1Xn3LKpIS.jpg","genre_ids":[35,80],"id":115,"media_type":"movie","original_language":"en","original_title":"The Big Lebowski","overview":"Jeffrey 'The Dude' Lebowski, a Los Angeles slacker who only wants to bowl and drink White Russians, is mistaken for another Jeffrey Lebowski, a wheelchair-bound millionaire, and finds himself dragged into a strange series of events involving nihilists, adult film producers, ferrets, errant toes, and large sums of money.","poster_path":"/5DpmtMBXXNDujIuSlKW3WLKuqEd.jpg","release_date":"1998-03-06","title":"The Big Lebowski","video":false,"vote_average":7.8,"vote_count":9495}],"known_for_department":"Acting","name":"John Goodman","popularity":28.444,"profile_path":"/yyYqoyKHO7hE1zpgEV2XlqYWcNV.jpg"},{"adult":false,"gender":2,"id":10727,"known_for":[{"adult":false,"backdrop_path":"/eq2oUvhDAr6JTZs8iAZATMHKSu6.jpg","genre_ids":[12,28,14],"id":564,"media_type":"movie","original_language":"en","original_title":"The Mummy","overview":"Dashing legionnaire Rick O'Connell stumbles upon the hidden ruins of Hamunaptra while in the midst of a battle to claim the area in 1920s Egypt. It has been over three thousand years since former High Priest Imhotep suffered a fate worse than death as a punishment for a forbidden love—along with a curse that guarantees eternal doom upon the world if he is ever awoken.","poster_path":"/yhIsVvcUm7QxzLfT6HW2wLf5ajY.jpg","release_date":"1999-04-16","title":"The Mummy","video":false,"vote_average":6.9,"vote_count":7537},{"adult":false,"backdrop_path":"/uoOD6qqz4QFhgvhdsrrQUmkmAMc.jpg","genre_ids":[12,28,14],"id":1734,"media_type":"movie","original_language":"en","original_title":"The Mummy Returns","overview":"Rick and Evelyn O’Connell, along with their 8-year-old son Alex, discover the key to the legendary Scorpion King’s might: the fabled Bracelet of Anubis. Unfortunately, a newly resurrected Imhotep has designs on the bracelet as well, and isn’t above kidnapping its new bearer, Alex, to gain control of Anubis’s otherworldly army.","poster_path":"/kdJsW7hcy1lrj7tdMPycTAQPAiR.jpg","release_date":"2001-05-04","title":"The Mummy Returns","video":false,"vote_average":6.3,"vote_count":5845},{"adult":false,"backdrop_path":"/z1btePhD1jIDLbjy5OCnO0KVf5O.jpg","genre_ids":[12,28,14],"id":1735,"media_type":"movie","original_language":"en","original_title":"The Mummy: Tomb of the Dragon Emperor","overview":"Archaeologist Rick O'Connell travels to China, pitting him against an emperor from the 2,000-year-old Han dynasty who's returned from the dead to pursue a quest for world domination. This time, O'Connell enlists the help of his wife and son to quash the so-called 'Dragon Emperor' and his abuse of supernatural power.","poster_path":"/A3acM1lX5PNWQa6r5qeMAJOxbnT.jpg","release_date":"2008-07-01","title":"The Mummy: Tomb of the Dragon Emperor","video":false,"vote_average":5.4,"vote_count":3766}],"known_for_department":"Acting","name":"John Hannah","popularity":23.022,"profile_path":"/iBMshh31YpMZPX3M3vUoL8itBa5.jpg"},{"adult":false,"gender":2,"id":41230,"known_for":[{"adult":false,"backdrop_path":"/iR3tV8NXFls4UKzPA60D4zrI7Jh.jpg","genre_ids":[35,27,14],"id":928,"media_type":"movie","original_language":"en","original_title":"Gremlins 2: The New Batch","overview":"Young sweethearts Billy and Kate move to the Big Apple, land jobs in a high-tech office park and soon reunite with the friendly and lovable Gizmo. But a series of accidents creates a whole new generation of Gremlins. The situation worsens when the devilish green creatures invade a top-secret laboratory and develop genetically altered powers, making them even harder to destroy!","poster_path":"/jN7yvxnIHRozhq2mzWZDE5GPRc0.jpg","release_date":"1990-06-15","title":"Gremlins 2: The New Batch","video":false,"vote_average":6.4,"vote_count":2059},{"adult":false,"backdrop_path":"/bkahbHkwBSbIDtTm667Tu1ba2bu.jpg","genre_ids":[80,18,10749],"id":1725,"media_type":"movie","original_language":"en","original_title":"West Side Story","overview":"In the slums of the upper West Side of Manhattan, New York, a gang of Polish-American teenagers called the Jets compete with a rival gang of recently immigrated Puerto Ricans, the Sharks, to \"own\" the neighborhood streets. Tensions are high between the gangs but two kids, one from each rival gang, fall in love leading to tragedy.","poster_path":"/nzCMu6D5q60i2bVrIQ0DxlRSgCZ.jpg","release_date":"1961-12-13","title":"West Side Story","video":false,"vote_average":7.3,"vote_count":1512},{"adult":false,"backdrop_path":"/naGsxof4OVpWQJn1qd9sTwUvYPI.jpg","genre_ids":[27,35],"id":10779,"media_type":"movie","original_language":"en","original_title":"The Frighteners","overview":"Once an architect, Frank Bannister now passes himself off as an exorcist of evil spirits. To bolster his facade, he claims his \"special\" gift is the result of a car accident that killed his wife. But what he does not count on is more people dying in the small town where he lives. As he tries to piece together the supernatural mystery of these killings, he falls in love with the wife of one of the victims and deals with a crazy FBI agent.","poster_path":"/y35gx5ElAWa9Jhq6O0QrmbiS3lz.jpg","release_date":"1996-07-18","title":"The Frighteners","video":false,"vote_average":6.9,"vote_count":1199}],"known_for_department":"Acting","name":"John Astin","popularity":21.139,"profile_path":"/xczlYoJJblfyoOudcn7riLqsbXW.jpg"},{"adult":false,"gender":2,"id":5723,"known_for":[{"adult":false,"backdrop_path":"/ff2ti5DkA9UYLzyqhQfI2kZqEuh.jpg","genre_ids":[28,53],"id":245891,"media_type":"movie","original_language":"en","original_title":"John Wick","overview":"Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.","poster_path":"/fZPSd91yGE9fCcCe6OoQr6E3Bev.jpg","release_date":"2014-10-22","title":"John Wick","video":false,"vote_average":7.4,"vote_count":16005},{"adult":false,"backdrop_path":"/a9ykRAWtQnI3SsZDfh8sCJo5cWI.jpg","genre_ids":[16,35,10751,12],"id":425,"media_type":"movie","original_language":"en","original_title":"Ice Age","overview":"With the impending ice age almost upon them, a mismatched trio of prehistoric critters – Manny the woolly mammoth, Diego the saber-toothed tiger and Sid the giant sloth – find an orphaned infant and decide to return it to its human parents. Along the way, the unlikely allies become friends but, when enemies attack, their quest takes on far nobler aims.","poster_path":"/gLhHHZUzeseRXShoDyC4VqLgsNv.jpg","release_date":"2002-03-10","title":"Ice Age","video":false,"vote_average":7.3,"vote_count":11319},{"adult":false,"backdrop_path":"/r17jFHAemzcWPPtoO0UxjIX0xas.jpg","genre_ids":[28,53,80],"id":324552,"media_type":"movie","original_language":"en","original_title":"John Wick: Chapter 2","overview":"John Wick is forced out of retirement by a former associate looking to seize control of a shadowy international assassins’ guild. Bound by a blood oath to aid him, Wick travels to Rome and does battle against some of the world’s most dangerous killers.","poster_path":"/kL99FVq572hNPfMyfQCT7tGFNeQ.jpg","release_date":"2017-02-08","title":"John Wick: Chapter 2","video":false,"vote_average":7.3,"vote_count":10425}],"known_for_department":"Acting","name":"John Leguizamo","popularity":22.557,"profile_path":"/kEbXDtcPJ46GEhj5QlCTLZS6PWE.jpg"},{"adult":false,"gender":2,"id":7171,"known_for":[{"adult":false,"backdrop_path":"/bk2fTuIhQIvdAA3RbnrnvLvuaTc.jpg","genre_ids":[10402,35,28,80],"id":525,"media_type":"movie","original_language":"en","original_title":"The Blues Brothers","overview":"Jake Blues, just released from prison, puts his old band back togther to save the Catholic home where he and his brother Elwood were raised.","poster_path":"/rhYJKOt6UrQq7JQgLyQcSWW5R86.jpg","release_date":"1980-06-16","title":"The Blues Brothers","video":false,"vote_average":7.8,"vote_count":3451},{"adult":false,"backdrop_path":"/mJvnSmONfhzpfkqPDveEa2pcFPp.jpg","genre_ids":[35],"id":8469,"media_type":"movie","original_language":"en","original_title":"Animal House","overview":"At a 1962 College, Dean Vernon Wormer is determined to expel the entire Delta Tau Chi Fraternity, but those troublemakers have other plans for him.","poster_path":"/1iYG1mu8dPIXPzUBZF4OE1KUMMl.jpg","release_date":"1978-07-27","title":"Animal House","video":false,"vote_average":7,"vote_count":1227},{"adult":false,"backdrop_path":"/aZTYOPxfEg4bfcXvhNnVpQ8IZya.jpg","genre_ids":[28,35,10752],"id":11519,"media_type":"movie","original_language":"en","original_title":"1941","overview":"In the days after the attack on Pearl Harbor, panic grips California, where a military officer leads a mob chasing a Japanese sub.","poster_path":"/52Bn5yC6IHQuVxPUza3Q6RZCZTu.jpg","release_date":"1979-12-14","title":"1941","video":false,"vote_average":5.9,"vote_count":465}],"known_for_department":"Acting","name":"John Belushi","popularity":23.496,"profile_path":"/9VmVattp8htG3GJnkPsPuhVIca2.jpg"},{"adult":false,"gender":2,"id":655,"known_for":[{"adult":false,"backdrop_path":"/a0lfia8tk8ifkrve0Tn8wkISUvs.jpg","genre_ids":[12,14,28],"id":120,"media_type":"movie","original_language":"en","original_title":"The Lord of the Rings: The Fellowship of the Ring","overview":"Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed.","poster_path":"/6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg","release_date":"2001-12-18","title":"The Lord of the Rings: The Fellowship of the Ring","video":false,"vote_average":8.4,"vote_count":21319},{"adult":false,"backdrop_path":"/pm0RiwNpSja8gR0BTWpxo5a9Bbl.jpg","genre_ids":[12,14,28],"id":122,"media_type":"movie","original_language":"en","original_title":"The Lord of the Rings: The Return of the King","overview":"Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam take the ring closer to the heart of Mordor, the dark lord's realm.","poster_path":"/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg","release_date":"2003-12-01","title":"The Lord of the Rings: The Return of the King","video":false,"vote_average":8.5,"vote_count":19977},{"adult":false,"backdrop_path":"/7tNTPZMb13W0AhkcuoL6myRrNRr.jpg","genre_ids":[12,14,28],"id":121,"media_type":"movie","original_language":"en","original_title":"The Lord of the Rings: The Two Towers","overview":"Frodo and Sam are trekking to Mordor to destroy the One Ring of Power while Gimli, Legolas and Aragorn search for the orc-captured Merry and Pippin. All along, nefarious wizard Saruman awaits the Fellowship members at the Orthanc Tower in Isengard.","poster_path":"/5VTN0pR8gcqV3EPUHHfMGnJYN9L.jpg","release_date":"2002-12-18","title":"The Lord of the Rings: The Two Towers","video":false,"vote_average":8.4,"vote_count":18472}],"known_for_department":"Acting","name":"John Rhys-Davies","popularity":23.1,"profile_path":"/bfn4WvhGo2QKYtv5ynk7tKu7NnL.jpg"},{"adult":false,"gender":2,"id":68842,"known_for":[{"adult":false,"backdrop_path":"/DztBnZaqmla2sGUW9s8AyOmskT.jpg","genre_ids":[18],"id":14,"media_type":"movie","original_language":"en","original_title":"American Beauty","overview":"Lester Burnham, a depressed suburban father in a mid-life crisis, decides to turn his hectic life around after developing an infatuation with his daughter's attractive friend.","poster_path":"/wby9315QzVKdW9BonAefg8jGTTb.jpg","release_date":"1999-09-15","title":"American Beauty","video":false,"vote_average":8,"vote_count":10414},{"adult":false,"backdrop_path":"/q7M0JpPixbEYT8EhnI7wTEMONxz.jpg","genre_ids":[878,28,12],"id":13475,"media_type":"movie","original_language":"en","original_title":"Star Trek","overview":"The fate of the galaxy rests in the hands of bitter rivals. One, James Kirk, is a delinquent, thrill-seeking Iowa farm boy. The other, Spock, a Vulcan, was raised in a logic-based society that rejects all emotion. As fiery instinct clashes with calm reason, their unlikely but powerful partnership is the only thing capable of leading their crew through unimaginable danger, boldly going where no one has gone before. The human adventure has begun again.","poster_path":"/9vaRPXj44Q2meHgt3VVfQufiHOJ.jpg","release_date":"2009-05-06","title":"Star Trek","video":false,"vote_average":7.4,"vote_count":8763},{"backdrop_path":"/7J5d7K4JBDZ4IDODNX3THLggtM5.jpg","first_air_date":"2005-03-27","genre_ids":[18],"id":1416,"media_type":"tv","name":"Grey's Anatomy","origin_country":["US"],"original_language":"en","original_name":"Grey's Anatomy","overview":"Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.","poster_path":"/zPIug5giU8oug6Xes5K1sTfQJxY.jpg","vote_average":8.3,"vote_count":8265}],"known_for_department":"Acting","name":"John Cho","popularity":21.421,"profile_path":"/5rg7nhrZnv9fIqnB2V43mCqnKgL.jpg"},{"adult":false,"gender":2,"id":56446,"known_for":[{"adult":false,"backdrop_path":"/jlGmlFOcfo8n5tURmhC7YVd4Iyy.jpg","genre_ids":[28,35,12],"id":436969,"media_type":"movie","original_language":"en","original_title":"The Suicide Squad","overview":"Supervillains Harley Quinn, Bloodsport, Peacemaker and a collection of nutty cons at Belle Reve prison join the super-secret, super-shady Task Force X as they are dropped off at the remote, enemy-infused island of Corto Maltese.","poster_path":"/kb4s0ML0iVZlG6wAKbbs9NAm6X.jpg","release_date":"2021-07-28","title":"The Suicide Squad","video":false,"vote_average":7.6,"vote_count":6469},{"adult":false,"backdrop_path":"/fWjcUTKOKsAPK4VUAzEQW4kN4K6.jpg","genre_ids":[28,80,53],"id":385128,"media_type":"movie","original_language":"en","original_title":"F9","overview":"Dominic Toretto and his crew battle the most skilled assassin and high-performance driver they've ever encountered: his forsaken brother.","poster_path":"/bOFaAXmWWXC3Rbv4u4uM9ZSzRXP.jpg","release_date":"2021-05-19","title":"F9","video":false,"vote_average":7.2,"vote_count":5587},{"adult":false,"backdrop_path":"/17nDJQsGVim6oows2TlN98UacbO.jpg","genre_ids":[28,12,878],"id":424783,"media_type":"movie","original_language":"en","original_title":"Bumblebee","overview":"On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.","poster_path":"/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg","release_date":"2018-12-15","title":"Bumblebee","video":false,"vote_average":6.7,"vote_count":5089}],"known_for_department":"Acting","name":"John Cena","popularity":20.423,"profile_path":"/3xKC4ByuHIStXV4kTrbCCF8cozt.jpg"},{"adult":false,"gender":2,"id":4764,"known_for":[{"adult":false,"backdrop_path":"/2UFxrUHVuSK3Tth7DvQQlF4mGTd.jpg","genre_ids":[28,878,12],"id":118340,"media_type":"movie","original_language":"en","original_title":"Guardians of the Galaxy","overview":"Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.","poster_path":"/r7vmZjiyZw9rpJMQJdXpjgiCOk9.jpg","release_date":"2014-07-30","title":"Guardians of the Galaxy","video":false,"vote_average":7.9,"vote_count":24780},{"adult":false,"backdrop_path":"/ziC23LkMYj8gToQQYQGWSGJCLNF.jpg","genre_ids":[10751,16,35,12],"id":82690,"media_type":"movie","original_language":"en","original_title":"Wreck-It Ralph","overview":"Wreck-It Ralph is the 9-foot-tall, 643-pound villain of an arcade video game named Fix-It Felix Jr., in which the game's titular hero fixes buildings that Ralph destroys. Wanting to prove he can be a good guy and not just a villain, Ralph escapes his game and lands in Hero's Duty, a first-person shooter where he helps the game's hero battle against alien invaders. He later enters Sugar Rush, a kart racing game set on tracks made of candies, cookies and other sweets. There, Ralph meets Vanellope von Schweetz who has learned that her game is faced with a dire threat that could affect the entire arcade, and one that Ralph may have inadvertently started.","poster_path":"/zWoIgZ7mgmPkaZjG0102BSKFIqQ.jpg","release_date":"2012-01-01","title":"Wreck-It Ralph","video":false,"vote_average":7.3,"vote_count":10804},{"adult":false,"backdrop_path":"/nVodCGKYLpqNC8YwQAbivKlWCgZ.jpg","genre_ids":[28,12,14],"id":293167,"media_type":"movie","original_language":"en","original_title":"Kong: Skull Island","overview":"Explore the mysterious and dangerous home of the king of the apes as a team of explorers ventures deep inside the treacherous, primordial island.","poster_path":"/r2517Vz9EhDhj88qwbDVj8DCRZN.jpg","release_date":"2017-03-08","title":"Kong: Skull Island","video":false,"vote_average":6.5,"vote_count":9070}],"known_for_department":"Acting","name":"John C. Reilly","popularity":31.067,"profile_path":"/iDQ8w4qcxU3le5ZWoCKpHs1QNok.jpg"},{"adult":false,"gender":2,"id":5049,"known_for":[{"adult":false,"backdrop_path":"/5jkE2SzR5uR2egEb1rRhF22JyWN.jpg","genre_ids":[12,14],"id":671,"media_type":"movie","original_language":"en","original_title":"Harry Potter and the Philosopher's Stone","overview":"Harry Potter has lived under the stairs at his aunt and uncle's house his whole life. But on his 11th birthday, he learns he's a powerful wizard—with a place waiting for him at the Hogwarts School of Witchcraft and Wizardry. As he learns to harness his newfound powers with the help of the school's kindly headmaster, Harry uncovers the truth about his parents' deaths—and about the villain who's to blame.","poster_path":"/wuMc08IPKEatf9rnMNXvIDxqP4W.jpg","release_date":"2001-11-16","title":"Harry Potter and the Philosopher's Stone","video":false,"vote_average":7.9,"vote_count":23060},{"adult":false,"backdrop_path":"/n5A7brJCjejceZmHyujwUTVgQNC.jpg","genre_ids":[14,12],"id":12445,"media_type":"movie","original_language":"en","original_title":"Harry Potter and the Deathly Hallows: Part 2","overview":"Harry, Ron and Hermione continue their quest to vanquish the evil Voldemort once and for all. Just as things begin to look hopeless for the young wizards, Harry discovers a trio of magical objects that endow him with powers to rival Voldemort's formidable skills.","poster_path":"/c54HpQmuwXjHq2C9wmoACjxoom3.jpg","release_date":"2011-07-07","title":"Harry Potter and the Deathly Hallows: Part 2","video":false,"vote_average":8.1,"vote_count":17583},{"adult":false,"backdrop_path":"/fXRXpzxUApE3OuXhIqsdavQjCVa.jpg","genre_ids":[12,14],"id":12444,"media_type":"movie","original_language":"en","original_title":"Harry Potter and the Deathly Hallows: Part 1","overview":"Harry, Ron and Hermione walk away from their last year at Hogwarts to find and destroy the remaining Horcruxes, putting an end to Voldemort's bid for immortality. But with Harry's beloved Dumbledore dead and Voldemort's unscrupulous Death Eaters on the loose, the world is more dangerous than ever.","poster_path":"/iGoXIpQb7Pot00EEdwpwPajheZ5.jpg","release_date":"2010-10-17","title":"Harry Potter and the Deathly Hallows: Part 1","video":false,"vote_average":7.8,"vote_count":16314}],"known_for_department":"Acting","name":"John Hurt","popularity":19.361,"profile_path":"/wGDGhBOggA8I2ktgc1QoHABEF0m.jpg"},{"adult":false,"gender":2,"id":12074,"known_for":[{"adult":false,"backdrop_path":"/pbrkL804c8yAv3zBZR4QPEafpAR.jpg","genre_ids":[12,18,878],"id":157336,"media_type":"movie","original_language":"en","original_title":"Interstellar","overview":"The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.","poster_path":"/gEU2QniE6E77NI6lCU6MxlNBvIx.jpg","release_date":"2014-11-05","title":"Interstellar","video":false,"vote_average":8.4,"vote_count":29118},{"adult":false,"backdrop_path":"/sRvXNDItGlWCqtO3j6wks52FmbD.jpg","genre_ids":[16,35,14,12,10751],"id":808,"media_type":"movie","original_language":"en","original_title":"Shrek","overview":"It ain't easy bein' green -- especially if you're a likable (albeit smelly) ogre named Shrek. On a mission to retrieve a gorgeous princess from the clutches of a fire-breathing dragon, Shrek teams up with an unlikely compatriot -- a wisecracking donkey.","poster_path":"/iB64vpL3dIObOtMZgX3RqdVdQDc.jpg","release_date":"2001-05-18","title":"Shrek","video":false,"vote_average":7.7,"vote_count":14180},{"adult":false,"backdrop_path":"/v7JTQy194gRbljdlK4OJhwnOypQ.jpg","genre_ids":[53,28,18,878],"id":61791,"media_type":"movie","original_language":"en","original_title":"Rise of the Planet of the Apes","overview":"A highly intelligent chimpanzee named Caeser has been living a peaceful suburban life ever since he was born. But when he gets taken to a cruel primate facility, Caeser decides to revolt against those who have harmed him.","poster_path":"/cjLsuP75UDlRdJVMXzXg3TJ4umX.jpg","release_date":"2011-08-03","title":"Rise of the Planet of the Apes","video":false,"vote_average":7.3,"vote_count":10066}],"known_for_department":"Acting","name":"John Lithgow","popularity":19.296,"profile_path":"/eNPYHaQz3QCl4ebhJyHdI3KGe6F.jpg"},{"adult":false,"gender":2,"id":74427,"known_for":[{"backdrop_path":"/6Ys6koNajP5ld9EIMfOSQrRquki.jpg","first_air_date":"2017-09-25","genre_ids":[18],"id":71712,"media_type":"tv","name":"The Good Doctor","origin_country":["US"],"original_language":"en","original_name":"The Good Doctor","overview":"Shaun Murphy, a young surgeon with autism and savant syndrome, relocates from a quiet country life to join a prestigious hospital's surgical unit. Unable to personally connect with those around him, Shaun uses his extraordinary medical gifts to save lives and challenge the skepticism of his colleagues.","poster_path":"/cXUqtadGsIcZDWUTrfnbDjAy8eN.jpg","vote_average":8.5,"vote_count":10736},{"backdrop_path":"/rJFqKcmMSttdNP58l0dVzY2NcTA.jpg","first_air_date":"2008-09-23","genre_ids":[80,18,9648],"id":5920,"media_type":"tv","name":"The Mentalist","origin_country":["US"],"original_language":"en","original_name":"The Mentalist","overview":"Patrick Jane, a former celebrity psychic medium, uses his razor sharp skills of observation and expertise at \"reading\" people to solve serious crimes with the California Bureau of Investigation.","poster_path":"/acYXu4KaDj1NIkMgObnhe4C4a0T.jpg","vote_average":8.4,"vote_count":2845},{"backdrop_path":"/sABDsMQOJyf6SCqnX1EnukF8aAq.jpg","first_air_date":"2008-09-03","genre_ids":[80,18],"id":1409,"media_type":"tv","name":"Sons of Anarchy","origin_country":["US"],"original_language":"en","original_name":"Sons of Anarchy","overview":"An adrenalized drama with darkly comedic undertones that explores a notorious outlaw motorcycle club’s (MC) desire to protect its livelihood while ensuring that their simple, sheltered town of Charming, California remains exactly that, charming. The MC must confront threats from drug dealers, corporate developers, and overzealous law officers. Behind the MC’s familial lifestyle and legally thriving automotive shop is a ruthless and illegal arms business driven by the seduction of money, power, and blood.","poster_path":"/1aiPRnDkSjRXepxG20xzrzU28F1.jpg","vote_average":8.4,"vote_count":2130}],"known_for_department":"Acting","name":"John Hensley","popularity":22.443,"profile_path":"/9iKjAq8aTnHxW4LBPAUnRtwBurY.jpg"},{"adult":false,"gender":2,"id":8930,"known_for":[{"adult":false,"backdrop_path":"/5jkE2SzR5uR2egEb1rRhF22JyWN.jpg","genre_ids":[12,14],"id":671,"media_type":"movie","original_language":"en","original_title":"Harry Potter and the Philosopher's Stone","overview":"Harry Potter has lived under the stairs at his aunt and uncle's house his whole life. But on his 11th birthday, he learns he's a powerful wizard—with a place waiting for him at the Hogwarts School of Witchcraft and Wizardry. As he learns to harness his newfound powers with the help of the school's kindly headmaster, Harry uncovers the truth about his parents' deaths—and about the villain who's to blame.","poster_path":"/wuMc08IPKEatf9rnMNXvIDxqP4W.jpg","release_date":"2001-11-16","title":"Harry Potter and the Philosopher's Stone","video":false,"vote_average":7.9,"vote_count":23047},{"adult":false,"backdrop_path":"/1stUIsjawROZxjiCMtqqXqgfZWC.jpg","genre_ids":[12,14],"id":672,"media_type":"movie","original_language":"en","original_title":"Harry Potter and the Chamber of Secrets","overview":"Cars fly, trees fight back, and a mysterious house-elf comes to warn Harry Potter at the start of his second year at Hogwarts. Adventure and danger await when bloody writing on a wall announces: The Chamber Of Secrets Has Been Opened. To save Hogwarts will require all of Harry, Ron and Hermione’s magical abilities and courage.","poster_path":"/sdEOH0992YZ0QSxgXNIGLq1ToUi.jpg","release_date":"2002-11-13","title":"Harry Potter and the Chamber of Secrets","video":false,"vote_average":7.7,"vote_count":18573},{"adult":false,"backdrop_path":"/g1EsYgp8GbdztpodCCa2n7xxc5S.jpg","genre_ids":[16,10751,35,14,12],"id":809,"media_type":"movie","original_language":"en","original_title":"Shrek 2","overview":"Shrek, Fiona and Donkey set off to Far, Far Away to meet Fiona's mother and father. But not everyone is happy. Shrek and the King find it hard to get along, and there's tension in the marriage. The fairy godmother discovers that Shrek has married Fiona instead of her Son Prince Charming and sets about destroying their marriage.","poster_path":"/2yYP0PQjG8zVqturh1BAqu2Tixl.jpg","release_date":"2004-05-19","title":"Shrek 2","video":false,"vote_average":7.2,"vote_count":10171}],"known_for_department":"Acting","name":"John Cleese","popularity":21.241,"profile_path":"/nQpBf77cStmR35V0XOinm2zZMWG.jpg"},{"adult":false,"gender":2,"id":6949,"known_for":[{"adult":false,"backdrop_path":"/pDKFL1zcHzEpmz4MJA5JJnRbJeD.jpg","genre_ids":[53,18,878],"id":405774,"media_type":"movie","original_language":"en","original_title":"Bird Box","overview":"Five years after an ominous unseen presence drives most of society to suicide, a survivor and her two children make a desperate bid to reach safety.","poster_path":"/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg","release_date":"2018-12-13","title":"Bird Box","video":false,"vote_average":6.9,"vote_count":8479},{"adult":false,"backdrop_path":"/h3js4rulxzKMOokM2oO5Kr0mBZU.jpg","genre_ids":[28,878,12],"id":38356,"media_type":"movie","original_language":"en","original_title":"Transformers: Dark of the Moon","overview":"The Autobots continue to work for NEST, now no longer in secret. But after discovering a strange artifact during a mission in Chernobyl, it becomes apparent to Optimus Prime that the United States government has been less than forthright with them.","poster_path":"/28YlCLrFhONteYSs9hKjD1Km0Cj.jpg","release_date":"2011-06-28","title":"Transformers: Dark of the Moon","video":false,"vote_average":6.1,"vote_count":7083},{"adult":false,"backdrop_path":"/ap9vLUV5kAuCnTUIKQB3cblfgqW.jpg","genre_ids":[28,12,35,80,53],"id":39514,"media_type":"movie","original_language":"en","original_title":"RED","overview":"When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.","poster_path":"/jKntKE55uQTk38NwvkOMbxclBUT.jpg","release_date":"2010-10-13","title":"RED","video":false,"vote_average":6.7,"vote_count":5791}],"known_for_department":"Acting","name":"John Malkovich","popularity":18.956,"profile_path":"/f0iIDIG986W2ddMrCjdnIV4lVEA.jpg"},{"adult":false,"gender":2,"id":5247,"known_for":[{"adult":false,"backdrop_path":"/qqHQsStV6exghCM7zbObuYBiYxw.jpg","genre_ids":[18],"id":389,"media_type":"movie","original_language":"en","original_title":"12 Angry Men","overview":"The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.","poster_path":"/ppd84D2i9W8jXmsyInGyihiSyqz.jpg","release_date":"1957-04-10","title":"12 Angry Men","video":false,"vote_average":8.5,"vote_count":6592},{"adult":false,"backdrop_path":"/8bOXV3d9aeaXzjUnmV7L2gNYxul.jpg","genre_ids":[12,16,35,10751,14],"id":11688,"media_type":"movie","original_language":"en","original_title":"The Emperor's New Groove","overview":"Kuzco is a self-centered emperor who summons Pacha from a village and to tell him that his home will be destroyed to make room for Kuzco's new summer home. Kuzco's advisor, Yzma, tries to poison Kuzco and accidentally turns him into a llama, who accidentally ends up in Pacha's village. Pacha offers to help Kuzco if he doesn't destroy his house, and so they form an unlikely partnership.","poster_path":"/wwbgkXQBEKtnyIJapk6gUgWkVw8.jpg","release_date":"2000-12-15","title":"The Emperor's New Groove","video":false,"vote_average":7.5,"vote_count":5577},{"adult":false,"backdrop_path":"/d455zyZOL6OUIstwMBho534uUSG.jpg","genre_ids":[16,10751],"id":11886,"media_type":"movie","original_language":"en","original_title":"Robin Hood","overview":"With King Richard off to the Crusades, Prince John and his slithering minion, Sir Hiss, set about taxing Nottingham's citizens with support from the corrupt sheriff - and staunch opposition by the wily Robin Hood and his band of merry men.","poster_path":"/1S6oozh9D78aHEc5Z3C9nbGDuVv.jpg","release_date":"1973-11-08","title":"Robin Hood","video":false,"vote_average":7.3,"vote_count":3713}],"known_for_department":"Acting","name":"John Fiedler","popularity":17.942,"profile_path":"/6vfLLGeGuO6Ko0VRnyhgE2v6RUu.jpg"},{"adult":false,"gender":2,"id":7304,"known_for":[{"adult":false,"backdrop_path":"/eeAcIyIHOJwulGIHW1UfRo2s0TC.jpg","genre_ids":[27,18,53],"id":539,"media_type":"movie","original_language":"en","original_title":"Psycho","overview":"When larcenous real estate clerk Marion Crane goes on the lam with a wad of cash and hopes of starting a new life, she ends up at the notorious Bates Motel, where manager Norman Bates cares for his housebound mother.","poster_path":"/4wZ4Hk7K5kOIPpmUdk2DKHfVeW6.jpg","release_date":"1960-06-22","title":"Psycho","video":false,"vote_average":8.4,"vote_count":8338},{"adult":false,"backdrop_path":"/qqHQsStV6exghCM7zbObuYBiYxw.jpg","genre_ids":[18],"id":389,"media_type":"movie","original_language":"en","original_title":"12 Angry Men","overview":"The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.","poster_path":"/ppd84D2i9W8jXmsyInGyihiSyqz.jpg","release_date":"1957-04-10","title":"12 Angry Men","video":false,"vote_average":8.5,"vote_count":6592},{"adult":false,"backdrop_path":"/kJaisj9uNIzjHum6XM9HD9yI8vu.jpg","genre_ids":[36,10752,18,12],"id":967,"media_type":"movie","original_language":"en","original_title":"Spartacus","overview":"The rebellious Thracian Spartacus, born and raised a slave, is sold to Gladiator trainer Batiatus. After weeks of being trained to kill for the arena, Spartacus turns on his owners and leads the other slaves in rebellion. As the rebels move from town to town, their numbers swell as escaped slaves join their ranks. Under the leadership of Spartacus, they make their way to southern Italy, where they will cross the sea and return to their homes.","poster_path":"/prdCmV8GkDLpguwoxBQczFAwvci.jpg","release_date":"1960-10-13","title":"Spartacus","video":false,"vote_average":7.5,"vote_count":1701}],"known_for_department":"Acting","name":"John Gavin","popularity":16.147,"profile_path":"/5zgJoiBHK9Y3AfiE1OAPZqPvzVw.jpg"}],"total_pages":500,"total_results":10000}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search for movies.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 74c5c253-de97-43e4-87c9-e6e464f5f18c |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:31 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 8f4ETC-OsTB3vhHlaJ3sNi0lkjL2t-XRncYE6jdBlIG0yg7JlhlQdg== |
| Age | 479 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/7eFRxrUpEmXSRaQnSEum3hjmu9c.jpg","genre_ids":[16,10751,28,878],"id":16234,"original_language":"en","original_title":"Batman Beyond: Return of the Joker","overview":"The Joker is back with a vengeance, and Gotham's newest Dark Knight, Terry McGinnis, needs answers as he stands alone to face Gotham's most infamous Clown Prince of Crime.","popularity":25.363,"poster_path":"/cY30YkhK84E18ROghF4osi67EYT.jpg","release_date":"2000-12-12","title":"Batman Beyond: Return of the Joker","video":false,"vote_average":7.3,"vote_count":791}],"total_pages":1,"total_results":1}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search multiple models in a single request. Multi search currently supports searching for movies, tv shows and people in a single request.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ceb63c97-827d-4a4a-a023-4bfc61bdedb5 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:32 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Z6auyF-s3r9xHsin3fv3-3tBRYNDC-t8oBkK7Xdyj_fKb1MaFdnOgw== |
| Age | 479 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/tRS6jvPM9qPrrnx2KRp3ew96Yot.jpg","genre_ids":[80,9648,53],"id":414906,"media_type":"movie","original_language":"en","original_title":"The Batman","overview":"In his second year of fighting crime, Batman uncovers corruption in Gotham City that connects to his own family while facing a serial killer known as the Riddler.","popularity":784.241,"poster_path":"/74xTEgt7R36Fpooo50r9T25onhq.jpg","release_date":"2022-03-01","title":"The Batman","video":false,"vote_average":7.8,"vote_count":5890},{"adult":false,"backdrop_path":"/2va32apQP97gvUxaMnL5wYt4CRB.jpg","genre_ids":[14,28,80],"id":268,"media_type":"movie","original_language":"en","original_title":"Batman","overview":"Batman must face his most ruthless nemesis when a deformed madman calling himself \"The Joker\" seizes control of Gotham's criminal underworld.","popularity":43.854,"poster_path":"/kbeWnmnHNEnuVej6wcjUv0eY6IL.jpg","release_date":"1989-06-23","title":"Batman","video":false,"vote_average":7.2,"vote_count":6434},{"backdrop_path":"/gpJZiTvklr5JN0mzpQwl99peQD7.jpg","first_air_date":"1966-01-12","genre_ids":[10765,35,10759],"id":2287,"media_type":"tv","name":"Batman","origin_country":["US"],"original_language":"en","original_name":"Batman","overview":"Wealthy entrepreneur Bruce Wayne and his ward Dick Grayson lead a double life: they are actually crime fighting duo Batman and Robin. A secret Batpole in the Wayne mansion leads to the Batcave, where Police Commissioner Gordon often calls with the latest emergency threatening Gotham City. Racing to the scene of the crime in the Batmobile, Batman and Robin must (with the help of their trusty Bat-utility-belt) thwart the efforts of a variety of master criminals, including The Riddler, The Joker, Catwoman, and The Penguin.","popularity":55.971,"poster_path":"/1ZEJuuDh0Zpi5ELM3Zev0GBhQ3R.jpg","vote_average":7.5,"vote_count":393},{"adult":false,"backdrop_path":"/hQrHN6WXERVw6XUMpfCgLfvrh5V.jpg","genre_ids":[28,80,18],"id":272,"media_type":"movie","original_language":"en","original_title":"Batman Begins","overview":"Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.","popularity":48.463,"poster_path":"/4MpN4kIEqUjW8OPtOQJXlTdHiJV.jpg","release_date":"2005-06-10","title":"Batman Begins","video":false,"vote_average":7.7,"vote_count":18021},{"adult":false,"backdrop_path":"/fsJgRuXzNnnXk5IVwVbBPdavaNX.jpg","genre_ids":[28,14],"id":364,"media_type":"movie","original_language":"en","original_title":"Batman Returns","overview":"While Batman deals with a deformed man calling himself the Penguin, an employee of a corrupt businessman transforms into the Catwoman.","popularity":38.226,"poster_path":"/jKBjeXM7iBBV9UkUcOXx3m7FSHY.jpg","release_date":"1992-06-19","title":"Batman Returns","video":false,"vote_average":6.9,"vote_count":5371},{"backdrop_path":"/loFOim1ix4COcHGOoilftN2Zeb0.jpg","first_air_date":"2004-09-11","genre_ids":[16,10765,9648,10759],"id":2022,"media_type":"tv","name":"The Batman","origin_country":["US"],"original_language":"en","original_name":"The Batman","overview":"Bruce Wayne, The Batman -- billionaire by day, crime fighter by night -- joined on occasion by Robin and Batgirl.","popularity":51.43,"poster_path":"/t5mbrd79o89pYB8OQ4QPFNkIRPm.jpg","vote_average":7.8,"vote_count":337},{"adult":false,"backdrop_path":"/snlu32RmjldF9b068UURJg8sQtn.jpg","genre_ids":[28,80,14],"id":414,"media_type":"movie","original_language":"en","original_title":"Batman Forever","overview":"Batman must battle a disfigured district attorney and a disgruntled former employee with help from an amorous psychologist and a young circus acrobat.","popularity":36.731,"poster_path":"/mzzNBVwTiiY94xAXDMWJpNPW2US.jpg","release_date":"1995-06-16","title":"Batman Forever","video":false,"vote_average":5.4,"vote_count":4373},{"adult":false,"backdrop_path":"/eevJuYAitUe6VwFN29aFwzeyeTr.jpg","genre_ids":[28,16,80,9648],"id":537056,"media_type":"movie","original_language":"en","original_title":"Batman: Hush","overview":"A mysterious new villain known only as Hush uses a gallery of villains to destroy Batman's crime-fighting career as well as Bruce Wayne's personal life, which has been further complicated by a relationship with Selina Kyle/Catwoman.","popularity":25.441,"poster_path":"/eiVQORVyVuNNZHPAELuWtlXoQsD.jpg","release_date":"2019-07-19","title":"Batman: Hush","video":false,"vote_average":7.3,"vote_count":665},{"adult":false,"backdrop_path":"/kU7ZiyeUwcpTkYj3UcxSqGdZmxY.jpg","genre_ids":[16,28],"id":618353,"media_type":"movie","original_language":"en","original_title":"Batman: Death in the Family","overview":"Tragedy strikes the Batman's life again when Robin Jason Todd tracks down his birth mother only to run afoul of the Joker. An adaptation of the 1988 comic book storyline of the same name.","popularity":72.462,"poster_path":"/k8Q9ulyRE8fkvZMkAM9LPYMKctb.jpg","release_date":"2020-10-13","title":"Batman: Death in the Family","video":false,"vote_average":7.3,"vote_count":342},{"adult":false,"backdrop_path":"/m4UT6yKXhXgbzxpeV35L4jLoJoP.jpg","genre_ids":[878,28,12,35],"id":415,"media_type":"movie","original_language":"en","original_title":"Batman & Robin","overview":"Batman and Robin deal with relationship issues while preventing Mr. Freeze and Poison Ivy from attacking Gotham City.","popularity":34.751,"poster_path":"/cGRDufDDSrFrv7VI4YnmWnslne0.jpg","release_date":"1997-06-20","title":"Batman & Robin","video":false,"vote_average":4.3,"vote_count":4248},{"backdrop_path":"/4G1JEUOmrv0l0H1OjnO2GfWBu7b.jpg","first_air_date":"1999-01-10","genre_ids":[16,10759,9648],"id":513,"media_type":"tv","name":"Batman Beyond","origin_country":["US"],"original_language":"en","original_name":"Batman Beyond","overview":"As new villains overrun Gotham City of the future, the aging Bruce Wayne hangs up the cape of the once invincible Batman. But when troubled teenager Terry McGinnis stumbles upon the Dark Knight's secret, a new alliance is forged. And a triumphant new Batman is born.","popularity":42.537,"poster_path":"/l1uj2DO6DyJzTmQS3i8SZZtYs0s.jpg","vote_average":8.2,"vote_count":410},{"adult":false,"backdrop_path":"/doiUtOHzcxXFl0GVQ2n8Ay6Pirx.jpg","genre_ids":[28,12,14],"id":209112,"media_type":"movie","original_language":"en","original_title":"Batman v Superman: Dawn of Justice","overview":"Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.","popularity":92.877,"poster_path":"/5UsK3grJvtQrtzEgqNlDljJW96w.jpg","release_date":"2016-03-23","title":"Batman v Superman: Dawn of Justice","video":false,"vote_average":5.9,"vote_count":16055},{"backdrop_path":"/pgmFKef8cqDwxoEShHYjPmYNLsi.jpg","first_air_date":"1992-09-05","genre_ids":[10759,16,18,9648],"id":2098,"media_type":"tv","name":"Batman: The Animated Series","origin_country":["US"],"original_language":"en","original_name":"Batman: The Animated Series","overview":"Vowing to avenge the murder of his parents, Bruce Wayne devotes his life to wiping out crime in Gotham City as the masked vigilante \"Batman\".","popularity":64.55,"poster_path":"/lBomQFW1vlm1yUYMNSbFZ45R4Ox.jpg","vote_average":8.5,"vote_count":1191},{"adult":false,"backdrop_path":"/nwfpBjtMNFwrGjW2o9HBhMEYCpM.jpg","genre_ids":[878,28,16],"id":366924,"media_type":"movie","original_language":"en","original_title":"Batman: Bad Blood","overview":"Bruce Wayne is missing. Alfred covers for him while Nightwing and Robin patrol Gotham City in his stead and a new player, Batwoman, investigates Batman's disappearance.","popularity":26.577,"poster_path":"/1UmPJWfaivtNjsScJqcsbsQRGNY.jpg","release_date":"2016-08-04","title":"Batman: Bad Blood","video":false,"vote_average":7.2,"vote_count":610},{"adult":false,"backdrop_path":"/4p9MrndEp154yxknw0WOwr3VaVq.jpg","genre_ids":[16,28,35,10751],"id":324849,"media_type":"movie","original_language":"en","original_title":"The Lego Batman Movie","overview":"A cooler-than-ever Bruce Wayne must deal with the usual suspects as they plan to rule Gotham City, while discovering that he has accidentally adopted a teenage orphan who wishes to become his sidekick.","popularity":43.103,"poster_path":"/snGwr2gag4Fcgx2OGmH9otl6ofW.jpg","release_date":"2017-02-08","title":"The Lego Batman Movie","video":false,"vote_average":7.2,"vote_count":4207},{"adult":false,"backdrop_path":"/otumLIRpsQqy4gROSGQ8LjxHGsL.jpg","genre_ids":[878,28,12,16,10751],"id":45162,"media_type":"movie","original_language":"en","original_title":"Superman/Batman: Apocalypse","overview":"Batman discovers a mysterious teen-aged girl with superhuman powers and a connection to Superman. When the girl comes to the attention of Darkseid, the evil overlord of Apokolips, events take a decidedly dangerous turn.","popularity":29.785,"poster_path":"/d7gHmsA2o5Z1MhcuspMyOSO48KB.jpg","release_date":"2010-09-28","title":"Superman/Batman: Apocalypse","video":false,"vote_average":7.2,"vote_count":550},{"adult":false,"backdrop_path":"/ofC1u2mYUWdZI3RxLW4dBvh9Q39.jpg","genre_ids":[28,16,80,18],"id":382322,"media_type":"movie","original_language":"en","original_title":"Batman: The Killing Joke","overview":"As Batman hunts for the escaped Joker, the Clown Prince of Crime attacks the Gordon family to prove a diabolical point mirroring his own fall into madness.","popularity":32.109,"poster_path":"/nxncAAL1FUKtQWs4uhs5jf1MVut.jpg","release_date":"2016-07-24","title":"Batman: The Killing Joke","video":false,"vote_average":6.6,"vote_count":1513},{"adult":false,"backdrop_path":"/j14Z0pP7tpuHZlVBSuUL7tq2SGb.jpg","genre_ids":[16,9648,28,80],"id":736074,"media_type":"movie","original_language":"en","original_title":"Batman: The Long Halloween, Part Two","overview":"As Gotham City's young vigilante, the Batman, struggles to pursue a brutal serial killer, district attorney Harvey Dent gets caught in a feud involving the criminal family of the Falcones.","popularity":61.14,"poster_path":"/5X1n5q08mZ7NpNpxehMFODxfNYq.jpg","release_date":"2021-07-26","title":"Batman: The Long Halloween, Part Two","video":false,"vote_average":7.6,"vote_count":354},{"adult":false,"backdrop_path":"/uS9apevOgs2fuYghf9szOoK1u63.jpg","genre_ids":[16,9648,28,80],"id":736073,"media_type":"movie","original_language":"en","original_title":"Batman: The Long Halloween, Part One","overview":"Following a brutal series of murders taking place on Halloween, Thanksgiving, and Christmas, Gotham City's young vigilante known as the Batman sets out to pursue the mysterious serial killer alongside police officer James Gordon and district attorney Harvey Dent.","popularity":58.108,"poster_path":"/sR7gppb0YGjwLvE6Vnj6wYv5MnW.jpg","release_date":"2021-06-21","title":"Batman: The Long Halloween, Part One","video":false,"vote_average":7.6,"vote_count":417},{"adult":false,"backdrop_path":"/3xnfbtgJmVotajqM57iKib3ftnT.jpg","genre_ids":[878,80,28,16,9648],"id":40662,"media_type":"movie","original_language":"en","original_title":"Batman: Under the Red Hood","overview":"One part vigilante, one part criminal kingpin, Red Hood begins cleaning up Gotham with the efficiency of Batman, but without following the same ethical code.","popularity":39.025,"poster_path":"/dEujs48u3n4cmh15ITtHHDFxSaS.jpg","release_date":"2010-07-27","title":"Batman: Under the Red Hood","video":false,"vote_average":7.8,"vote_count":1308}],"total_pages":9,"total_results":175}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search for collections.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 638ca54e-335b-46ea-919d-31dfa98ac18e |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:16 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 144a6dfcc3913d15dc033538adbf76cd88cd12d2 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 21600 |
| ETag | W/"e69cbe456468349974eafc2ea0909df1" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 0IxZVlwucRkoIV6234o3ISDRMKERSLDrKHCZ9mFhk--QmXFIEDTLdg== |
| Age | 8955 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg","id":131296,"name":"Thor Collection","original_language":"en","original_name":"Thor Collection","overview":"A superhero film series based on the comic book character of the same name published by Marvel Comics, and part of the Marvel Cinematic Universe (MCU) film series. The series centers on Thor, the crown prince of Asgard.","poster_path":"/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg"},{"adult":false,"backdrop_path":null,"id":729425,"name":"Team Thor Collection","original_language":"en","original_name":"Team Thor Collection","overview":"A collection of comedic shorts starring characters from the Thor franchise.","poster_path":null}],"total_pages":1,"total_results":2}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Search for a TV show.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 5fad196f-75cb-4e74-9a07-83af849245b2 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:01:32 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=600 |
| Content-Encoding | br |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | JdrIOxqghpZkHZ44J6LxR2rcCLmfOSusqZ7tjEyKZEsS9Rv2VRq2ng== |
| Age | 479 |
{"page":1,"results":[{"backdrop_path":null,"first_air_date":"2005-11-11","genre_ids":[99],"id":117035,"name":"The Lost Evidence","origin_country":[],"original_language":"en","original_name":"The Lost Evidence","overview":"The Lost Evidence is a television program on The History Channel which uses three-dimensional landscapes, reconnaissance photos, eyewitness testimony and documents to reevaluate and recreate key battles of World War II.","popularity":0.6,"poster_path":"/z8SFpbzLCqlUDzjUwUlJK6PJlAL.jpg","vote_average":0,"vote_count":0},{"backdrop_path":null,"first_air_date":"2005-11-18","genre_ids":[99,10768],"id":202935,"name":"Pacific: The Lost Evidence","origin_country":["US"],"original_language":"en","original_name":"Pacific: The Lost Evidence","overview":"Archival aerial images, some lost or forgotten until now, are used to build 3-dimensional views of World War II Pacific battle sites. Including commentary by soldiers who fought in them, we revisit eight key battles of that war: Pearl Harbor, Guadalcanal, Tarawa, Saipan, Guam, Leyte, Iwo Jima, and Okinawa","popularity":0.6,"poster_path":null,"vote_average":0,"vote_count":0},{"backdrop_path":null,"first_air_date":"2005-01-14","genre_ids":[99],"id":15850,"name":"The Lost World of Mitchell & Kenyon","origin_country":["GB"],"original_language":"en","original_name":"The Lost World of Mitchell & Kenyon","overview":"Examines the recent discovery of 800 short films from the Edwardian Age, made by pioneering film-makers Sagar Mitchell and James Kenyon.","popularity":0.6,"poster_path":"/qnGOdQg8G5TIzpYPuyC21M4eVNQ.jpg","vote_average":9,"vote_count":2}],"total_pages":1,"total_results":3}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the rated TV shows for a guest session.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8a6a94a5-638f-4348-8e78-15cd49846eaa |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:31 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"5b333525ff117973180331432dc740b8" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | WSk85WPn5ixUjn4QvUq1OuJiZhewz3frlzia2FlpFomogtjrzovAAw== |
{"page":1,"results":[],"total_pages":0,"total_results":0}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the rated TV episodes for a guest session.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 21cb7a97-e53d-488d-9690-2ec360e2610c |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:32 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"5b333525ff117973180331432dc740b8" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ZYrOMHn__2jHfcZvxBTLq-QGbm-bvCTMtN_S7AVW8Le91Iz92C0TSg== |
{"page":1,"results":[],"total_pages":0,"total_results":0}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the rated movies for a guest session.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0259ac06-07e6-4a77-acb2-ee78fc1b7dbd |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:32 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"5b333525ff117973180331432dc740b8" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ALFmQ7FgL3tFyIUETn3mQQziCa7C2rmav2RIcIr3-8CWcrHqm2kQ0w== |
{"page":1,"results":[],"total_pages":0,"total_results":0}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 7abfbea7-ba3d-4ea0-90fa-60b8972924df |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | 5a8c805cf4c87c799886e944f676f799a2019ef4 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15379 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:10 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"385172832b517578ae01d8ed1c68041a" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | C15pTQNgo-RQ0GHDVMImWFlBHyDMlJpUxV1M_rZWoCFD-B4GYmuKOQ== |
| Age | 28642 |
{"id":225679,"name":"heroes"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the movies that belong to a keyword.
We **highly recommend** using [movie discover](#endpoint:p5NyoR7dM842S8G9j) instead of this method as it is much more flexible.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8022545b-b475-4a3f-9a49-14de73258411 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:10 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | 7e143e585c75b67cee299d8945b0e2d8830f5860 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15842 |
| ETag | W/"9f21b8bd0f2314af179784f62cf32502" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | gjBiA6SujuDv_xUyyqbSrTIt5sBhZ1cr694chanpW-zHS65HJyoSvQ== |
| Age | 28642 |
{"id":225679,"page":1,"results":[{"adult":false,"backdrop_path":"/p1F51Lvj3sMopG948F5HsBbl43C.jpg","genre_ids":[28,12,14],"id":616037,"original_language":"en","original_title":"Thor: Love and Thunder","overview":"After his retirement is interrupted by Gorr the God Butcher, a galactic killer who seeks the extinction of the gods, Thor enlists the help of King Valkyrie, Korg, and ex-girlfriend Jane Foster, who now inexplicably wields Mjolnir as the Mighty Thor. Together they embark upon a harrowing cosmic adventure to uncover the mystery of the God Butcher’s vengeance and stop him before it’s too late.","popularity":6999.193,"poster_path":"/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg","release_date":"2022-07-06","title":"Thor: Love and Thunder","video":false,"vote_average":6.8,"vote_count":1879},{"adult":false,"backdrop_path":"/P4bGyJQF0shAcRku3I2perNUQR.jpg","genre_ids":[28,80],"id":23483,"original_language":"en","original_title":"Kick-Ass","overview":"Dave Lizewski is an unnoticed high school student and comic book fan who one day decides to become a super-hero, even though he has no powers, training or meaningful reason to do so.","popularity":50.995,"poster_path":"/8citjdBmjddZjlPsAHEyCKwGVvD.jpg","release_date":"2010-03-22","title":"Kick-Ass","video":false,"vote_average":7.1,"vote_count":10264},{"adult":false,"backdrop_path":"/ynqYW5DESMFBRtHzfrNL7wI0das.jpg","genre_ids":[28,878,14,10751],"id":441503,"original_language":"id","original_title":"Satria Heroes: Revenge of Darkness","overview":"One year has passed since Satria Garuda Bima-X defeated VUDO and the earth is in peace again. Ray and Rena are rebuilding the Parallel World again. However, new evil forces attack and old enemies rise again to devastate the earth.","popularity":1.4,"poster_path":"/8mocg1apnggZiJLS0cBicaKaMIU.jpg","release_date":"2017-05-04","title":"Satria Heroes Bima-X Revenge Of Darkness","video":false,"vote_average":10,"vote_count":1},{"adult":false,"backdrop_path":"/rtmQHxkH2akVZJ45QzILUrU7IJL.jpg","genre_ids":[99,36,10751],"id":649349,"original_language":"en","original_title":"Searching for Skylab, America's Forgotten Triumph","overview":"The first American space station Skylab is found in pieces scattered in Western Australia. Putting these pieces back together and re-tracing the Skylab program back to its very conception reveals the cornerstone of human space exploration.","popularity":1.138,"poster_path":"/vy0DSvi48U9m1Xx9Uu7URplcIg3.jpg","release_date":"2019-02-08","title":"Searching for Skylab, America's Forgotten Triumph","video":false,"vote_average":7,"vote_count":1},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":753816,"original_language":"en","original_title":"A Pandemic: Away from the Motherland","overview":"As the Pandemic breaks, 5 doctors in the USA treat COVID-19 patients away from their Motherland. An emotional journey of healthcare workers and their families with unfiltered content from their personal lives shot entirely during the lockdown.","popularity":0.617,"poster_path":"/x7xGTvpQkvm06U8noycHT3R4H59.jpg","release_date":"2020-10-10","title":"A Pandemic: Away from the Motherland","video":false,"vote_average":0,"vote_count":0},{"adult":false,"backdrop_path":"/6yUpYFcpkK1OeOSqCDYsJAmUbu9.jpg","genre_ids":[18],"id":479960,"original_language":"es","original_title":"Red de libertad","overview":"France, beginning of World War II. Hélène Studler is a nun who has been dedicated to the care of orphans and the abandoned people. But the times have changed, the people are living a whole revolt, the Germansoldiers have entered their city and the reality that now faces far exceeds the harshness to which they are accustomed: Hélène discovers that near her locality, the Nazis have installed a concentration camp. Along with some people of the city, several of her Sisters Daughters of Charity plot a whole plan to free the captives from their tragic end.","popularity":0.6,"poster_path":"/aXRr6ctZC07qFIDLMGb4x8Yk50A.jpg","release_date":"2017-10-20","title":"The Network of Freedom","video":false,"vote_average":6,"vote_count":2}],"total_pages":1,"total_results":6}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get collection details by id.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| March 16, 2018 | Added the [translations](#endpoint:bhcsxEgRvyk3N7FnD) method. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0fa40841-f127-4d72-bc76-26e576ea6523 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:10 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 2b4426039b8ab338a7660ffaebeb65369930faff |
| X-Memc-Age | 8499 |
| X-Memc-Expires | 8862 |
| ETag | W/"1b4a0b243a90d53c2eef3ae408e903b0" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 2tZ27uu8kZFc-Lb5honDRp7AfxB5f7uzNlwJ6pW-2i4B001grZjO1g== |
| Age | 28643 |
{"id":131296,"name":"Thor Collection","overview":"A superhero film series based on the comic book character of the same name published by Marvel Comics, and part of the Marvel Cinematic Universe (MCU) film series. The series centers on Thor, the crown prince of Asgard.","poster_path":"/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg","backdrop_path":"/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg","parts":[{"adult":false,"backdrop_path":"/n5zyJxk4q2dh4ep95MnvKC1y0VC.jpg","genre_ids":[12,14,28],"id":10195,"original_language":"en","original_title":"Thor","overview":"Against his father Odin's will, The Mighty Thor - a powerful but arrogant warrior god - recklessly reignites an ancient war. Thor is cast down to Earth and forced to live among humans as punishment. Once here, Thor learns what it takes to be a true hero when the most dangerous villain of his world sends the darkest forces of Asgard to invade Earth.","popularity":178.58,"poster_path":"/prSfAi1xGrhLQNxVSUFh61xQ4Qy.jpg","release_date":"2011-04-21","title":"Thor","video":false,"vote_average":6.771,"vote_count":18642},{"adult":false,"backdrop_path":"/uhYoytlNaq46dG81wLmHqaSuzWu.jpg","genre_ids":[28,12,14],"id":76338,"original_language":"en","original_title":"Thor: The Dark World","overview":"Thor fights to restore order across the cosmos… but an ancient race led by the vengeful Malekith returns to plunge the universe back into darkness. Faced with an enemy that even Odin and Asgard cannot withstand, Thor must embark on his most perilous and personal journey yet, one that will reunite him with Jane Foster and force him to sacrifice everything to save us all.","popularity":162.399,"poster_path":"/wp6OxE4poJ4G7c0U2ZIXasTSMR7.jpg","release_date":"2013-10-30","title":"Thor: The Dark World","video":false,"vote_average":6.573,"vote_count":15190},{"adult":false,"backdrop_path":"/kaIfm5ryEOwYg8mLbq8HkPuM1Fo.jpg","genre_ids":[28,12,14,878,35],"id":284053,"original_language":"en","original_title":"Thor: Ragnarok","overview":"Thor is imprisoned on the other side of the universe and finds himself in a race against time to get back to Asgard to stop Ragnarok, the destruction of his home-world and the end of Asgardian civilization, at the hands of a powerful new threat, the ruthless Hela.","popularity":185.93,"poster_path":"/rzRwTcFvttcN1ZpX2xv4j3tSdJu.jpg","release_date":"2017-10-24","title":"Thor: Ragnarok","video":false,"vote_average":7.603,"vote_count":18089},{"adult":false,"backdrop_path":"/p1F51Lvj3sMopG948F5HsBbl43C.jpg","genre_ids":[28,12,14],"id":616037,"original_language":"en","original_title":"Thor: Love and Thunder","overview":"After his retirement is interrupted by Gorr the God Butcher, a galactic killer who seeks the extinction of the gods, Thor enlists the help of King Valkyrie, Korg, and ex-girlfriend Jane Foster, who now inexplicably wields Mjolnir as the Mighty Thor. Together they embark upon a harrowing cosmic adventure to uncover the mystery of the God Butcher’s vengeance and stop him before it’s too late.","popularity":6999.193,"poster_path":"/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg","release_date":"2022-07-06","title":"Thor: Love and Thunder","video":false,"vote_average":6.793,"vote_count":1887}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the images for a collection by id.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 0c96f140-388a-4452-a849-be97a1d75318 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | HIT |
| X-Memc-Key | aeb78f9fde1f9c6b0a8ff4fa7d3518b8e2bf3f29 |
| X-Memc-Age | 9414 |
| X-Memc-Expires | 6696 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:10 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"b5fc53f504985b1f0f757542f7a6bf52" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | T8HGTGXU_bP3_Se2N4tXutGxtWKSGYF16M5J9rQLxmBuDW5rYzK66Q== |
| Age | 28643 |
{"id":131296,"backdrops":[{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg","vote_average":5.472,"vote_count":6,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/v0m1sHjx9b0EE9zz9OczKaPNile.jpg","vote_average":5.318,"vote_count":3,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/FZhEgAes4PX86BJGJPXyZCXHrj.jpg","vote_average":5.252,"vote_count":5,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/fHRorZvKMkRdtNDodhARtr3jTC9.jpg","vote_average":5.252,"vote_count":4,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/lH61mn3GzZkaJL2MIEp9DGi0IpU.jpg","vote_average":5.246,"vote_count":2,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/dzTXtttY8Zrbu2XjiNAmRhZzYXH.jpg","vote_average":5.216,"vote_count":3,"width":1920},{"aspect_ratio":1.778,"height":2160,"iso_639_1":null,"file_path":"/wN6VdieZHTVis00lZxKvNON9lVu.jpg","vote_average":5.172,"vote_count":1,"width":3840},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/6sKnigXaW56bTeZe54VWiVFtgvH.jpg","vote_average":5.12,"vote_count":5,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/1dcGKU5UPBI63nWuuCfnzPWFNQn.jpg","vote_average":0.0,"vote_count":0,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/5aCRwXslYTdaSzUbb9AmRr26PGW.jpg","vote_average":0.0,"vote_count":0,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/7wYSWpt7LX9J9UzOPPWftindNkl.jpg","vote_average":0.0,"vote_count":0,"width":1920},{"aspect_ratio":1.778,"height":1080,"iso_639_1":null,"file_path":"/xuiv4PLQAGDF6vN9LtnC8z9LtkF.jpg","vote_average":0.0,"vote_count":0,"width":1920}],"posters":[{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg","vote_average":5.546,"vote_count":16,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/7vx64r9HS57yz2T53i31SdmqdEi.jpg","vote_average":5.404,"vote_count":9,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/d8vs7YSgNsgYjn9jsZQs2gZP2ra.jpg","vote_average":5.392,"vote_count":8,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"es","file_path":"/joWrxx8EuxvbLCxjF5O0YZZpD8k.jpg","vote_average":5.384,"vote_count":2,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":null,"file_path":"/3moR68B9zv7uzi1h0h2pPLZyx0P.jpg","vote_average":5.34,"vote_count":2,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"es","file_path":"/1EKxInH3WeW5FIOb6um1ng5fnoe.jpg","vote_average":5.312,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/8FV91ho2r8GfWAWO77DLtB0JMgc.jpg","vote_average":5.312,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"fr","file_path":"/5ilTY9c4NhdZKrVElwTw50fN0FP.jpg","vote_average":5.312,"vote_count":1,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/bQPx0j6qxFHcz5LeV5uvj9JyYTJ.jpg","vote_average":5.246,"vote_count":2,"width":1000},{"aspect_ratio":0.701,"height":1426,"iso_639_1":"en","file_path":"/1fGblAmaE2wU6ts2A83eWBgkmHs.jpg","vote_average":5.198,"vote_count":7,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/5Qie7TwNUtO4vXGDjKF28Vb2EOX.jpg","vote_average":5.19,"vote_count":5,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/rXkSXArVOERim9HvSN9GiZMAnye.jpg","vote_average":5.19,"vote_count":5,"width":2000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/gMHSOAFmx2rAfH5Ep5nH6bsauA6.jpg","vote_average":5.18,"vote_count":3,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"es","file_path":"/s6Atmp7dfnJZmit9pb4ct0nmts3.jpg","vote_average":5.18,"vote_count":3,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"es","file_path":"/hIDzeQmWws0FrlaGBzrO00dO5lP.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"ru","file_path":"/pwyD18WQEud1VFnbDUCaLWJigQJ.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"cs","file_path":"/hObavr8pWVNydHkJNVkQU3xYlYk.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"ru","file_path":"/dUiPGLbYUcurdimkQ327hPs45XH.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"ru","file_path":"/qMg60SxAwQK2jOjLNSMQsyyksbx.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/hXFLyQvX9WpmAU4gWy0o0U4pxKj.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/eE8bAgy1gdf7m9U8tWgq8bwj7ti.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/weqSZcMMFH0RCDa8X9FX8pFiKyC.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/xUndEFCvPMRXGQgwn3ar47RRDH0.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/tDbWSMF5MRk6aKcWHf6U7TQZV3x.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/ffQSoXgcD8q98Grc7SPl2Zwltmz.jpg","vote_average":5.172,"vote_count":1,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/9GDs8Ya46QvtJvjtlZhQLpjdgYl.jpg","vote_average":5.106,"vote_count":2,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/nAZQ0njEfHsMMDh41NftJoczkPX.jpg","vote_average":5.106,"vote_count":2,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/r2YvBkcVDeg1K3l10chiRZdoCRF.jpg","vote_average":5.044,"vote_count":3,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"sk","file_path":"/sBQjJho5BoIsRqOIsz0kJrkVwxz.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"sk","file_path":"/d6nCZtynC8093RsUDlErFXC9t5a.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"sk","file_path":"/930pmO4pNoSGxoKKZsGOiBfPz3n.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"pl","file_path":"/uVDA7u0p6LfgeBdijpT3fIJE9zK.jpg","vote_average":0.0,"vote_count":0,"width":2000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"cs","file_path":"/puSL8NnHGIiZM9OCYdSG1FE2oiG.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"cs","file_path":"/nPr8Xg00dusx9cJurxwBLeyMr79.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"en","file_path":"/gC1Kt87unm96LPH9R6cYEX6foI5.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.701,"height":1426,"iso_639_1":"en","file_path":"/jMxmCLzUC4DPwvi8Bl9VylyfyZo.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"fr","file_path":"/nE2Ujej0NS31LwZM2FtefOyBsdN.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":1500,"iso_639_1":"cs","file_path":"/sT9cr3m8bHlM3TI9asqVLC4v33j.jpg","vote_average":0.0,"vote_count":0,"width":1000},{"aspect_ratio":0.667,"height":3000,"iso_639_1":"en","file_path":"/3ehXp4o59kJmY1iJHdszBReX2ru.jpg","vote_average":0.0,"vote_count":0,"width":2000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list translations for a collection by id.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | d584686b-3299-4b36-a776-eede2eee4913 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 15:12:11 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 8957f80f0929ab7f65f23fa2336972976a4664a1 |
| X-Memc-Age | 11505 |
| X-Memc-Expires | 5254 |
| ETag | W/"6e171c08bd108b741dd56450d8deb362" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | qHpbTDrie3GDAHVZ3q-vjxUsuCZ-cB3AnUWvonHhvzoqdiOBcBiD_g== |
| Age | 28642 |
{"id":131296,"translations":[{"iso_3166_1":"BG","iso_639_1":"bg","name":"български език","english_name":"Bulgarian","data":{"title":"Тор (Поредица)","overview":"Поредица от филми за супергерой - комикс герои, публикуван от Marvel Comics под същото име и е част от поредица Кино вселената на Марвел (Marvel Universe Cinematic). Централният герой е Тор, престолонаследника на Асгард.","homepage":""}},{"iso_3166_1":"CZ","iso_639_1":"cs","name":"Český","english_name":"Czech","data":{"title":"Thor (kolekce)","overview":"Filmová série superhrdinů založená na komiksové postavě stejného jména, kterou vydala Marvel Comics, a část filmové série Marvel Cinematic Universe (MCU). Série se soustředí na Thora, korunního prince Asgardu.","homepage":""}},{"iso_3166_1":"DK","iso_639_1":"da","name":"Dansk","english_name":"Danish","data":{"title":"Thor (Samling)","overview":"Samling af film om Thor fra Marvel's univers.","homepage":""}},{"iso_3166_1":"DE","iso_639_1":"de","name":"Deutsch","english_name":"German","data":{"title":"Thor Filmreihe","overview":"Eine auf dem gleichnamigen Marvel Comic Charakter beruhende Superhelden Filmserie und Teil des Marvel Cinematic Universe (MCU). Im Fokus liegt Thor, der Kronprinz von Asgard.","homepage":""}},{"iso_3166_1":"US","iso_639_1":"en","name":"English","english_name":"English","data":{"title":"","overview":"A superhero film series based on the comic book character of the same name published by Marvel Comics, and part of the Marvel Cinematic Universe (MCU) film series. The series centers on Thor, the crown prince of Asgard.","homepage":""}},{"iso_3166_1":"ES","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"title":"Thor - Colección","overview":"Una serie de películas de superhéroes basada en el personaje de cómic del mismo nombre publicado por Marvel Comics, y parte del Universo Cinematográfico de Marvel (MCU) serie de la película. La serie se centra en Thor, el príncipe heredero de Asgard.","homepage":""}},{"iso_3166_1":"MX","iso_639_1":"es","name":"Español","english_name":"Spanish","data":{"title":"Thor - Colección","overview":"Una serie de películas de superhéroes basada en el personaje de cómic del mismo nombre publicado por Marvel Comics, y parte de la serie de películas del Universi Cinematográfico Marvel (UCM). La serie se centra en Thor, el príncipe heredero de Asgard.","homepage":""}},{"iso_3166_1":"IR","iso_639_1":"fa","name":"فارسی","english_name":"Persian","data":{"title":"مجموعه ثور","overview":"یک سریال فیلم ابرقهرمانی بر اساس شخصیت کمیک بوک با همین نام منتشر شده توسط مارول کمیک ، و بخشی از مجموعه فیلمهای دنیای سینمایی مارول (MCU). این سریال در ثور ، ولیعهد آزگارد قرار دارد.","homepage":""}},{"iso_3166_1":"FI","iso_639_1":"fi","name":"suomi","english_name":"Finnish","data":{"title":"Thor","overview":"","homepage":""}},{"iso_3166_1":"FR","iso_639_1":"fr","name":"Français","english_name":"French","data":{"title":"Thor - Saga","overview":"Une série de films basée sur Thor, le personnage de bande dessinée publié par Marvel Comics.","homepage":""}},{"iso_3166_1":"IL","iso_639_1":"he","name":"עִבְרִית","english_name":"Hebrew","data":{"title":"תור - אוסף","overview":"תור הוא גיבור-על אמריקאי, המזוהה בעיקר כחלק מצוות ״הנוקמים״ ומבוסס על חוברות הקומיקס ״תור״ בהוצאת ״מארוול קומיקס״. בסרטים מככבים כריס המסוורת', טום הידלסטון, נטלי פורטמן, אנתוני הופקינס, אידריס אלבה וסטלאן סקארסגארד. עלילת הסרט מביאה את סיפורו של תור, נסיך אסגרד, אשר מוגלה מביתו לכדור הארץ. שם הוא חובר למדענית ג'יין פוסטר ונאלץ לעצור את אחיו לוקי, שמבקש לגזול את כס המלכות ממנו.","homepage":""}},{"iso_3166_1":"HU","iso_639_1":"hu","name":"Magyar","english_name":"Hungarian","data":{"title":"Thor gyűjtemény","overview":"Ez a szuperhősfilm-sorozat Marvel Comics azonos nevű hősén alapul, A sorozat Thorról, Asgard trónörököséről és hőstetteiről szól","homepage":""}},{"iso_3166_1":"IT","iso_639_1":"it","name":"Italiano","english_name":"Italian","data":{"title":"Thor - Collezione","overview":"Thor, figlio di Odino e di Gea è l'erede al trono di Asgard e grazie ai poteri derivatigli dal suo doppio retaggio e dal martello incantato Mjolnir è uno dei più forti e più importanti protettori di entrambi i mondi. Un supereroe membro fondatore degli Avengers e uno degli esseri più potenti dell'Universo Marvel.","homepage":""}},{"iso_3166_1":"JP","iso_639_1":"ja","name":"日本語","english_name":"Japanese","data":{"title":"マイティ・ソー シリーズ","overview":"","homepage":""}},{"iso_3166_1":"KR","iso_639_1":"ko","name":"한국어/조선말","english_name":"Korean","data":{"title":"토르 시리즈","overview":"마블 코믹스의 슈퍼히어로 캐릭터 토르의 실사영화화 시리즈. 마블 시네마틱 유니버스에 속해있으며 2017년 기준 《토르: 천둥의 신》(2011)과 《토르: 다크 월드》(2013),《토르: 라그나로크》(2017)가 개봉했다.\r 북유럽 신화 속 신들의 세계 아스가르드가 토르와 제인 포스터를 통해 인간 세계(미드가르드)와 얽히면서 벌어지는 사건들이 주된 스토리이다. 제작진 인터뷰를 보면 마블 시네마틱 유니버스의 세계관 틀을 설립하는 역할을 하고 있는 시리즈.","homepage":""}},{"iso_3166_1":"NL","iso_639_1":"nl","name":"Nederlands","english_name":"Dutch","data":{"title":"Thor collectie","overview":"Een superheld filmreeks gebaseerd op het stripfiguur van dezelfde naam gepubliceerd door Marvel Comics, en een deel van het Marvel Cinematic Universe (MCU) film-serie. De serie draait om Thor, de kroonprins van Asgard.","homepage":""}},{"iso_3166_1":"NO","iso_639_1":"no","name":"Norsk","english_name":"Norwegian","data":{"title":"","overview":"","homepage":""}},{"iso_3166_1":"PL","iso_639_1":"pl","name":"Polski","english_name":"Polish","data":{"title":"Thor - Kolekcja","overview":"Uniwersum (MCU). Seria skupia się na Thorze, księciu Asgardu.","homepage":""}},{"iso_3166_1":"BR","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"title":"Thor: Coleção","overview":"","homepage":""}},{"iso_3166_1":"PT","iso_639_1":"pt","name":"Português","english_name":"Portuguese","data":{"title":"Thor - Coleção","overview":"Uma série de filmes de super-heróis baseada no personagem de banda desenhada do mesmo nome publicada pela Marvel Comics e parte da série de filmes Universo Cinemático da Marvel (UCM). A série é centrada em Thor, o príncipe herdeiro de Asgard.","homepage":""}},{"iso_3166_1":"RO","iso_639_1":"ro","name":"Română","english_name":"Romanian","data":{"title":"Colecția Thor","overview":"","homepage":""}},{"iso_3166_1":"RU","iso_639_1":"ru","name":"Pусский","english_name":"Russian","data":{"title":"Тор (Коллекция)","overview":"Серия фильмов о супергерое - персонаже комиксов, изданных Marvel Comics под тем же названием, и часть серии Киновселенная Марвела (Marvel Cinematic Universe). Центральным действующим лицом является Тор, наследный принц Асгарда.","homepage":""}},{"iso_3166_1":"SK","iso_639_1":"sk","name":"Slovenčina","english_name":"Slovak","data":{"title":"Thor (Kolekcia)","overview":"Séria akčných filmov o superhrdinovi na námety pôvodného komixu od Marvel Comics. Dej sa sústreďuje okolo Thora, korunného princa z Asgardu.","homepage":""}},{"iso_3166_1":"RS","iso_639_1":"sr","name":"Srpski","english_name":"Serbian","data":{"title":"","overview":"","homepage":""}},{"iso_3166_1":"SE","iso_639_1":"sv","name":"svenska","english_name":"Swedish","data":{"title":"Thor (samling)","overview":"Thor är en mäktig men arrogant krigare vars vårdslösa beteende återutlöser ett uråldrigt krig i hans gudarike. Som straff förvisas Thor till Jorden, där han tvingas leva bland människor.","homepage":""}},{"iso_3166_1":"TH","iso_639_1":"th","name":"ภาษาไทย","english_name":"Thai","data":{"title":"ธอร์ คอลเลกชั่น","overview":"","homepage":""}},{"iso_3166_1":"TR","iso_639_1":"tr","name":"Türkçe","english_name":"Turkish","data":{"title":"Thor [Seri]","overview":"Marvel Comics tarafından yayınlanan aynı adın çizgi roman karakterine ve Marvel Cinematic Universe (MCU) film serisinin bir parçası olarak bir süper kahraman filmi serisi. Thor, Asgard'ın taç prensindeki seri merkezler.","homepage":""}},{"iso_3166_1":"UA","iso_639_1":"uk","name":"Український","english_name":"Ukrainian","data":{"title":"Тор - кіноцикл","overview":"Серія фільмів про супергероїв за мотивами однойменного персонажа Коміксів Марвел та частини серії Кіновсесвіту Marvel (MCU). В центрі трилогії Тор, наступник трону Асгарду.","homepage":""}},{"iso_3166_1":"UZ","iso_639_1":"uz","name":"ozbek","english_name":"Uzbek","data":{"title":"Tor Kolleksiyasi","overview":"","homepage":""}},{"iso_3166_1":"VN","iso_639_1":"vi","name":"Tiếng Việt","english_name":"Vietnamese","data":{"title":"Loạt phim Thần Sấm","overview":"","homepage":""}},{"iso_3166_1":"CN","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"title":"雷神(系列)","overview":"超级英雄电影系列,基于漫威漫画公司出版的同名漫画人物,以及漫威电影宇宙(MCU)电影系列的一部分。该系列以阿斯加德的王储托尔为核心。","homepage":""}},{"iso_3166_1":"HK","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"title":"《雷神奇俠》系列","overview":"","homepage":""}},{"iso_3166_1":"TW","iso_639_1":"zh","name":"普通话","english_name":"Mandarin","data":{"title":"雷神索爾(系列)","overview":"超級英雄電影系列,基於漫威漫畫公司出版的同名漫畫人物,以及漫威電影宇宙(MCU)電影系列的一部分。該系列以阿斯加德的王儲托爾為核心。","homepage":""}}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the details of a network.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 14, 2020 | The `logo_path` has been added to the default response. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 177fc6e0-e1dd-44a1-92fd-94a67dc04713 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | e0e6ea36fd05d2251166539d620217b76e22b2b9 |
| X-Memc-Age | 552 |
| X-Memc-Expires | 14665 |
| ETag | W/"3cbb9f90b838a13f6f88b677ff3dfe3f" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | osEWUEUXVn-ejo5d6TJOHZiwXRf48_2JV6xlgSX1XI4OqrAwQZZk4w== |
| Age | 8955 |
{"headquarters":"Los Gatos, California","homepage":"http://www.netflix.com","id":213,"logo_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","name":"Netflix","origin_country":""}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the TV network logos by id.
There are two image formats that are supported for networks, PNG's and SVG's. You can see which type the original file is by looking at the `file_type` field. We prefer SVG's as they are resolution independent and as such, the width and height are only there to reflect the original asset that was uploaded. An SVG can be scaled properly beyond those dimensions if you call them as a PNG.
For more information about how SVG's and PNG's can be used, take a read through [this document](#docTextSection:mXP9B2uzoDJFguDZv).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 98cd8016-16d0-4aa7-b1b9-aafa732f3b72 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:19 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | 7d42198a1fc07a8ed7695f6a3a8bc1dbe14a6b1e |
| X-Memc-Age | 5616 |
| X-Memc-Expires | 10647 |
| ETag | W/"1b11002216ae36cfe06f7a6247ccc273" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | R1PClk8PqMBSLVKfOr3GdN2U0zVCsoheoF-unkSVRVNwKmvBqd8yuw== |
| Age | 8955 |
{"id":213,"logos":[{"aspect_ratio":3.73134328358209,"file_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","height":268,"id":"5a7a61b5c3a36821980020ff","file_type":".svg","vote_average":5.312,"vote_count":1,"width":1000}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the alternative names of a network.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 8f947fba-16e2-4877-b4e4-fcf27c8368cb |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | f20bed70c0f6e6532039ab30c46ce84b4b2147ca |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15732 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 15:12:12 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"57cafee1001c6abebb17bf446bc448e2" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | PDyxI3iNl3aPiZpkwlporg1SABJouOsiQSgrhHWWLn0QeKV01o92kw== |
| Age | 28642 |
{"id":213,"results":[{"name":"넷플릭스","type":""},{"name":"Νετφλιξ","type":""},{"name":"نتفلیکس","type":""}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of official genres for TV shows.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | ffe069bb-f596-4106-ab96-b3372f7b7f02 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:23 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | f174753e0b6ae51974a3329cdfafc5b506ab3710 |
| X-Memc-Age | 919 |
| X-Memc-Expires | 14169 |
| ETag | W/"c9414e40a9e909888e1e74fd911cf7d1" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | kku-zCqA45WnhicCRQi9GbVRYQzD77XSCcH-8PPVLS9e8ynjfBywgQ== |
| Age | 8951 |
{"genres":[{"id":10759,"name":"Action & Adventure"},{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"},{"id":80,"name":"Crime"},{"id":99,"name":"Documentary"},{"id":18,"name":"Drama"},{"id":10751,"name":"Family"},{"id":10762,"name":"Kids"},{"id":9648,"name":"Mystery"},{"id":10763,"name":"News"},{"id":10764,"name":"Reality"},{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":10766,"name":"Soap"},{"id":10767,"name":"Talk"},{"id":10768,"name":"War & Politics"},{"id":37,"name":"Western"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of official genres for movies.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 63f6860a-998c-4e87-ba03-57cf58b5357f |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:24 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | af4426908218dad356a942000911b15f14e85c85 |
| X-Memc-Age | 13575 |
| X-Memc-Expires | 4214 |
| ETag | W/"98d6f4fb3a0e0c77544a7277f32baebb" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | KLFYgsdPEu1u0r_3ORJzFYEhEuP2V5nDfDsDJe0byPtBGcqlnVN6kQ== |
| Age | 8951 |
{"genres":[{"id":28,"name":"Action"},{"id":12,"name":"Adventure"},{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"},{"id":80,"name":"Crime"},{"id":99,"name":"Documentary"},{"id":18,"name":"Drama"},{"id":10751,"name":"Family"},{"id":14,"name":"Fantasy"},{"id":36,"name":"History"},{"id":27,"name":"Horror"},{"id":10402,"name":"Music"},{"id":9648,"name":"Mystery"},{"id":10749,"name":"Romance"},{"id":878,"name":"Science Fiction"},{"id":10770,"name":"TV Movie"},{"id":53,"name":"Thriller"},{"id":10752,"name":"War"},{"id":37,"name":"Western"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the system wide configuration information. Some elements of the API require some knowledge of this configuration data. The purpose of this is to try and keep the actual API responses as light as possible. It is recommended you cache this data within your application and check for updates every few days.
This method currently holds the data relevant to building image URLs as well as the change key map.
To build an image URL, you will need 3 pieces of data. The `base_url`, `size` and `file_path`. Simply combine them all and you will have a fully qualified URL. Here’s an example URL:
https://image.tmdb.org/t/p/w500/8uO0gUM8aNqYLs1OsTBQiXu0fEv.jpg
The configuration method also contains the list of change keys which can be useful if you are building an app that consumes data from the change feed.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 467877d1-2460-4eaa-863e-79a005145d22 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 20:40:24 GMT |
| Cache-Control | public, max-age=43200 |
| ETag | W/"8ee6fd095d2be6e301251d766501a916" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | ALqeeyXtsSH1dVzAaB1ROOd6L24fv3Owe5j9GQjDo2z1ZAGGeRD1Fw== |
| Age | 8951 |
{"images":{"base_url":"http://image.tmdb.org/t/p/","secure_base_url":"https://image.tmdb.org/t/p/","backdrop_sizes":["w300","w780","w1280","original"],"logo_sizes":["w45","w92","w154","w185","w300","w500","original"],"poster_sizes":["w92","w154","w185","w342","w500","w780","original"],"profile_sizes":["w45","w185","h632","original"],"still_sizes":["w92","w185","w300","original"]},"change_keys":["adult","air_date","also_known_as","alternative_titles","biography","birthday","budget","cast","certifications","character_names","created_by","crew","deathday","episode","episode_number","episode_run_time","freebase_id","freebase_mid","general","genres","guest_stars","homepage","images","imdb_id","languages","name","network","origin_country","original_name","original_title","overview","parts","place_of_birth","plot_keywords","production_code","production_companies","production_countries","releases","revenue","runtime","season","season_number","season_regular","spoken_languages","status","tagline","title","translations","tvdb_id","tvrage_id","type","video","videos"]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of countries (ISO 3166-1 tags) used throughout TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | abada3ec-b263-4ac4-9870-abbc6d7ce689 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:35 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"effc1dedc01b8cd891d58c76571e0b21" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Jcr5kQ5L2gXggrsJfvKTs46s2r8AQkntdq9zQjvkjmQyh8EuXRP32g== |
[{"iso_3166_1":"AD","english_name":"Andorra","native_name":"Andorra"},{"iso_3166_1":"AE","english_name":"United Arab Emirates","native_name":"United Arab Emirates"},{"iso_3166_1":"AF","english_name":"Afghanistan","native_name":"Afghanistan"},{"iso_3166_1":"AG","english_name":"Antigua and Barbuda","native_name":"Antigua & Barbuda"},{"iso_3166_1":"AI","english_name":"Anguilla","native_name":"Anguilla"},{"iso_3166_1":"AL","english_name":"Albania","native_name":"Albania"},{"iso_3166_1":"AM","english_name":"Armenia","native_name":"Armenia"},{"iso_3166_1":"AN","english_name":"Netherlands Antilles","native_name":"Netherlands Antilles"},{"iso_3166_1":"AO","english_name":"Angola","native_name":"Angola"},{"iso_3166_1":"AQ","english_name":"Antarctica","native_name":"Antarctica"},{"iso_3166_1":"AR","english_name":"Argentina","native_name":"Argentina"},{"iso_3166_1":"AS","english_name":"American Samoa","native_name":"American Samoa"},{"iso_3166_1":"AT","english_name":"Austria","native_name":"Austria"},{"iso_3166_1":"AU","english_name":"Australia","native_name":"Australia"},{"iso_3166_1":"AW","english_name":"Aruba","native_name":"Aruba"},{"iso_3166_1":"AZ","english_name":"Azerbaijan","native_name":"Azerbaijan"},{"iso_3166_1":"BA","english_name":"Bosnia and Herzegovina","native_name":"Bosnia & Herzegovina"},{"iso_3166_1":"BB","english_name":"Barbados","native_name":"Barbados"},{"iso_3166_1":"BD","english_name":"Bangladesh","native_name":"Bangladesh"},{"iso_3166_1":"BE","english_name":"Belgium","native_name":"Belgium"},{"iso_3166_1":"BF","english_name":"Burkina Faso","native_name":"Burkina Faso"},{"iso_3166_1":"BG","english_name":"Bulgaria","native_name":"Bulgaria"},{"iso_3166_1":"BH","english_name":"Bahrain","native_name":"Bahrain"},{"iso_3166_1":"BI","english_name":"Burundi","native_name":"Burundi"},{"iso_3166_1":"BJ","english_name":"Benin","native_name":"Benin"},{"iso_3166_1":"BM","english_name":"Bermuda","native_name":"Bermuda"},{"iso_3166_1":"BN","english_name":"Brunei Darussalam","native_name":"Brunei"},{"iso_3166_1":"BO","english_name":"Bolivia","native_name":"Bolivia"},{"iso_3166_1":"BR","english_name":"Brazil","native_name":"Brazil"},{"iso_3166_1":"BS","english_name":"Bahamas","native_name":"Bahamas"},{"iso_3166_1":"BT","english_name":"Bhutan","native_name":"Bhutan"},{"iso_3166_1":"BV","english_name":"Bouvet Island","native_name":"Bouvet Island"},{"iso_3166_1":"BW","english_name":"Botswana","native_name":"Botswana"},{"iso_3166_1":"BY","english_name":"Belarus","native_name":"Belarus"},{"iso_3166_1":"BZ","english_name":"Belize","native_name":"Belize"},{"iso_3166_1":"CA","english_name":"Canada","native_name":"Canada"},{"iso_3166_1":"CC","english_name":"Cocos Islands","native_name":"Cocos (Keeling) Islands"},{"iso_3166_1":"CD","english_name":"Congo","native_name":"Democratic Republic of the Congo (Kinshasa)"},{"iso_3166_1":"CF","english_name":"Central African Republic","native_name":"Central African Republic"},{"iso_3166_1":"CG","english_name":"Congo","native_name":"Republic of the Congo (Brazzaville)"},{"iso_3166_1":"CH","english_name":"Switzerland","native_name":"Switzerland"},{"iso_3166_1":"CI","english_name":"Cote D'Ivoire","native_name":"Côte d’Ivoire"},{"iso_3166_1":"CK","english_name":"Cook Islands","native_name":"Cook Islands"},{"iso_3166_1":"CL","english_name":"Chile","native_name":"Chile"},{"iso_3166_1":"CM","english_name":"Cameroon","native_name":"Cameroon"},{"iso_3166_1":"CN","english_name":"China","native_name":"China"},{"iso_3166_1":"CO","english_name":"Colombia","native_name":"Colombia"},{"iso_3166_1":"CR","english_name":"Costa Rica","native_name":"Costa Rica"},{"iso_3166_1":"CS","english_name":"Serbia and Montenegro","native_name":"Serbia and Montenegro"},{"iso_3166_1":"CU","english_name":"Cuba","native_name":"Cuba"},{"iso_3166_1":"CV","english_name":"Cape Verde","native_name":"Cape Verde"},{"iso_3166_1":"CX","english_name":"Christmas Island","native_name":"Christmas Island"},{"iso_3166_1":"CY","english_name":"Cyprus","native_name":"Cyprus"},{"iso_3166_1":"CZ","english_name":"Czech Republic","native_name":"Czech Republic"},{"iso_3166_1":"DE","english_name":"Germany","native_name":"Germany"},{"iso_3166_1":"DJ","english_name":"Djibouti","native_name":"Djibouti"},{"iso_3166_1":"DK","english_name":"Denmark","native_name":"Denmark"},{"iso_3166_1":"DM","english_name":"Dominica","native_name":"Dominica"},{"iso_3166_1":"DO","english_name":"Dominican Republic","native_name":"Dominican Republic"},{"iso_3166_1":"DZ","english_name":"Algeria","native_name":"Algeria"},{"iso_3166_1":"EC","english_name":"Ecuador","native_name":"Ecuador"},{"iso_3166_1":"EE","english_name":"Estonia","native_name":"Estonia"},{"iso_3166_1":"EG","english_name":"Egypt","native_name":"Egypt"},{"iso_3166_1":"EH","english_name":"Western Sahara","native_name":"Western Sahara"},{"iso_3166_1":"ER","english_name":"Eritrea","native_name":"Eritrea"},{"iso_3166_1":"ES","english_name":"Spain","native_name":"Spain"},{"iso_3166_1":"ET","english_name":"Ethiopia","native_name":"Ethiopia"},{"iso_3166_1":"FI","english_name":"Finland","native_name":"Finland"},{"iso_3166_1":"FJ","english_name":"Fiji","native_name":"Fiji"},{"iso_3166_1":"FK","english_name":"Falkland Islands","native_name":"Falkland Islands"},{"iso_3166_1":"FM","english_name":"Micronesia","native_name":"Micronesia"},{"iso_3166_1":"FO","english_name":"Faeroe Islands","native_name":"Faroe Islands"},{"iso_3166_1":"FR","english_name":"France","native_name":"France"},{"iso_3166_1":"GA","english_name":"Gabon","native_name":"Gabon"},{"iso_3166_1":"GB","english_name":"United Kingdom","native_name":"United Kingdom"},{"iso_3166_1":"GD","english_name":"Grenada","native_name":"Grenada"},{"iso_3166_1":"GE","english_name":"Georgia","native_name":"Georgia"},{"iso_3166_1":"GF","english_name":"French Guiana","native_name":"French Guiana"},{"iso_3166_1":"GH","english_name":"Ghana","native_name":"Ghana"},{"iso_3166_1":"GI","english_name":"Gibraltar","native_name":"Gibraltar"},{"iso_3166_1":"GL","english_name":"Greenland","native_name":"Greenland"},{"iso_3166_1":"GM","english_name":"Gambia","native_name":"Gambia"},{"iso_3166_1":"GN","english_name":"Guinea","native_name":"Guinea"},{"iso_3166_1":"GP","english_name":"Guadaloupe","native_name":"Guadeloupe"},{"iso_3166_1":"GQ","english_name":"Equatorial Guinea","native_name":"Equatorial Guinea"},{"iso_3166_1":"GR","english_name":"Greece","native_name":"Greece"},{"iso_3166_1":"GS","english_name":"South Georgia and the South Sandwich Islands","native_name":"South Georgia & South Sandwich Islands"},{"iso_3166_1":"GT","english_name":"Guatemala","native_name":"Guatemala"},{"iso_3166_1":"GU","english_name":"Guam","native_name":"Guam"},{"iso_3166_1":"GW","english_name":"Guinea-Bissau","native_name":"Guinea-Bissau"},{"iso_3166_1":"GY","english_name":"Guyana","native_name":"Guyana"},{"iso_3166_1":"HK","english_name":"Hong Kong","native_name":"Hong Kong SAR China"},{"iso_3166_1":"HM","english_name":"Heard and McDonald Islands","native_name":"Heard & McDonald Islands"},{"iso_3166_1":"HN","english_name":"Honduras","native_name":"Honduras"},{"iso_3166_1":"HR","english_name":"Croatia","native_name":"Croatia"},{"iso_3166_1":"HT","english_name":"Haiti","native_name":"Haiti"},{"iso_3166_1":"HU","english_name":"Hungary","native_name":"Hungary"},{"iso_3166_1":"ID","english_name":"Indonesia","native_name":"Indonesia"},{"iso_3166_1":"IE","english_name":"Ireland","native_name":"Ireland"},{"iso_3166_1":"IL","english_name":"Israel","native_name":"Israel"},{"iso_3166_1":"IN","english_name":"India","native_name":"India"},{"iso_3166_1":"IO","english_name":"British Indian Ocean Territory","native_name":"British Indian Ocean Territory"},{"iso_3166_1":"IQ","english_name":"Iraq","native_name":"Iraq"},{"iso_3166_1":"IR","english_name":"Iran","native_name":"Iran"},{"iso_3166_1":"IS","english_name":"Iceland","native_name":"Iceland"},{"iso_3166_1":"IT","english_name":"Italy","native_name":"Italy"},{"iso_3166_1":"JM","english_name":"Jamaica","native_name":"Jamaica"},{"iso_3166_1":"JO","english_name":"Jordan","native_name":"Jordan"},{"iso_3166_1":"JP","english_name":"Japan","native_name":"Japan"},{"iso_3166_1":"KE","english_name":"Kenya","native_name":"Kenya"},{"iso_3166_1":"KG","english_name":"Kyrgyz Republic","native_name":"Kyrgyzstan"},{"iso_3166_1":"KH","english_name":"Cambodia","native_name":"Cambodia"},{"iso_3166_1":"KI","english_name":"Kiribati","native_name":"Kiribati"},{"iso_3166_1":"KM","english_name":"Comoros","native_name":"Comoros"},{"iso_3166_1":"KN","english_name":"St. Kitts and Nevis","native_name":"St. Kitts & Nevis"},{"iso_3166_1":"KP","english_name":"North Korea","native_name":"North Korea"},{"iso_3166_1":"KR","english_name":"South Korea","native_name":"South Korea"},{"iso_3166_1":"KW","english_name":"Kuwait","native_name":"Kuwait"},{"iso_3166_1":"KY","english_name":"Cayman Islands","native_name":"Cayman Islands"},{"iso_3166_1":"KZ","english_name":"Kazakhstan","native_name":"Kazakhstan"},{"iso_3166_1":"LA","english_name":"Lao People's Democratic Republic","native_name":"Laos"},{"iso_3166_1":"LB","english_name":"Lebanon","native_name":"Lebanon"},{"iso_3166_1":"LC","english_name":"St. Lucia","native_name":"St. Lucia"},{"iso_3166_1":"LI","english_name":"Liechtenstein","native_name":"Liechtenstein"},{"iso_3166_1":"LK","english_name":"Sri Lanka","native_name":"Sri Lanka"},{"iso_3166_1":"LR","english_name":"Liberia","native_name":"Liberia"},{"iso_3166_1":"LS","english_name":"Lesotho","native_name":"Lesotho"},{"iso_3166_1":"LT","english_name":"Lithuania","native_name":"Lithuania"},{"iso_3166_1":"LU","english_name":"Luxembourg","native_name":"Luxembourg"},{"iso_3166_1":"LV","english_name":"Latvia","native_name":"Latvia"},{"iso_3166_1":"LY","english_name":"Libyan Arab Jamahiriya","native_name":"Libya"},{"iso_3166_1":"MA","english_name":"Morocco","native_name":"Morocco"},{"iso_3166_1":"MC","english_name":"Monaco","native_name":"Monaco"},{"iso_3166_1":"MD","english_name":"Moldova","native_name":"Moldova"},{"iso_3166_1":"ME","english_name":"Montenegro","native_name":"Montenegro"},{"iso_3166_1":"MG","english_name":"Madagascar","native_name":"Madagascar"},{"iso_3166_1":"MH","english_name":"Marshall Islands","native_name":"Marshall Islands"},{"iso_3166_1":"MK","english_name":"Macedonia","native_name":"Macedonia"},{"iso_3166_1":"ML","english_name":"Mali","native_name":"Mali"},{"iso_3166_1":"MM","english_name":"Myanmar","native_name":"Myanmar (Burma)"},{"iso_3166_1":"MN","english_name":"Mongolia","native_name":"Mongolia"},{"iso_3166_1":"MO","english_name":"Macao","native_name":"Macau SAR China"},{"iso_3166_1":"MP","english_name":"Northern Mariana Islands","native_name":"Northern Mariana Islands"},{"iso_3166_1":"MQ","english_name":"Martinique","native_name":"Martinique"},{"iso_3166_1":"MR","english_name":"Mauritania","native_name":"Mauritania"},{"iso_3166_1":"MS","english_name":"Montserrat","native_name":"Montserrat"},{"iso_3166_1":"MT","english_name":"Malta","native_name":"Malta"},{"iso_3166_1":"MU","english_name":"Mauritius","native_name":"Mauritius"},{"iso_3166_1":"MV","english_name":"Maldives","native_name":"Maldives"},{"iso_3166_1":"MW","english_name":"Malawi","native_name":"Malawi"},{"iso_3166_1":"MX","english_name":"Mexico","native_name":"Mexico"},{"iso_3166_1":"MY","english_name":"Malaysia","native_name":"Malaysia"},{"iso_3166_1":"MZ","english_name":"Mozambique","native_name":"Mozambique"},{"iso_3166_1":"NA","english_name":"Namibia","native_name":"Namibia"},{"iso_3166_1":"NC","english_name":"New Caledonia","native_name":"New Caledonia"},{"iso_3166_1":"NE","english_name":"Niger","native_name":"Niger"},{"iso_3166_1":"NF","english_name":"Norfolk Island","native_name":"Norfolk Island"},{"iso_3166_1":"NG","english_name":"Nigeria","native_name":"Nigeria"},{"iso_3166_1":"NI","english_name":"Nicaragua","native_name":"Nicaragua"},{"iso_3166_1":"NL","english_name":"Netherlands","native_name":"Netherlands"},{"iso_3166_1":"NO","english_name":"Norway","native_name":"Norway"},{"iso_3166_1":"NP","english_name":"Nepal","native_name":"Nepal"},{"iso_3166_1":"NR","english_name":"Nauru","native_name":"Nauru"},{"iso_3166_1":"NU","english_name":"Niue","native_name":"Niue"},{"iso_3166_1":"NZ","english_name":"New Zealand","native_name":"New Zealand"},{"iso_3166_1":"OM","english_name":"Oman","native_name":"Oman"},{"iso_3166_1":"PA","english_name":"Panama","native_name":"Panama"},{"iso_3166_1":"PE","english_name":"Peru","native_name":"Peru"},{"iso_3166_1":"PF","english_name":"French Polynesia","native_name":"French Polynesia"},{"iso_3166_1":"PG","english_name":"Papua New Guinea","native_name":"Papua New Guinea"},{"iso_3166_1":"PH","english_name":"Philippines","native_name":"Philippines"},{"iso_3166_1":"PK","english_name":"Pakistan","native_name":"Pakistan"},{"iso_3166_1":"PL","english_name":"Poland","native_name":"Poland"},{"iso_3166_1":"PM","english_name":"St. Pierre and Miquelon","native_name":"St. Pierre & Miquelon"},{"iso_3166_1":"PN","english_name":"Pitcairn Island","native_name":"Pitcairn Islands"},{"iso_3166_1":"PR","english_name":"Puerto Rico","native_name":"Puerto Rico"},{"iso_3166_1":"PS","english_name":"Palestinian Territory","native_name":"Palestinian Territories"},{"iso_3166_1":"PT","english_name":"Portugal","native_name":"Portugal"},{"iso_3166_1":"PW","english_name":"Palau","native_name":"Palau"},{"iso_3166_1":"PY","english_name":"Paraguay","native_name":"Paraguay"},{"iso_3166_1":"QA","english_name":"Qatar","native_name":"Qatar"},{"iso_3166_1":"RE","english_name":"Reunion","native_name":"Réunion"},{"iso_3166_1":"RO","english_name":"Romania","native_name":"Romania"},{"iso_3166_1":"RS","english_name":"Serbia","native_name":"Serbia"},{"iso_3166_1":"RU","english_name":"Russia","native_name":"Russia"},{"iso_3166_1":"RW","english_name":"Rwanda","native_name":"Rwanda"},{"iso_3166_1":"SA","english_name":"Saudi Arabia","native_name":"Saudi Arabia"},{"iso_3166_1":"SB","english_name":"Solomon Islands","native_name":"Solomon Islands"},{"iso_3166_1":"SC","english_name":"Seychelles","native_name":"Seychelles"},{"iso_3166_1":"SD","english_name":"Sudan","native_name":"Sudan"},{"iso_3166_1":"SE","english_name":"Sweden","native_name":"Sweden"},{"iso_3166_1":"SG","english_name":"Singapore","native_name":"Singapore"},{"iso_3166_1":"SH","english_name":"St. Helena","native_name":"St. Helena"},{"iso_3166_1":"SI","english_name":"Slovenia","native_name":"Slovenia"},{"iso_3166_1":"SJ","english_name":"Svalbard & Jan Mayen Islands","native_name":"Svalbard & Jan Mayen"},{"iso_3166_1":"SK","english_name":"Slovakia","native_name":"Slovakia"},{"iso_3166_1":"SL","english_name":"Sierra Leone","native_name":"Sierra Leone"},{"iso_3166_1":"SM","english_name":"San Marino","native_name":"San Marino"},{"iso_3166_1":"SN","english_name":"Senegal","native_name":"Senegal"},{"iso_3166_1":"SO","english_name":"Somalia","native_name":"Somalia"},{"iso_3166_1":"SR","english_name":"Suriname","native_name":"Suriname"},{"iso_3166_1":"SS","english_name":"South Sudan","native_name":"South Sudan"},{"iso_3166_1":"ST","english_name":"Sao Tome and Principe","native_name":"São Tomé & Príncipe"},{"iso_3166_1":"SU","english_name":"Soviet Union","native_name":"Soviet Union"},{"iso_3166_1":"SV","english_name":"El Salvador","native_name":"El Salvador"},{"iso_3166_1":"SY","english_name":"Syrian Arab Republic","native_name":"Syria"},{"iso_3166_1":"SZ","english_name":"Swaziland","native_name":"Eswatini (Swaziland)"},{"iso_3166_1":"TC","english_name":"Turks and Caicos Islands","native_name":"Turks & Caicos Islands"},{"iso_3166_1":"TD","english_name":"Chad","native_name":"Chad"},{"iso_3166_1":"TF","english_name":"French Southern Territories","native_name":"French Southern Territories"},{"iso_3166_1":"TG","english_name":"Togo","native_name":"Togo"},{"iso_3166_1":"TH","english_name":"Thailand","native_name":"Thailand"},{"iso_3166_1":"TJ","english_name":"Tajikistan","native_name":"Tajikistan"},{"iso_3166_1":"TK","english_name":"Tokelau","native_name":"Tokelau"},{"iso_3166_1":"TL","english_name":"Timor-Leste","native_name":"Timor-Leste"},{"iso_3166_1":"TM","english_name":"Turkmenistan","native_name":"Turkmenistan"},{"iso_3166_1":"TN","english_name":"Tunisia","native_name":"Tunisia"},{"iso_3166_1":"TO","english_name":"Tonga","native_name":"Tonga"},{"iso_3166_1":"TR","english_name":"Turkey","native_name":"Turkey"},{"iso_3166_1":"TT","english_name":"Trinidad and Tobago","native_name":"Trinidad & Tobago"},{"iso_3166_1":"TV","english_name":"Tuvalu","native_name":"Tuvalu"},{"iso_3166_1":"TW","english_name":"Taiwan","native_name":"Taiwan"},{"iso_3166_1":"TZ","english_name":"Tanzania","native_name":"Tanzania"},{"iso_3166_1":"UA","english_name":"Ukraine","native_name":"Ukraine"},{"iso_3166_1":"UG","english_name":"Uganda","native_name":"Uganda"},{"iso_3166_1":"UM","english_name":"United States Minor Outlying Islands","native_name":"U.S. Outlying Islands"},{"iso_3166_1":"US","english_name":"United States of America","native_name":"United States"},{"iso_3166_1":"UY","english_name":"Uruguay","native_name":"Uruguay"},{"iso_3166_1":"UZ","english_name":"Uzbekistan","native_name":"Uzbekistan"},{"iso_3166_1":"VA","english_name":"Holy See","native_name":"Vatican City"},{"iso_3166_1":"VC","english_name":"St. Vincent and the Grenadines","native_name":"St. Vincent & Grenadines"},{"iso_3166_1":"VE","english_name":"Venezuela","native_name":"Venezuela"},{"iso_3166_1":"VG","english_name":"British Virgin Islands","native_name":"British Virgin Islands"},{"iso_3166_1":"VI","english_name":"US Virgin Islands","native_name":"U.S. Virgin Islands"},{"iso_3166_1":"VN","english_name":"Vietnam","native_name":"Vietnam"},{"iso_3166_1":"VU","english_name":"Vanuatu","native_name":"Vanuatu"},{"iso_3166_1":"WF","english_name":"Wallis and Futuna Islands","native_name":"Wallis & Futuna"},{"iso_3166_1":"WS","english_name":"Samoa","native_name":"Samoa"},{"iso_3166_1":"XC","english_name":"Czechoslovakia","native_name":"Czechoslovakia"},{"iso_3166_1":"XG","english_name":"East Germany","native_name":"East Germany"},{"iso_3166_1":"XK","english_name":"Kosovo","native_name":"Kosovo"},{"iso_3166_1":"YE","english_name":"Yemen","native_name":"Yemen"},{"iso_3166_1":"YT","english_name":"Mayotte","native_name":"Mayotte"},{"iso_3166_1":"YU","english_name":"Yugoslavia","native_name":"Yugoslavia"},{"iso_3166_1":"ZA","english_name":"South Africa","native_name":"South Africa"},{"iso_3166_1":"ZM","english_name":"Zambia","native_name":"Zambia"},{"iso_3166_1":"ZW","english_name":"Zimbabwe","native_name":"Zimbabwe"}]
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of timezones used throughout TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | b262d910-e81a-4217-9bf7-54db1a75e0c5 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:36 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"146b9a0ebca2b48707712418ce1d1215" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | NGVP6uURfyKVnKepAE1Fc2pW95xjaNB4XIol9VD2rQm_h5g3TOFkWw== |
[{"iso_3166_1":"AD","zones":["Europe/Andorra"]},{"iso_3166_1":"AE","zones":["Asia/Dubai"]},{"iso_3166_1":"AF","zones":["Asia/Kabul"]},{"iso_3166_1":"AG","zones":["America/Puerto_Rico"]},{"iso_3166_1":"AI","zones":["America/Puerto_Rico"]},{"iso_3166_1":"AL","zones":["Europe/Tirane"]},{"iso_3166_1":"AM","zones":["Asia/Yerevan"]},{"iso_3166_1":"AO","zones":["Africa/Lagos"]},{"iso_3166_1":"AQ","zones":["Antarctica/Casey","Antarctica/Davis","Antarctica/Mawson","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Troll","Asia/Urumqi","Pacific/Auckland","Pacific/Port_Moresby","Asia/Riyadh"]},{"iso_3166_1":"AR","zones":["America/Argentina/Buenos_Aires","America/Argentina/Cordoba","America/Argentina/Salta","America/Argentina/Jujuy","America/Argentina/Tucuman","America/Argentina/Catamarca","America/Argentina/La_Rioja","America/Argentina/San_Juan","America/Argentina/Mendoza","America/Argentina/San_Luis","America/Argentina/Rio_Gallegos","America/Argentina/Ushuaia"]},{"iso_3166_1":"AS","zones":["Pacific/Pago_Pago"]},{"iso_3166_1":"AT","zones":["Europe/Vienna"]},{"iso_3166_1":"AU","zones":["Australia/Lord_Howe","Antarctica/Macquarie","Australia/Hobart","Australia/Melbourne","Australia/Sydney","Australia/Broken_Hill","Australia/Brisbane","Australia/Lindeman","Australia/Adelaide","Australia/Darwin","Australia/Perth","Australia/Eucla"]},{"iso_3166_1":"AW","zones":["America/Puerto_Rico"]},{"iso_3166_1":"AX","zones":["Europe/Helsinki"]},{"iso_3166_1":"AZ","zones":["Asia/Baku"]},{"iso_3166_1":"BA","zones":["Europe/Belgrade"]},{"iso_3166_1":"BB","zones":["America/Barbados"]},{"iso_3166_1":"BD","zones":["Asia/Dhaka"]},{"iso_3166_1":"BE","zones":["Europe/Brussels"]},{"iso_3166_1":"BF","zones":["Africa/Abidjan"]},{"iso_3166_1":"BG","zones":["Europe/Sofia"]},{"iso_3166_1":"BH","zones":["Asia/Qatar"]},{"iso_3166_1":"BI","zones":["Africa/Maputo"]},{"iso_3166_1":"BJ","zones":["Africa/Lagos"]},{"iso_3166_1":"BL","zones":["America/Puerto_Rico"]},{"iso_3166_1":"BM","zones":["Atlantic/Bermuda"]},{"iso_3166_1":"BN","zones":["Asia/Kuching"]},{"iso_3166_1":"BO","zones":["America/La_Paz"]},{"iso_3166_1":"BQ","zones":["America/Puerto_Rico"]},{"iso_3166_1":"BR","zones":["America/Noronha","America/Belem","America/Fortaleza","America/Recife","America/Araguaina","America/Maceio","America/Bahia","America/Sao_Paulo","America/Campo_Grande","America/Cuiaba","America/Santarem","America/Porto_Velho","America/Boa_Vista","America/Manaus","America/Eirunepe","America/Rio_Branco"]},{"iso_3166_1":"BS","zones":["America/Toronto"]},{"iso_3166_1":"BT","zones":["Asia/Thimphu"]},{"iso_3166_1":"BV","zones":[]},{"iso_3166_1":"BW","zones":["Africa/Maputo"]},{"iso_3166_1":"BY","zones":["Europe/Minsk"]},{"iso_3166_1":"BZ","zones":["America/Belize"]},{"iso_3166_1":"CA","zones":["America/St_Johns","America/Halifax","America/Glace_Bay","America/Moncton","America/Goose_Bay","America/Toronto","America/Nipigon","America/Thunder_Bay","America/Iqaluit","America/Pangnirtung","America/Winnipeg","America/Rainy_River","America/Resolute","America/Rankin_Inlet","America/Regina","America/Swift_Current","America/Edmonton","America/Cambridge_Bay","America/Yellowknife","America/Inuvik","America/Dawson_Creek","America/Fort_Nelson","America/Whitehorse","America/Dawson","America/Vancouver","America/Panama","America/Puerto_Rico","America/Phoenix"]},{"iso_3166_1":"CC","zones":["Asia/Yangon"]},{"iso_3166_1":"CD","zones":["Africa/Maputo","Africa/Lagos"]},{"iso_3166_1":"CF","zones":["Africa/Lagos"]},{"iso_3166_1":"CG","zones":["Africa/Lagos"]},{"iso_3166_1":"CH","zones":["Europe/Zurich"]},{"iso_3166_1":"CI","zones":["Africa/Abidjan"]},{"iso_3166_1":"CK","zones":["Pacific/Rarotonga"]},{"iso_3166_1":"CL","zones":["America/Santiago","America/Punta_Arenas","Pacific/Easter"]},{"iso_3166_1":"CM","zones":["Africa/Lagos"]},{"iso_3166_1":"CN","zones":["Asia/Shanghai","Asia/Urumqi"]},{"iso_3166_1":"CO","zones":["America/Bogota"]},{"iso_3166_1":"CR","zones":["America/Costa_Rica"]},{"iso_3166_1":"CU","zones":["America/Havana"]},{"iso_3166_1":"CV","zones":["Atlantic/Cape_Verde"]},{"iso_3166_1":"CW","zones":["America/Puerto_Rico"]},{"iso_3166_1":"CX","zones":["Asia/Bangkok"]},{"iso_3166_1":"CY","zones":["Asia/Nicosia","Asia/Famagusta"]},{"iso_3166_1":"CZ","zones":["Europe/Prague"]},{"iso_3166_1":"DE","zones":["Europe/Berlin","Europe/Zurich"]},{"iso_3166_1":"DJ","zones":["Africa/Nairobi"]},{"iso_3166_1":"DK","zones":["Europe/Berlin"]},{"iso_3166_1":"DM","zones":["America/Puerto_Rico"]},{"iso_3166_1":"DO","zones":["America/Santo_Domingo"]},{"iso_3166_1":"DZ","zones":["Africa/Algiers"]},{"iso_3166_1":"EC","zones":["America/Guayaquil","Pacific/Galapagos"]},{"iso_3166_1":"EE","zones":["Europe/Tallinn"]},{"iso_3166_1":"EG","zones":["Africa/Cairo"]},{"iso_3166_1":"EH","zones":["Africa/El_Aaiun"]},{"iso_3166_1":"ER","zones":["Africa/Nairobi"]},{"iso_3166_1":"ES","zones":["Europe/Madrid","Africa/Ceuta","Atlantic/Canary"]},{"iso_3166_1":"ET","zones":["Africa/Nairobi"]},{"iso_3166_1":"FI","zones":["Europe/Helsinki"]},{"iso_3166_1":"FJ","zones":["Pacific/Fiji"]},{"iso_3166_1":"FK","zones":["Atlantic/Stanley"]},{"iso_3166_1":"FM","zones":["Pacific/Kosrae","Pacific/Port_Moresby","Pacific/Guadalcanal"]},{"iso_3166_1":"FO","zones":["Atlantic/Faroe"]},{"iso_3166_1":"FR","zones":["Europe/Paris"]},{"iso_3166_1":"GA","zones":["Africa/Lagos"]},{"iso_3166_1":"GB","zones":["Europe/London"]},{"iso_3166_1":"GD","zones":["America/Puerto_Rico"]},{"iso_3166_1":"GE","zones":["Asia/Tbilisi"]},{"iso_3166_1":"GF","zones":["America/Cayenne"]},{"iso_3166_1":"GG","zones":["Europe/London"]},{"iso_3166_1":"GH","zones":["Africa/Abidjan"]},{"iso_3166_1":"GI","zones":["Europe/Gibraltar"]},{"iso_3166_1":"GL","zones":["America/Nuuk","America/Danmarkshavn","America/Scoresbysund","America/Thule"]},{"iso_3166_1":"GM","zones":["Africa/Abidjan"]},{"iso_3166_1":"GN","zones":["Africa/Abidjan"]},{"iso_3166_1":"GP","zones":["America/Puerto_Rico"]},{"iso_3166_1":"GQ","zones":["Africa/Lagos"]},{"iso_3166_1":"GR","zones":["Europe/Athens"]},{"iso_3166_1":"GS","zones":["Atlantic/South_Georgia"]},{"iso_3166_1":"GT","zones":["America/Guatemala"]},{"iso_3166_1":"GU","zones":["Pacific/Guam"]},{"iso_3166_1":"GW","zones":["Africa/Bissau"]},{"iso_3166_1":"GY","zones":["America/Guyana"]},{"iso_3166_1":"HK","zones":["Asia/Hong_Kong"]},{"iso_3166_1":"HM","zones":[]},{"iso_3166_1":"HN","zones":["America/Tegucigalpa"]},{"iso_3166_1":"HR","zones":["Europe/Belgrade"]},{"iso_3166_1":"HT","zones":["America/Port-au-Prince"]},{"iso_3166_1":"HU","zones":["Europe/Budapest"]},{"iso_3166_1":"ID","zones":["Asia/Jakarta","Asia/Pontianak","Asia/Makassar","Asia/Jayapura"]},{"iso_3166_1":"IE","zones":["Europe/Dublin"]},{"iso_3166_1":"IL","zones":["Asia/Jerusalem"]},{"iso_3166_1":"IM","zones":["Europe/London"]},{"iso_3166_1":"IN","zones":["Asia/Kolkata"]},{"iso_3166_1":"IO","zones":["Indian/Chagos"]},{"iso_3166_1":"IQ","zones":["Asia/Baghdad"]},{"iso_3166_1":"IR","zones":["Asia/Tehran"]},{"iso_3166_1":"IS","zones":["Africa/Abidjan"]},{"iso_3166_1":"IT","zones":["Europe/Rome"]},{"iso_3166_1":"JE","zones":["Europe/London"]},{"iso_3166_1":"JM","zones":["America/Jamaica"]},{"iso_3166_1":"JO","zones":["Asia/Amman"]},{"iso_3166_1":"JP","zones":["Asia/Tokyo"]},{"iso_3166_1":"KE","zones":["Africa/Nairobi"]},{"iso_3166_1":"KG","zones":["Asia/Bishkek"]},{"iso_3166_1":"KH","zones":["Asia/Bangkok"]},{"iso_3166_1":"KI","zones":["Pacific/Tarawa","Pacific/Kanton","Pacific/Kiritimati"]},{"iso_3166_1":"KM","zones":["Africa/Nairobi"]},{"iso_3166_1":"KN","zones":["America/Puerto_Rico"]},{"iso_3166_1":"KP","zones":["Asia/Pyongyang"]},{"iso_3166_1":"KR","zones":["Asia/Seoul"]},{"iso_3166_1":"KW","zones":["Asia/Riyadh"]},{"iso_3166_1":"KY","zones":["America/Panama"]},{"iso_3166_1":"KZ","zones":["Asia/Almaty","Asia/Qyzylorda","Asia/Qostanay","Asia/Aqtobe","Asia/Aqtau","Asia/Atyrau","Asia/Oral"]},{"iso_3166_1":"LA","zones":["Asia/Bangkok"]},{"iso_3166_1":"LB","zones":["Asia/Beirut"]},{"iso_3166_1":"LC","zones":["America/Puerto_Rico"]},{"iso_3166_1":"LI","zones":["Europe/Zurich"]},{"iso_3166_1":"LK","zones":["Asia/Colombo"]},{"iso_3166_1":"LR","zones":["Africa/Monrovia"]},{"iso_3166_1":"LS","zones":["Africa/Johannesburg"]},{"iso_3166_1":"LT","zones":["Europe/Vilnius"]},{"iso_3166_1":"LU","zones":["Europe/Brussels"]},{"iso_3166_1":"LV","zones":["Europe/Riga"]},{"iso_3166_1":"LY","zones":["Africa/Tripoli"]},{"iso_3166_1":"MA","zones":["Africa/Casablanca"]},{"iso_3166_1":"MC","zones":["Europe/Paris"]},{"iso_3166_1":"MD","zones":["Europe/Chisinau"]},{"iso_3166_1":"ME","zones":["Europe/Belgrade"]},{"iso_3166_1":"MF","zones":["America/Puerto_Rico"]},{"iso_3166_1":"MG","zones":["Africa/Nairobi"]},{"iso_3166_1":"MH","zones":["Pacific/Kwajalein","Pacific/Tarawa"]},{"iso_3166_1":"MK","zones":["Europe/Belgrade"]},{"iso_3166_1":"ML","zones":["Africa/Abidjan"]},{"iso_3166_1":"MM","zones":["Asia/Yangon"]},{"iso_3166_1":"MN","zones":["Asia/Ulaanbaatar","Asia/Hovd","Asia/Choibalsan"]},{"iso_3166_1":"MO","zones":["Asia/Macau"]},{"iso_3166_1":"MP","zones":["Pacific/Guam"]},{"iso_3166_1":"MQ","zones":["America/Martinique"]},{"iso_3166_1":"MR","zones":["Africa/Abidjan"]},{"iso_3166_1":"MS","zones":["America/Puerto_Rico"]},{"iso_3166_1":"MT","zones":["Europe/Malta"]},{"iso_3166_1":"MU","zones":["Indian/Mauritius"]},{"iso_3166_1":"MV","zones":["Indian/Maldives"]},{"iso_3166_1":"MW","zones":["Africa/Maputo"]},{"iso_3166_1":"MX","zones":["America/Mexico_City","America/Cancun","America/Merida","America/Monterrey","America/Matamoros","America/Mazatlan","America/Chihuahua","America/Ojinaga","America/Hermosillo","America/Tijuana","America/Bahia_Banderas"]},{"iso_3166_1":"MY","zones":["Asia/Kuching","Asia/Singapore"]},{"iso_3166_1":"MZ","zones":["Africa/Maputo"]},{"iso_3166_1":"NA","zones":["Africa/Windhoek"]},{"iso_3166_1":"NC","zones":["Pacific/Noumea"]},{"iso_3166_1":"NE","zones":["Africa/Lagos"]},{"iso_3166_1":"NF","zones":["Pacific/Norfolk"]},{"iso_3166_1":"NG","zones":["Africa/Lagos"]},{"iso_3166_1":"NI","zones":["America/Managua"]},{"iso_3166_1":"NL","zones":["Europe/Brussels"]},{"iso_3166_1":"NO","zones":["Europe/Berlin"]},{"iso_3166_1":"NP","zones":["Asia/Kathmandu"]},{"iso_3166_1":"NR","zones":["Pacific/Nauru"]},{"iso_3166_1":"NU","zones":["Pacific/Niue"]},{"iso_3166_1":"NZ","zones":["Pacific/Auckland","Pacific/Chatham"]},{"iso_3166_1":"OM","zones":["Asia/Dubai"]},{"iso_3166_1":"PA","zones":["America/Panama"]},{"iso_3166_1":"PE","zones":["America/Lima"]},{"iso_3166_1":"PF","zones":["Pacific/Tahiti","Pacific/Marquesas","Pacific/Gambier"]},{"iso_3166_1":"PG","zones":["Pacific/Port_Moresby","Pacific/Bougainville"]},{"iso_3166_1":"PH","zones":["Asia/Manila"]},{"iso_3166_1":"PK","zones":["Asia/Karachi"]},{"iso_3166_1":"PL","zones":["Europe/Warsaw"]},{"iso_3166_1":"PM","zones":["America/Miquelon"]},{"iso_3166_1":"PN","zones":["Pacific/Pitcairn"]},{"iso_3166_1":"PR","zones":["America/Puerto_Rico"]},{"iso_3166_1":"PS","zones":["Asia/Gaza","Asia/Hebron"]},{"iso_3166_1":"PT","zones":["Europe/Lisbon","Atlantic/Madeira","Atlantic/Azores"]},{"iso_3166_1":"PW","zones":["Pacific/Palau"]},{"iso_3166_1":"PY","zones":["America/Asuncion"]},{"iso_3166_1":"QA","zones":["Asia/Qatar"]},{"iso_3166_1":"RE","zones":["Asia/Dubai"]},{"iso_3166_1":"RO","zones":["Europe/Bucharest"]},{"iso_3166_1":"RS","zones":["Europe/Belgrade"]},{"iso_3166_1":"RU","zones":["Europe/Kaliningrad","Europe/Moscow","Europe/Simferopol","Europe/Kirov","Europe/Volgograd","Europe/Astrakhan","Europe/Saratov","Europe/Ulyanovsk","Europe/Samara","Asia/Yekaterinburg","Asia/Omsk","Asia/Novosibirsk","Asia/Barnaul","Asia/Tomsk","Asia/Novokuznetsk","Asia/Krasnoyarsk","Asia/Irkutsk","Asia/Chita","Asia/Yakutsk","Asia/Khandyga","Asia/Vladivostok","Asia/Ust-Nera","Asia/Magadan","Asia/Sakhalin","Asia/Srednekolymsk","Asia/Kamchatka","Asia/Anadyr"]},{"iso_3166_1":"RW","zones":["Africa/Maputo"]},{"iso_3166_1":"SA","zones":["Asia/Riyadh"]},{"iso_3166_1":"SB","zones":["Pacific/Guadalcanal"]},{"iso_3166_1":"SC","zones":["Asia/Dubai"]},{"iso_3166_1":"SD","zones":["Africa/Khartoum"]},{"iso_3166_1":"SE","zones":["Europe/Berlin"]},{"iso_3166_1":"SG","zones":["Asia/Singapore"]},{"iso_3166_1":"SH","zones":["Africa/Abidjan"]},{"iso_3166_1":"SI","zones":["Europe/Belgrade"]},{"iso_3166_1":"SJ","zones":["Europe/Berlin"]},{"iso_3166_1":"SK","zones":["Europe/Prague"]},{"iso_3166_1":"SL","zones":["Africa/Abidjan"]},{"iso_3166_1":"SM","zones":["Europe/Rome"]},{"iso_3166_1":"SN","zones":["Africa/Abidjan"]},{"iso_3166_1":"SO","zones":["Africa/Nairobi"]},{"iso_3166_1":"SR","zones":["America/Paramaribo"]},{"iso_3166_1":"SS","zones":["Africa/Juba"]},{"iso_3166_1":"ST","zones":["Africa/Sao_Tome"]},{"iso_3166_1":"SV","zones":["America/El_Salvador"]},{"iso_3166_1":"SX","zones":["America/Puerto_Rico"]},{"iso_3166_1":"SY","zones":["Asia/Damascus"]},{"iso_3166_1":"SZ","zones":["Africa/Johannesburg"]},{"iso_3166_1":"TC","zones":["America/Grand_Turk"]},{"iso_3166_1":"TD","zones":["Africa/Ndjamena"]},{"iso_3166_1":"TF","zones":["Asia/Dubai","Indian/Maldives"]},{"iso_3166_1":"TG","zones":["Africa/Abidjan"]},{"iso_3166_1":"TH","zones":["Asia/Bangkok"]},{"iso_3166_1":"TJ","zones":["Asia/Dushanbe"]},{"iso_3166_1":"TK","zones":["Pacific/Fakaofo"]},{"iso_3166_1":"TL","zones":["Asia/Dili"]},{"iso_3166_1":"TM","zones":["Asia/Ashgabat"]},{"iso_3166_1":"TN","zones":["Africa/Tunis"]},{"iso_3166_1":"TO","zones":["Pacific/Tongatapu"]},{"iso_3166_1":"TR","zones":["Europe/Istanbul"]},{"iso_3166_1":"TT","zones":["America/Puerto_Rico"]},{"iso_3166_1":"TV","zones":["Pacific/Tarawa"]},{"iso_3166_1":"TW","zones":["Asia/Taipei"]},{"iso_3166_1":"TZ","zones":["Africa/Nairobi"]},{"iso_3166_1":"UA","zones":["Europe/Kyiv","Europe/Uzhgorod","Europe/Zaporozhye","Europe/Simferopol"]},{"iso_3166_1":"UG","zones":["Africa/Nairobi"]},{"iso_3166_1":"UM","zones":["Pacific/Pago_Pago","Pacific/Tarawa","Pacific/Honolulu"]},{"iso_3166_1":"US","zones":["America/New_York","America/Detroit","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Indiana/Indianapolis","America/Indiana/Vincennes","America/Indiana/Winamac","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Vevay","America/Chicago","America/Indiana/Tell_City","America/Indiana/Knox","America/Menominee","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/North_Dakota/Beulah","America/Denver","America/Boise","America/Phoenix","America/Los_Angeles","America/Anchorage","America/Juneau","America/Sitka","America/Metlakatla","America/Yakutat","America/Nome","America/Adak","Pacific/Honolulu"]},{"iso_3166_1":"UY","zones":["America/Montevideo"]},{"iso_3166_1":"UZ","zones":["Asia/Samarkand","Asia/Tashkent"]},{"iso_3166_1":"VA","zones":["Europe/Rome"]},{"iso_3166_1":"VC","zones":["America/Puerto_Rico"]},{"iso_3166_1":"VE","zones":["America/Caracas"]},{"iso_3166_1":"VG","zones":["America/Puerto_Rico"]},{"iso_3166_1":"VI","zones":["America/Puerto_Rico"]},{"iso_3166_1":"VN","zones":["Asia/Ho_Chi_Minh","Asia/Bangkok"]},{"iso_3166_1":"VU","zones":["Pacific/Efate"]},{"iso_3166_1":"WF","zones":["Pacific/Tarawa"]},{"iso_3166_1":"WS","zones":["Pacific/Apia"]},{"iso_3166_1":"YE","zones":["Asia/Riyadh"]},{"iso_3166_1":"YT","zones":["Africa/Nairobi"]},{"iso_3166_1":"ZA","zones":["Africa/Johannesburg"]},{"iso_3166_1":"ZM","zones":["Africa/Maputo"]},{"iso_3166_1":"ZW","zones":["Africa/Maputo"]}]
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the jobs and departments we use on TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | bf1bf3a0-cc86-455f-96be-e06f31ea1031 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:36 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"5c5a2c571ab24555da907bc2770fc4aa" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | OECaYkGQgKCB-CJRiDEX8ZGfv7_09yqyjGMXRwhCPfFDp5r2S1aDTQ== |
[{"department":"Editing","jobs":["Editor","Supervising Film Editor","Additional Editing","Editorial Manager","First Assistant Editor","Additional Editorial Assistant","Editorial Coordinator","Editorial Production Assistant","Editorial Services","Archival Footage Coordinator","Archival Footage Research","Color Timer","Digital Intermediate","Other","Assistant Editor","Associate Editor","Co-Editor","Negative Cutter","3D Digital Colorist","3D Editor","Additional Colorist","Additional Editor","Assistant Picture Editor","Atmos Editor","Color Assistant","Color Grading","Colorist","Consulting Editor","Dailies Manager","Dailies Operator","Dailies Technician","Digital Color Timer","Digital Colorist","Digital Conform Editor","Digital Intermediate Assistant","Digital Intermediate Colorist","Digital Intermediate Data Wrangler","Digital Intermediate Editor","Digital Intermediate Producer","Editorial Consultant","EPK Editor","First Assistant Picture Editor","Lead Editor","Online Editor","Project Manager","Senior Colorist","Senior Digital Intermediate Colorist","Stereoscopic Editor","Supervising Editor"]},{"department":"Lighting","jobs":["Lighting Technician","Best Boy Electric","Gaffer","Rigging Gaffer","Lighting Supervisor","Lighting Manager","Directing Lighting Artist","Master Lighting Artist","Lighting Artist","Lighting Coordinator","Lighting Production Assistant","Best Boy Electrician","Electrician","Rigging Grip","Other","Chief Lighting Technician","Lighting Director","Rigging Supervisor","Underwater Gaffer","Additional Gaffer","Additional Lighting Technician","Assistant Chief Lighting Technician","Assistant Electrician","Assistant Gaffer","Best Boy Lighting Technician","Daily Electrics","Genetator Operator","Key Rigging Grip","Lighting Design","Lighting Programmer","O.B. Lighting","Standby Rigger"]},{"department":"Costume & Make-Up","jobs":["Costume Design","Makeup Artist","Hairstylist","Set Dressing Artist","Set Dressing Supervisor","Set Dressing Manager","Set Dressing Production Assistant","Facial Setup Artist","Hair Setup","Costume Supervisor","Set Costumer","Makeup Department Head","Wigmaker","Shoe Design","Other","Co-Costume Designer","Hair Department Head","Hair Designer","Makeup Designer","Assistant Costume Designer","Prosthetic Supervisor","Seamstress","Key Hair Stylist","Ager/Dyer","Costume Consultant","Costume Coordinator","Costume Illustrator","Hair Supervisor","Key Costumer","Key Makeup Artist","Key Set Costumer","Makeup Effects Designer","Makeup Supervisor","Prosthetic Designer","Prosthetic Makeup Artist","Tailor","Tattoo Designer","Wardrobe Supervisor","Wig Designer","Additional Hairstylist","Additional Wardrobe Assistant","Assistant Hairstylist","Assistant Hairdresser","Assistant Makeup Artist","Contact Lens Designer","Contact Lens Painter","Contact Lens Technician","Costume Assistant","Costume Mistress","Costume Designer","Costume Set Supervisor","Costume Standby","Costumer","Daily Makeup & Hair","Daily Wardrobe","Dresser","Extras Dresser","Extras Makeup Artist","First Assistant Hairstylist","First Assistant Makeup Artist","Hair Assistant","Hairdresser","Key Dresser","Key Hairdresser","Lead Costumer","Makeup & Hair","Makeup & Hair Assistant","Makeup Trainee","On Set Dresser","Principal Costumer","Prosthetics","Prosthetics Painter","Prosthetics Sculptor","Special Effects Key Makeup Artist","Special Effects Makeup Artist","Truck Costumer","Truck Supervisor","Wardrobe Assistant","Wardrobe Coordinator","Wardrobe Designer","Wardrobe Intern","Wardrobe Master","Wardrobe Specialized Technician"]},{"department":"Crew","jobs":["Special Effects","Post Production Supervisor","Second Unit","Choreographer","Stunts","Stunt Coordinator","Special Effects Coordinator","Supervising Technical Director","Supervising Animator","Production Artist","Sequence Lead","Second Film Editor","Temp Music Editor","Temp Sound Editor","Sequence Supervisor","Software Team Lead","Software Engineer","Documentation & Support","Machinist","Photoscience Manager","Department Administrator","Schedule Coordinator","Supervisor of Production Resources","Production Office Assistant","Information Systems Manager","Systems Administrators & Support","Projection","Post Production Assistant","Sound Design Assistant","Mix Technician","Motion Actor","Sets & Props Supervisor","Compositor","Tattooist","Sets & Props Artist","Motion Capture Artist","Sequence Artist","Mixing Engineer","Special Sound Effects","Post-Production Manager","Dialect Coach","Picture Car Coordinator","Cableman","Set Production Assistant","Video Assist Operator","Unit Publicist","Set Medic","Stand In","Transportation Coordinator","Transportation Captain","Post Production Consulting","Production Intern","Utility Stunts","Actor's Assistant","Set Production Intern","Production Controller","Studio Teacher","Chef","Craft Service","Scenic Artist","Propmaker","Prop Maker","Transportation Co-Captain","Driver","Security","Second Unit Cinematographer","Loader","Manager of Operations","Quality Control Supervisor","Legal Services","Public Relations","Score Engineer","Translator","Title Graphics","Telecine Colorist","Animatronic and Prosthetic Effects","Martial Arts Choreographer","Cinematography","Steadycam","Executive Visual Effects Producer","Visual Effects Design Consultant","Digital Effects Supervisor","Digital Producer","CG Supervisor","Visual Effects Art Director","Visual Effects Editor","Executive in Charge of Finance","Associate Choreographer","Makeup Effects","Treatment","Dramaturgy","Lighting Camera","Technical Supervisor","CGI Supervisor","Creative Consultant","Script","Executive Music Producer","Commissioning Editor","Additional Writing","Additional Music","Poem","Thanks","Creator","Additional Dialogue","Video Game","Graphic Novel Illustrator","Other","Series Writer","Radio Play","Armorer","Carpenter","Editorial Staff","Aerial Coordinator","Animal Coordinator","Animal Wrangler","Animatronics Designer","Drone Operator","In Memory Of","Pilot","Presenter","Animatronics Supervisor","Armory Coordinator","Digital Effects Producer","Fight Choreographer","Marine Coordinator","Pyrotechnician","Techno Crane Operator","Acting Double","Additional Script Supervisor","Administrative Assistant","Assistant Chef","Assistant Craft Service","Assistant Picture Car Coordinator","Assistant Script","Assistant Vehicles Coordinator","Base Camp Operator","Captain Driver","Cast Driver","Catering","Catering Head Chef","Chaperone","Chaperone Tutor","Charge Scenic Artist","Child Wrangler","Clearances Coordinator","Clearances Consultant","Dialogue Coach","Digital Supervisor","Director of Communications","File Footage","Film Processor","Floor Runner","Generator Operator","Head Driver","Health and Safety","Interactive Manager","Intern","Key Scenic Artist","Key Special Effects","Logistics Coordinator","Marine Pilot","Master at Arms","Medical Consultant","Military Consultant","Playback Coordinator","Police Consultant","Post Production Scripts","Receptionist","Scientific Consultant","Security Coordinator","Series Publicist","Set Runner","Special Effects Assistant","Special Effects Best Boy","Special Effects Manager","Special Effects Technician","Specialized Driver","Sponsorship Coordinator","Sponsorship Director","Stunt Double","Stunt Driver","Supervising Armorer","Technical Advisor","Transcriptions","Unit Medic","Vehicles Coordinator","Vehicles Wrangler","Weapons Master","Weapons Wrangler"]},{"department":"Actors","jobs":["Actor","Stunt Double","Voice","Cameo","Special Guest"]},{"department":"Production","jobs":["Producer","Executive Producer","Casting","Production Manager","Unit Production Manager","Line Producer","Location Manager","Other","Production Supervisor","Production Accountant","Production Office Coordinator","Finance","Executive Consultant","Character Technical Supervisor","Development Manager","Administration","Executive In Charge Of Post Production","Production Director","Executive In Charge Of Production","Publicist","Associate Producer","Co-Producer","Co-Executive Producer","Casting Associate","Researcher","Production Coordinator","Consulting Producer","Supervising Producer","Senior Executive Consultant","Unit Manager","ADR Voice Casting","Assistant Production Coordinator","Assistant Production Manager","Casting Assistant","Casting Consultant","Coordinating Producer","Local Casting","Script Researcher","Accountant","Accounting Clerk Assistant","Accounting Supervisor","Accounting Trainee","Additional Casting","Additional Production Assistant","Additional Post-Production Supervisor","Art Department Production Assistant","Assistant Accountant","Assistant Extras Casting","Assistant Location Manager","Assistant Unit Manager","Attorney","Background Casting Director","Back-up Set Production Assistant","Back-up Truck Production Assistant","Broadcast Producer","Business Affairs Coordinator","Casting Coordinator","Casting Director","Casting Producer","Casting Researcher","Consulting Accountant","Contract Manager","Controller","Data Management Technician","Delegated Producer","Development Producer","Director of Operations","Executive Assistant","Executive Co-Producer","Executive Producer's Assistant","Extras Casting","Extras Casting Assistant","Extras Casting Coordinator","Feature Finishing Producer","Finishing Producer","First Assistant Accountant","First Assistant Production Coordinator","General Manager","Grip Production Assistant","Head of Production","Head of Programming","Head of Research","Human Resources","Insert Unit Location Manager","Key Accountant","Key Art Production Assistant","Key Grip Production Assistant","Key Production Assistant","Key Set Production Assistant","Locale Casting Director","Location Assistant","Location Casting","Location Coordinator","Location Production Assistant","Musical Casting","Original Casting","Payroll Accountant","Post Coordinator","Post Producer","Post Production Accountant","Post Production Coordinator","Post Production Producer","Post Production Technical Engineer","Producer's Assistant","Production Assistant","Production Consultant","Production Designer","Production Driver","Production Executive","Production Runner","Production Secretary","Production Trainee","Research Assistant","Second Assistant Accountant","Second Assistant Production Coordinator","Second Assistant Unit Manager","Second Unit Location Manager","Street Casting","Trainee Production Coordinator","Travel Coordinator","Truck Production Assistant","Unit Swing"]},{"department":"Art","jobs":["Production Design","Art Direction","Set Decoration","Set Designer","Conceptual Design","Interior Designer","Settings","Assistant Art Director","Art Department Coordinator","Assistant Property Master","Other","Art Department Manager","Sculptor","Art Department Assistant","Background Designer","Co-Art Director","Set Decoration Buyer","Production Illustrator","Standby Painter","Property Master","Location Scout","Supervising Art Director","Leadman","Greensman","Gun Wrangler","Construction Coordinator","Construction Foreman","Lead Painter","Sign Painter","Painter","Assistant Set Dresser","Conceptual Illustrator","Draughtsman","Lead Set Dresser","Prop Designer","Set Decorating Coordinator","Set Dresser","Storyboard Designer","Title Designer","Additional Construction","Additional Construction Grip","Additional Key Construction Grip","Additional Set Dresser","Additional Storyboarding","Art Department Trainee","Art Designer","Art Direction Intern","Assistant Decorator","Assistant Director of Photography","Assistant Production Design","Assistant Set Decoration Buyer","Assistant Set Decoration","Assistant Set Designer","Assistant Set Propsman","Concept Artist","Construction Buyer","Construction Grip","Construction Manager","Creative Director","Daily Grip","Decorator","Digital Storyboarding","Dressing Prop","First Assistant Art Direction","First Assistant Property Master","Graphic Designer","Head Carpenter","Head Decorator","Head Designer","Head Greensman","Helping Hand","Key Carpenter","Key Construction Grip","Key Set Painter","Main Title Designer","On Set Computer Graphics","On Set Key Props","On Set Props","Opening Title Sequence","Original Series Design","Paint Coordinator","Petty Cash Buyer","Property Builder","Property Buyer","Property Graphic Designer","Props","Runner Art Department","Second Assistant Art Director","Set Dressing Buyer","Set Painter","Set Propsman","Set Supervisor","Set Buyer","Shop Electric","Special Props","Standby Art Director","Standby Carpenter","Standby Property Master","Storyboard Artist","Storyboard Assistant","Supervising Carpenter","Swing","Textile Artist","Title Illustration","Web Designer"]},{"department":"Camera","jobs":["Director of Photography","Underwater Camera","Camera Operator","Still Photographer","Camera Department Manager","Camera Supervisor","Camera Technician","Other","Grip","Steadicam Operator","Additional Camera","Camera Intern","Additional Photography","Helicopter Camera","First Assistant Camera","Additional Still Photographer","Aerial Camera","Aerial Camera Technician","Aerial Director of Photography","Camera Loader","Dolly Grip","Epk Camera Operator","Key Grip","Russian Arm Operator","Second Unit Director of Photography","Ultimate Arm Operator","Underwater Director of Photography","\"A\" Camera Operator","\"B\" Camera Operator","\"C\" Camera Operator","\"D\" Camera Operator","Additional Director of Photography","Additional First Assistant Camera","Additional Grip","Additional Key Grip","Additional Second Assistant Camera","Additional Set Photographer","Additional Underwater Photography","Assistant Camera","Assistant Grip","Best Boy Grip","BTS Footage","BTS Photographer","BTS Videographer","Camera Car","Camera Department Production Assistant","Camera Production Assistant","Camera Trainee","Camera Truck","Clapper Loader","Data Wrangler","Digital Imaging Technician","Drone Cinematographer","Drone Pilot","Epk Director","Epk Producer","First Assistant \"A\" Camera","First Assistant \"B\" Camera","First Assistant \"C\" Camera","First Assistant \"D\" Camera","First Company Grip","Focus Puller","Head of Layout","Jimmy Jib Operator","Libra Head Technician","Phantom Operator","Red Technician","Second Assistant \"A\" Camera","Second Assistant \"B\" Camera","Second Assistant \"C\" Camera","Second Assistant \"D\" Camera","Second Assistant Camera","Second Company Grip","Set Photographer","Third Assistant \"A\" Camera","Third Assistant \"B\" Camera","Third Assistant \"C\" Camera","Third Assistant \"D\" Camera","Third Assistant Camera","Underwater Epk Photographer","Underwater Stills Photographer","Videojournalist","Video Report"]},{"department":"Visual Effects","jobs":["Animation","Visual Effects","Chief Technician / Stop-Motion Expert","Creature Design","Shading","Modeling","CG Painter","Visual Development","Animation Manager","Animation Director","Fix Animator","Animation Department Coordinator","Animation Fix Coordinator","Animation Production Assistant","Visual Effects Supervisor","Mechanical & Creature Designer","Battle Motion Coordinator","Animation Supervisor","VFX Supervisor","Cloth Setup","VFX Artist","CG Engineer","24 Frame Playback","Imaging Science","I/O Supervisor","Visual Effects Producer","VFX Production Coordinator","I/O Manager","Additional Effects Development","Color Designer","Simulation & Effects Production Assistant","Simulation & Effects Artist","Pyrotechnic Supervisor","Special Effects Supervisor","3D Supervisor","3D Director","Digital Compositor","Visual Effects Coordinator","VFX Editor","2D Artist","2D Supervisor","3D Animator","3D Artist","3D Coordinator","3D Generalist","3D Modeller","3D Sequence Supervisor","3D Tracking Layout","CG Animator","CGI Director","Character Designer","Character Modelling Supervisor","Creature Technical Director","Digital Effects Producer","Key Animation","Lead Animator","Lead Character Designer","Matchmove Supervisor","Mechanical Designer","Opening/Ending Animation","Pre-Visualization Supervisor","Roto Supervisor","Stereoscopic Coordinator","VFX Director of Photography","VFX Lighting Artist","Visual Effects Designer","Visual Effects Technical Director","2D Sequence Supervisor","Additional Visual Effects","Animation Coordinator","Animation Technical Director","CG Artist","Compositing Artist","Compositing Lead","Compositing Supervisor","Creature Effects Technical Director","Cyber Scanning Supervisor","Digital Film Recording","Director of Previsualization","Effects Supervisor","Generalist","Head of Animation","Layout Supervisor","Lead Creature Designer","Matte Painter","Modelling Supervisor","Pipeline Technical Director","Photo Retouching","Pre-Visualization Coordinator","Rotoscoping Artist","Senior Animator","Senior Generalist","Senior Modeller","Senior Visual Effects Supervisor","Smoke Artist","Stereoscopic Supervisor","Stereoscopic Technical Director","Supervising Animation Director","Visual Effects Assistant Editor","Visual Effects Camera","Visual Effects Compositor","Visual Effects Director","Visual Effects Lineup","Visual Effects Production Assistant","Visual Effects Production Manager"]},{"department":"Directing","jobs":["Director","Script Supervisor","Other","Layout","Script Coordinator","Special Guest Director","Assistant Director","Co-Director","Continuity","First Assistant Director","Second Assistant Director","Third Assistant Director","Action Director","Additional Second Assistant Director","Additional Third Assistant Director","Assistant Director Trainee","Crowd Assistant Director","Field Director","First Assistant Director (Prep)","First Assistant Director Trainee","Insert Unit Director","Insert Unit First Assistant Director","Second Assistant Director Trainee","Second Second Assistant Director","Second Unit Director","Second Unit First Assistant Director","Series Director","Stage Director"]},{"department":"Sound","jobs":["Original Music Composer","Sound Designer","Sound Editor","Sound Director","Sound Mixer","Music Editor","Sound Effects Editor","Production Sound Mixer","Additional Soundtrack","Supervising Sound Editor","Supervising Sound Effects Editor","Sound Re-Recording Mixer","Recording Supervision","Boom Operator","Sound Montage Associate","Songs","Music","ADR & Dubbing","Sound Recordist","Sound Engineer","Foley","Dialogue Editor","Additional Music Supervisor","First Assistant Sound Editor","Scoring Mixer","Dolby Consultant","Other","Music Director","Orchestrator","Vocal Coach","Music Supervisor","Sound","Musician","Additional Sound Re-Recording Mixer","Additional Sound Re-Recordist","ADR Editor","ADR Supervisor","Apprentice Sound Editor","Assistant Music Supervisor","Assistant Sound Editor","Conductor","Foley Editor","Music Programmer","Music Score Producer","Playback Singer","Sound Effects","Sound Effects Designer","Supervising ADR Editor","Supervising Dialogue Editor","Supervising Music Editor","Theme Song Performance","Utility Sound","Additional Production Sound Mixer","ADR Editor","ADR Engineer","ADR Coordinator","ADR Mixer","ADR Post Producer","ADR Recording Engineer","ADR Recordist","Assistant Dialogue Editor","Assistant Foley Artist","Assistant Sound Designer","Assistant Sound Engineer","Audio Post Coordinator","Digital Foley Artist","Foley Artist","Foley Mixer","Foley Recording Engineer","Foley Recordist","Foley Supervisor","Joint ADR Mixer","Keyboard Programmer","Location Sound Assistant","Location Sound Mixer","Location Sound Recordist","Loop Group Coordinator","Main Title Theme Composer","Music Arranger","Music Co-Supervisor","Music Consultant","Music Coordinator","Music Producer","Music Sound Design and Processing","Music Supervision Assistant","O.B. Sound","Second Assistant Sound","Sound Assistant","Sound Mix Technician","Sound Post Production Coordinator","Sound Post Supervisor","Sound Re-Recording Assistant","Sound Supervisor","Sound Technical Supervisor","Vocals"]},{"department":"Writing","jobs":["Screenplay","Author","Novel","Characters","Theatre Play","Adaptation","Dialogue","Writer","Other","Storyboard","Original Story","Scenario Writer","Screenstory","Musical","Idea","Story","Creative Producer","Teleplay","Opera","Co-Writer","Book","Comic Book","Short Story","Series Composition","Script Editor","Script Consultant","Story Editor","Executive Story Editor","Graphic Novel","Head of Story","Junior Story Editor","Lyricist","Original Concept","Original Film Writer","Original Series Creator","Senior Story Editor","Staff Writer","Story Artist","Story Consultant","Story Coordinator","Story Developer","Story Manager","Story Supervisor","Writers' Assistant","Writers' Production"]}]
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the list of languages (ISO 639-1 tags) used throughout TMDB.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 86235df7-7b73-4911-afb9-4596e1d39e63 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:36 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"6a65c727655a015266a8d5fc5abdd477" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | XskbWjXHvhndshZBhJxoRAC3VXVKEDZwBXgihu6M03yTXIleCr8Flw== |
[{"iso_639_1":"xx","english_name":"No Language","name":"No Language"},{"iso_639_1":"aa","english_name":"Afar","name":""},{"iso_639_1":"af","english_name":"Afrikaans","name":"Afrikaans"},{"iso_639_1":"ak","english_name":"Akan","name":""},{"iso_639_1":"an","english_name":"Aragonese","name":""},{"iso_639_1":"as","english_name":"Assamese","name":""},{"iso_639_1":"av","english_name":"Avaric","name":""},{"iso_639_1":"ae","english_name":"Avestan","name":""},{"iso_639_1":"ay","english_name":"Aymara","name":""},{"iso_639_1":"az","english_name":"Azerbaijani","name":"Azərbaycan"},{"iso_639_1":"ba","english_name":"Bashkir","name":""},{"iso_639_1":"bm","english_name":"Bambara","name":"Bamanankan"},{"iso_639_1":"bi","english_name":"Bislama","name":""},{"iso_639_1":"bo","english_name":"Tibetan","name":""},{"iso_639_1":"br","english_name":"Breton","name":""},{"iso_639_1":"ca","english_name":"Catalan","name":"Català"},{"iso_639_1":"cs","english_name":"Czech","name":"Český"},{"iso_639_1":"ce","english_name":"Chechen","name":""},{"iso_639_1":"cu","english_name":"Slavic","name":""},{"iso_639_1":"cv","english_name":"Chuvash","name":""},{"iso_639_1":"kw","english_name":"Cornish","name":""},{"iso_639_1":"co","english_name":"Corsican","name":""},{"iso_639_1":"cr","english_name":"Cree","name":""},{"iso_639_1":"cy","english_name":"Welsh","name":"Cymraeg"},{"iso_639_1":"da","english_name":"Danish","name":"Dansk"},{"iso_639_1":"de","english_name":"German","name":"Deutsch"},{"iso_639_1":"dv","english_name":"Divehi","name":""},{"iso_639_1":"dz","english_name":"Dzongkha","name":""},{"iso_639_1":"eo","english_name":"Esperanto","name":"Esperanto"},{"iso_639_1":"et","english_name":"Estonian","name":"Eesti"},{"iso_639_1":"eu","english_name":"Basque","name":"euskera"},{"iso_639_1":"fo","english_name":"Faroese","name":""},{"iso_639_1":"fj","english_name":"Fijian","name":""},{"iso_639_1":"fi","english_name":"Finnish","name":"suomi"},{"iso_639_1":"fr","english_name":"French","name":"Français"},{"iso_639_1":"fy","english_name":"Frisian","name":""},{"iso_639_1":"ff","english_name":"Fulah","name":"Fulfulde"},{"iso_639_1":"gd","english_name":"Gaelic","name":""},{"iso_639_1":"ga","english_name":"Irish","name":"Gaeilge"},{"iso_639_1":"gl","english_name":"Galician","name":"Galego"},{"iso_639_1":"gv","english_name":"Manx","name":""},{"iso_639_1":"gn","english_name":"Guarani","name":""},{"iso_639_1":"gu","english_name":"Gujarati","name":""},{"iso_639_1":"ht","english_name":"Haitian; Haitian Creole","name":""},{"iso_639_1":"ha","english_name":"Hausa","name":"Hausa"},{"iso_639_1":"sh","english_name":"Serbo-Croatian","name":""},{"iso_639_1":"hz","english_name":"Herero","name":""},{"iso_639_1":"ho","english_name":"Hiri Motu","name":""},{"iso_639_1":"hr","english_name":"Croatian","name":"Hrvatski"},{"iso_639_1":"hu","english_name":"Hungarian","name":"Magyar"},{"iso_639_1":"ig","english_name":"Igbo","name":""},{"iso_639_1":"io","english_name":"Ido","name":""},{"iso_639_1":"ii","english_name":"Yi","name":""},{"iso_639_1":"iu","english_name":"Inuktitut","name":""},{"iso_639_1":"ie","english_name":"Interlingue","name":""},{"iso_639_1":"ia","english_name":"Interlingua","name":""},{"iso_639_1":"id","english_name":"Indonesian","name":"Bahasa indonesia"},{"iso_639_1":"ik","english_name":"Inupiaq","name":""},{"iso_639_1":"is","english_name":"Icelandic","name":"Íslenska"},{"iso_639_1":"it","english_name":"Italian","name":"Italiano"},{"iso_639_1":"jv","english_name":"Javanese","name":""},{"iso_639_1":"ja","english_name":"Japanese","name":"日本語"},{"iso_639_1":"kl","english_name":"Kalaallisut","name":""},{"iso_639_1":"kn","english_name":"Kannada","name":"?????"},{"iso_639_1":"ks","english_name":"Kashmiri","name":""},{"iso_639_1":"kr","english_name":"Kanuri","name":""},{"iso_639_1":"kk","english_name":"Kazakh","name":"қазақ"},{"iso_639_1":"km","english_name":"Khmer","name":""},{"iso_639_1":"ki","english_name":"Kikuyu","name":""},{"iso_639_1":"rw","english_name":"Kinyarwanda","name":"Kinyarwanda"},{"iso_639_1":"ky","english_name":"Kirghiz","name":"??????"},{"iso_639_1":"kv","english_name":"Komi","name":""},{"iso_639_1":"kg","english_name":"Kongo","name":""},{"iso_639_1":"ko","english_name":"Korean","name":"한국어/조선말"},{"iso_639_1":"kj","english_name":"Kuanyama","name":""},{"iso_639_1":"ku","english_name":"Kurdish","name":""},{"iso_639_1":"lo","english_name":"Lao","name":""},{"iso_639_1":"la","english_name":"Latin","name":"Latin"},{"iso_639_1":"lv","english_name":"Latvian","name":"Latviešu"},{"iso_639_1":"li","english_name":"Limburgish","name":""},{"iso_639_1":"ln","english_name":"Lingala","name":""},{"iso_639_1":"lt","english_name":"Lithuanian","name":"Lietuvių"},{"iso_639_1":"lb","english_name":"Letzeburgesch","name":""},{"iso_639_1":"lu","english_name":"Luba-Katanga","name":""},{"iso_639_1":"lg","english_name":"Ganda","name":""},{"iso_639_1":"mh","english_name":"Marshall","name":""},{"iso_639_1":"ml","english_name":"Malayalam","name":""},{"iso_639_1":"mr","english_name":"Marathi","name":""},{"iso_639_1":"mg","english_name":"Malagasy","name":""},{"iso_639_1":"mt","english_name":"Maltese","name":"Malti"},{"iso_639_1":"mo","english_name":"Moldavian","name":""},{"iso_639_1":"mn","english_name":"Mongolian","name":""},{"iso_639_1":"mi","english_name":"Maori","name":""},{"iso_639_1":"ms","english_name":"Malay","name":"Bahasa melayu"},{"iso_639_1":"my","english_name":"Burmese","name":""},{"iso_639_1":"na","english_name":"Nauru","name":""},{"iso_639_1":"nv","english_name":"Navajo","name":""},{"iso_639_1":"nr","english_name":"Ndebele","name":""},{"iso_639_1":"nd","english_name":"Ndebele","name":""},{"iso_639_1":"ng","english_name":"Ndonga","name":""},{"iso_639_1":"ne","english_name":"Nepali","name":""},{"iso_639_1":"nl","english_name":"Dutch","name":"Nederlands"},{"iso_639_1":"nn","english_name":"Norwegian Nynorsk","name":""},{"iso_639_1":"nb","english_name":"Norwegian Bokmål","name":"Bokmål"},{"iso_639_1":"no","english_name":"Norwegian","name":"Norsk"},{"iso_639_1":"ny","english_name":"Chichewa; Nyanja","name":""},{"iso_639_1":"oc","english_name":"Occitan","name":""},{"iso_639_1":"oj","english_name":"Ojibwa","name":""},{"iso_639_1":"or","english_name":"Oriya","name":""},{"iso_639_1":"om","english_name":"Oromo","name":""},{"iso_639_1":"os","english_name":"Ossetian; Ossetic","name":""},{"iso_639_1":"pi","english_name":"Pali","name":""},{"iso_639_1":"pl","english_name":"Polish","name":"Polski"},{"iso_639_1":"pt","english_name":"Portuguese","name":"Português"},{"iso_639_1":"qu","english_name":"Quechua","name":""},{"iso_639_1":"rm","english_name":"Raeto-Romance","name":""},{"iso_639_1":"ro","english_name":"Romanian","name":"Română"},{"iso_639_1":"rn","english_name":"Rundi","name":"Kirundi"},{"iso_639_1":"ru","english_name":"Russian","name":"Pусский"},{"iso_639_1":"sg","english_name":"Sango","name":""},{"iso_639_1":"sa","english_name":"Sanskrit","name":""},{"iso_639_1":"si","english_name":"Sinhalese","name":"සිංහල"},{"iso_639_1":"sk","english_name":"Slovak","name":"Slovenčina"},{"iso_639_1":"sl","english_name":"Slovenian","name":"Slovenščina"},{"iso_639_1":"se","english_name":"Northern Sami","name":""},{"iso_639_1":"sm","english_name":"Samoan","name":""},{"iso_639_1":"sn","english_name":"Shona","name":""},{"iso_639_1":"sd","english_name":"Sindhi","name":""},{"iso_639_1":"so","english_name":"Somali","name":"Somali"},{"iso_639_1":"st","english_name":"Sotho","name":""},{"iso_639_1":"es","english_name":"Spanish","name":"Español"},{"iso_639_1":"sq","english_name":"Albanian","name":"shqip"},{"iso_639_1":"sc","english_name":"Sardinian","name":""},{"iso_639_1":"sr","english_name":"Serbian","name":"Srpski"},{"iso_639_1":"ss","english_name":"Swati","name":""},{"iso_639_1":"su","english_name":"Sundanese","name":""},{"iso_639_1":"sw","english_name":"Swahili","name":"Kiswahili"},{"iso_639_1":"sv","english_name":"Swedish","name":"svenska"},{"iso_639_1":"ty","english_name":"Tahitian","name":""},{"iso_639_1":"ta","english_name":"Tamil","name":"தமிழ்"},{"iso_639_1":"tt","english_name":"Tatar","name":""},{"iso_639_1":"te","english_name":"Telugu","name":"తెలుగు"},{"iso_639_1":"tg","english_name":"Tajik","name":""},{"iso_639_1":"tl","english_name":"Tagalog","name":""},{"iso_639_1":"th","english_name":"Thai","name":"ภาษาไทย"},{"iso_639_1":"ti","english_name":"Tigrinya","name":""},{"iso_639_1":"to","english_name":"Tonga","name":""},{"iso_639_1":"tn","english_name":"Tswana","name":""},{"iso_639_1":"ts","english_name":"Tsonga","name":""},{"iso_639_1":"tk","english_name":"Turkmen","name":""},{"iso_639_1":"tr","english_name":"Turkish","name":"Türkçe"},{"iso_639_1":"tw","english_name":"Twi","name":""},{"iso_639_1":"ug","english_name":"Uighur","name":""},{"iso_639_1":"uk","english_name":"Ukrainian","name":"Український"},{"iso_639_1":"ur","english_name":"Urdu","name":"اردو"},{"iso_639_1":"uz","english_name":"Uzbek","name":"ozbek"},{"iso_639_1":"ve","english_name":"Venda","name":""},{"iso_639_1":"vi","english_name":"Vietnamese","name":"Tiếng Việt"},{"iso_639_1":"vo","english_name":"Volapük","name":""},{"iso_639_1":"wa","english_name":"Walloon","name":""},{"iso_639_1":"wo","english_name":"Wolof","name":"Wolof"},{"iso_639_1":"xh","english_name":"Xhosa","name":""},{"iso_639_1":"yi","english_name":"Yiddish","name":""},{"iso_639_1":"za","english_name":"Zhuang","name":""},{"iso_639_1":"zu","english_name":"Zulu","name":"isiZulu"},{"iso_639_1":"ab","english_name":"Abkhazian","name":""},{"iso_639_1":"zh","english_name":"Mandarin","name":"普通话"},{"iso_639_1":"ps","english_name":"Pushto","name":"پښتو"},{"iso_639_1":"am","english_name":"Amharic","name":""},{"iso_639_1":"ar","english_name":"Arabic","name":"العربية"},{"iso_639_1":"bg","english_name":"Bulgarian","name":"български език"},{"iso_639_1":"cn","english_name":"Cantonese","name":"广州话 / 廣州話"},{"iso_639_1":"mk","english_name":"Macedonian","name":""},{"iso_639_1":"el","english_name":"Greek","name":"ελληνικά"},{"iso_639_1":"fa","english_name":"Persian","name":"فارسی"},{"iso_639_1":"he","english_name":"Hebrew","name":"עִבְרִית"},{"iso_639_1":"hi","english_name":"Hindi","name":"हिन्दी"},{"iso_639_1":"hy","english_name":"Armenian","name":""},{"iso_639_1":"en","english_name":"English","name":"English"},{"iso_639_1":"ee","english_name":"Ewe","name":"Èʋegbe"},{"iso_639_1":"ka","english_name":"Georgian","name":"ქართული"},{"iso_639_1":"pa","english_name":"Punjabi","name":"ਪੰਜਾਬੀ"},{"iso_639_1":"bn","english_name":"Bengali","name":"বাংলা"},{"iso_639_1":"bs","english_name":"Bosnian","name":"Bosanski"},{"iso_639_1":"ch","english_name":"Chamorro","name":"Finu' Chamorro"},{"iso_639_1":"be","english_name":"Belarusian","name":"беларуская мова"},{"iso_639_1":"yo","english_name":"Yoruba","name":"Èdè Yorùbá"}]
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a list of the _officially_ supported translations on TMDB.
While it's technically possible to add a translation in any one of the [languages](#endpoint:tem8QfFFyAfWodrCv) we have added to TMDB (we don't restrict content), the ones listed in this method are the ones we also support for localizing the website with which means they are what we refer to as the "primary" translations.
These are all specified as [IETF tags](https://en.wikipedia.org/wiki/IETF_language_tag) to identify the languages we use on TMDB. There is one exception which is image languages. They are currently only designated by a ISO-639-1 tag. This is a planned upgrade for the future.
We're always open to adding more if you think one should be added. You can ask about getting a new primary translation added by posting on [the forums](https://www.themoviedb.org/talk/category/5047951f760ee3318900009a).
One more thing to mention, these are the translations that map to our website translation project. You can view and contribute to that project [here](https://www.localeapp.com/projects/8267).
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 60ee0860-ba79-433b-b693-a7d2e5c1e7ea |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 23:09:36 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| ETag | W/"10a7311f83d229b011767089f2be1fd0" |
| Cache-Control | max-age=0, private, must-revalidate |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Miss from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | Bqb-6MiVZOC412y63dQh3cS5eNkcA3R8glosm2bL0wCT4XuB8FzFTQ== |
["af-ZA","ar-AE","ar-SA","be-BY","bg-BG","bn-BD","ca-ES","ch-GU","cn-CN","cs-CZ","cy-GB","da-DK","de-AT","de-CH","de-DE","el-GR","en-AU","en-CA","en-GB","en-IE","en-NZ","en-US","eo-EO","es-ES","es-MX","et-EE","eu-ES","fa-IR","fi-FI","fr-CA","fr-FR","ga-IE","gd-GB","gl-ES","he-IL","hi-IN","hr-HR","hu-HU","id-ID","it-IT","ja-JP","ka-GE","kk-KZ","kn-IN","ko-KR","ky-KG","lt-LT","lv-LV","ml-IN","mr-IN","ms-MY","ms-SG","nb-NO","nl-BE","nl-NL","no-NO","pa-IN","pl-PL","pt-BR","pt-PT","ro-RO","ru-RU","si-LK","sk-SK","sl-SI","sq-AL","sr-RS","sv-SE","ta-IN","te-IN","th-TH","tl-PH","tr-TR","uk-UA","vi-VN","zh-CN","zh-HK","zh-SG","zh-TW","zu-ZA"]
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get a movie or TV credit details by id.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| July 13, 2018 | Movie credits are now supported. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 843791d0-0718-4282-bb4d-493f89f44c01 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:26 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | MISS, STORE |
| X-Memc-Key | f5ec7dbc31437b8ae9aad4f643cc24e1e6612ed7 |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15374 |
| ETag | W/"32ba2e233e851bf0a7578071eb6b39f9" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | uEME2vfGAbFbZFukDd3LAbXMb7Jrf_laS_Rnw2PhDpo-EnsGKu7s1Q== |
| Age | 8951 |
{"credit_type":"crew","department":"Production","job":"Producer","media":{"adult":false,"backdrop_path":"/84XPpjGvxNyExjSuLQe0SzioErt.jpg","id":1396,"name":"Breaking Bad","original_language":"en","original_name":"Breaking Bad","overview":"When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.","poster_path":"/ggFHVNu6YYI5L9pCfOacjizRGt.jpg","media_type":"tv","genre_ids":[18],"popularity":667.742,"first_air_date":"2008-01-20","vote_average":8.796,"vote_count":9186,"origin_country":["US"],"episodes":[],"seasons":[{"air_date":"2009-03-08","episode_count":13,"id":3573,"name":"Season 2","overview":"In the second season, Walt must deal with the chain reaction of his choice, as he and Jesse face new and severe consequences. When danger and suspicion around Walt escalate, he is pushed to new levels of desperation. Just how much higher will the stakes rise? How far is Walt willing to go to ensure his family's security? Will his grand plan spiral out of control?","poster_path":"/e3oGYpoTUhOFK0BJfloru5ZmGV.jpg","season_number":2,"show_id":1396},{"air_date":"2008-01-20","episode_count":7,"id":3572,"name":"Season 1","overview":"High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.","poster_path":"/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg","season_number":1,"show_id":1396},{"air_date":"2012-07-15","episode_count":16,"id":3578,"name":"Season 5","overview":"In season five, Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt. \n\nAll bad things must come to an end.","poster_path":"/r3z70vunihrAkjILQKWHX0G2xzO.jpg","season_number":5,"show_id":1396},{"air_date":"2011-07-17","episode_count":13,"id":3576,"name":"Season 4","overview":"This season, Walt and Jesse must cope with the fallout of their previous actions, both personally and professionally. Tension mounts as Walt faces a true standoff with his employer, Gus, with neither side willing or able to back down. Walt must also adjust to a new relationship with Skyler, whom while still reconciling her relationship with Walt, is committed to properly laundering Walt’s money and ensuring her sister Marie and an ailing Hank are financially stable.","poster_path":"/5ewrnKp4TboU4hTLT5cWO350mHj.jpg","season_number":4,"show_id":1396},{"air_date":"2010-03-21","episode_count":13,"id":3575,"name":"Season 3","overview":"In the third season, Walt continues to battle dueling identities: a desperate husband and father trying to provide for his family, and a newly appointed key player in the Albuquerque drug trade. As the danger around him escalates, Walt is now entrenched in the complex worlds of an angst-ridden family on the verge of dissolution, and the ruthless and unrelenting drug cartel.","poster_path":"/ffP8Q8ew048YofHRnFVM18B2fPG.jpg","season_number":3,"show_id":1396},{"air_date":"2009-02-17","episode_count":11,"id":3577,"name":"Specials","overview":"","poster_path":"/40dT79mDEZwXkQiZNBgSaydQFDP.jpg","season_number":0,"show_id":1396}]},"media_type":"tv","id":"5254228e760ee31328001ce1","person":{"adult":false,"id":1223202,"name":"Diane Mercer","original_name":"Diane Mercer","media_type":"person","popularity":2.549,"gender":1,"known_for_department":"Production","profile_path":"/giYxNEo4pvcfUJU58qhsMQg7per.jpg"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Retrieve the details of a movie or TV show review.
#### Recent Changes
| **Date** | **Change** |
| - | - |
| November 14, 2020 | A `author_details` field has been added to the default response, which includes an `avatar_path` and `rating` value. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 698c251d-20db-402e-8e11-5b699a4a1da8 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| X-Memc | MISS, STORE |
| X-Memc-Key | a2f504169bdfbab571888a9d5a2b435467a8a10b |
| X-Memc-Age | 0 |
| X-Memc-Expires | 15002 |
| Content-Encoding | gzip |
| Date | Wed, 17 Aug 2022 20:40:26 GMT |
| Cache-Control | public, max-age=28800 |
| ETag | W/"59b9e3e7406c61262477bfedb4538749" |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | j3FLb9Y39WwBYfXBA501NIlFxqmpeixaFz1ooVw3JkYnGVEyD_ID4A== |
| Age | 8951 |
{"id":"62f6c361c3bffe008776f60b","author":"MSB","author_details":{"name":"MSB","username":"msbreviews","avatar_path":"/https://www.gravatar.com/avatar/992eef352126a53d7e141bf9e8707576.jpg","rating":5.0},"content":"MORE SPOILER-FREE REVIEWS @ https://www.msbreviews.com/\r\n\r\n\"Luck meets the minimum requirements of having a light story with simple characters and sweet messages, but it's far from an inspiring, imaginative, incredibly entertaining work.\r\n\r\nThe humor related to the protagonist's misfortunes induces some moments of laughter, but even these are cliches repeated countless times throughout the history of cinema. Strangely, the 3D animation fails to offer expressiveness and emotion to the characters, being limited to the beautiful environment that surrounds the narrative.\r\n\r\nThe score tries to elevate the overall film with sentimental tunes and melodies, but unfortunately, it's not enough to avoid the first animated disappointment of the year.\"\r\n\r\nRating: C","created_at":"2022-08-12T21:17:21.583Z","iso_639_1":"en","media_id":585511,"media_title":"Luck","media_type":"movie","updated_at":"2022-08-12T21:17:21.679Z","url":"https://www.themoviedb.org/review/62f6c361c3bffe008776f60b"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Get the daily or weekly trending items. The daily trending list tracks items over the period of a day while items have a 24 hour half life. The weekly list tracks items over a 7 day period, with a 7 day half life.
#### Valid Media Types
| **Media Type** | **Description** |
| - | - |
| all | Include all movies, TV shows and people in the results as a global trending list. |
| movie | Show the trending movies in the results. |
| tv | Show the trending TV shows in the results. |
| person | Show the trending people in the results. |
#### Valid Time Windows
| **Time Window** | **Description** |
| - | - |
| day | View the trending list for the day. |
| week | View the trending list for the week. |
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | f2ca02ba-cc10-4662-b3a7-7491dadb116a |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:27 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | a9c2717fc50af7b55e1c8596035e737b2e2ee49f |
| X-Memc-Age | 218 |
| X-Memc-Expires | 382 |
| ETag | W/"f30075567673cab04b269608677c151a" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | N26vbrp0bM6WoM54QO_lr-b4jAVchAxQhRQJW_tMSKRej_DAZlTqUg== |
| Age | 8950 |
{"page":1,"results":[{"adult":false,"backdrop_path":"/7ZO9yoEU2fAHKhmJWfAc2QIPWJg.jpg","id":766507,"title":"Prey","original_language":"en","original_title":"Prey","overview":"When danger threatens her camp, the fierce and highly skilled Comanche warrior Naru sets out to protect her people. But the prey she stalks turns out to be a highly evolved alien predator with a technically advanced arsenal.","poster_path":"/ujr5pztc1oitbe7ViMUOilFaJ7s.jpg","media_type":"movie","genre_ids":[28,878,27],"popularity":12548.379,"release_date":"2022-08-02","video":false,"vote_average":8.118,"vote_count":2569},{"adult":false,"backdrop_path":"/nmGWzTLMXy9x7mKd8NKPLmHtWGa.jpg","id":438148,"title":"Minions: The Rise of Gru","original_language":"en","original_title":"Minions: The Rise of Gru","overview":"A fanboy of a supervillain supergroup known as the Vicious 6, Gru hatches a plan to become evil enough to join them, with the backup of his followers, the Minions.","poster_path":"/wKiOkZTN9lUUUNZLmtnwubZYONg.jpg","media_type":"movie","genre_ids":[10751,16,12,35,14],"popularity":4718.218,"release_date":"2022-06-29","video":false,"vote_average":7.798,"vote_count":1409},{"adult":false,"backdrop_path":"/wDyM1lIIgK4RIDAgr8iuZe9N1cf.jpg","id":755566,"title":"Day Shift","original_language":"en","original_title":"Day Shift","overview":"An LA vampire hunter has a week to come up with the cash to pay for his kid's tuition and braces. Trying to make a living these days just might kill him.","poster_path":"/bI7lGR5HuYlENlp11brKUAaPHuO.jpg","media_type":"movie","genre_ids":[28,14,27],"popularity":683.236,"release_date":"2022-08-10","video":false,"vote_average":6.749,"vote_count":333},{"adult":false,"backdrop_path":"/rLo9T9jEg67UZPq3midjLnTUYYi.jpg","id":614934,"title":"Elvis","original_language":"en","original_title":"Elvis","overview":"The life story of Elvis Presley as seen through the complicated relationship with his enigmatic manager, Colonel Tom Parker.","poster_path":"/qBOKWqAFbveZ4ryjJJwbie6tXkQ.jpg","media_type":"movie","genre_ids":[10402,18,36],"popularity":1270.424,"release_date":"2022-06-22","video":false,"vote_average":7.939,"vote_count":1043},{"adult":false,"backdrop_path":"/odJ4hx6g6vBt4lBWKFD1tI8WS4x.jpg","id":361743,"title":"Top Gun: Maverick","original_language":"en","original_title":"Top Gun: Maverick","overview":"After more than thirty years of service as one of the Navy’s top aviators, and dodging the advancement in rank that would ground him, Pete “Maverick” Mitchell finds himself training a detachment of TOP GUN graduates for a specialized mission the likes of which no living pilot has ever seen.","poster_path":"/62HCnUTziyWcpDaBO2i1DX17ljH.jpg","media_type":"movie","genre_ids":[28,18],"popularity":4169.218,"release_date":"2022-05-24","video":false,"vote_average":8.3,"vote_count":2039},{"adult":false,"backdrop_path":"/mPqIjQk2rqU2mfFLJzDGeRwpIuU.jpg","id":90802,"name":"The Sandman","original_language":"en","original_name":"The Sandman","overview":"After years of imprisonment, Morpheus — the King of Dreams — embarks on a journey across worlds to find what was stolen from him and restore his power.","poster_path":"/q54qEgagGOYCq5D1903eBVMNkbo.jpg","media_type":"tv","genre_ids":[10765,18],"popularity":2783.951,"first_air_date":"2022-08-05","vote_average":8.2,"vote_count":357,"origin_country":["US"]},{"adult":false,"backdrop_path":"/9eAn20y26wtB3aet7w9lHjuSgZ3.jpg","id":507086,"title":"Jurassic World Dominion","original_language":"en","original_title":"Jurassic World Dominion","overview":"Four years after Isla Nublar was destroyed, dinosaurs now live—and hunt—alongside humans all over the world. This fragile balance will reshape the future and determine, once and for all, whether human beings are to remain the apex predators on a planet they now share with history’s most fearsome creatures.","poster_path":"/kAVRgw7GgK1CfYEJq8ME6EvRIgU.jpg","media_type":"movie","genre_ids":[12,28,878],"popularity":4714.395,"release_date":"2022-06-01","video":false,"vote_average":7.098,"vote_count":2822},{"adult":false,"backdrop_path":"/3VQj6m0I6gkuRaljmhNZl0XR3by.jpg","id":585511,"title":"Luck","original_language":"en","original_title":"Luck","overview":"Suddenly finding herself in the never-before-seen Land of Luck, the unluckiest person in the world must unite with the magical creatures there to turn her luck around.","poster_path":"/1HOYvwGFioUFL58UVvDRG6beEDm.jpg","media_type":"movie","genre_ids":[16,12,35,14],"popularity":3148.981,"release_date":"2022-08-05","video":false,"vote_average":8.146,"vote_count":411},{"adult":false,"backdrop_path":"/tHR34A5n0my4maACNdLpWGd6QYq.jpg","id":698948,"title":"Thirteen Lives","original_language":"en","original_title":"Thirteen Lives","overview":"Based on the true nail-biting mission that captivated the world. Twelve boys and the coach of a Thai soccer team explore the Tham Luang cave when an unexpected rainstorm traps them in a chamber inside the mountain. Entombed behind a maze of flooded cave tunnels, they face impossible odds. A team of world-class divers navigate through miles of dangerous cave networks to discover that finding the boys is only the beginning.","poster_path":"/yi5KcJqFxy0D6yP8nCfcF8gJGg5.jpg","media_type":"movie","genre_ids":[18,53],"popularity":1191.029,"release_date":"2022-07-18","video":false,"vote_average":8.042,"vote_count":354},{"adult":false,"backdrop_path":"/nW5fUbldp1DYf2uQ3zJTUdachOu.jpg","id":718789,"title":"Lightyear","original_language":"en","original_title":"Lightyear","overview":"Legendary Space Ranger Buzz Lightyear embarks on an intergalactic adventure alongside a group of ambitious recruits and his robot companion Sox.","poster_path":"/ox4goZd956BxqJH6iLwhWPL9ct4.jpg","media_type":"movie","genre_ids":[16,878,12,28,10751],"popularity":1991.974,"release_date":"2022-06-15","video":false,"vote_average":7.294,"vote_count":1686},{"adult":false,"backdrop_path":"/p1F51Lvj3sMopG948F5HsBbl43C.jpg","id":616037,"title":"Thor: Love and Thunder","original_language":"en","original_title":"Thor: Love and Thunder","overview":"After his retirement is interrupted by Gorr the God Butcher, a galactic killer who seeks the extinction of the gods, Thor enlists the help of King Valkyrie, Korg, and ex-girlfriend Jane Foster, who now inexplicably wields Mjolnir as the Mighty Thor. Together they embark upon a harrowing cosmic adventure to uncover the mystery of the God Butcher’s vengeance and stop him before it’s too late.","poster_path":"/pIkRyD18kl4FhoCNQuWxWu5cBLM.jpg","media_type":"movie","genre_ids":[28,12,14],"popularity":6999.193,"release_date":"2022-07-06","video":false,"vote_average":6.797,"vote_count":1895},{"adult":false,"backdrop_path":"/27Mj3rFYP3xqFy7lnz17vEd8Ms.jpg","id":725201,"title":"The Gray Man","original_language":"en","original_title":"The Gray Man","overview":"When a shadowy CIA agent uncovers damning agency secrets, he's hunted across the globe by a sociopathic rogue operative who's put a bounty on his head.","poster_path":"/8cXbitsS6dWQ5gfMTZdorpAAzEH.jpg","media_type":"movie","genre_ids":[28,53],"popularity":1788.379,"release_date":"2022-07-13","video":false,"vote_average":7.0,"vote_count":1606},{"adult":false,"backdrop_path":"/wcKFYIiVDvRURrzglV9kGu7fpfY.jpg","id":453395,"title":"Doctor Strange in the Multiverse of Madness","original_language":"en","original_title":"Doctor Strange in the Multiverse of Madness","overview":"Doctor Strange, with the help of mystical allies both old and new, traverses the mind-bending and dangerous alternate realities of the Multiverse to confront a mysterious new adversary.","poster_path":"/9Gtg2DzBhmYamXBS1hKAhiwbBKS.jpg","media_type":"movie","genre_ids":[14,28,12],"popularity":2062.316,"release_date":"2022-05-04","video":false,"vote_average":7.501,"vote_count":5302},{"adult":false,"backdrop_path":"/C8FpZfTPEZDjngPlatiFsaDB4A.jpg","id":718930,"title":"Bullet Train","original_language":"en","original_title":"Bullet Train","overview":"Unlucky assassin Ladybug is determined to do his job peacefully after one too many gigs gone off the rails. Fate, however, may have other plans, as Ladybug's latest mission puts him on a collision course with lethal adversaries from around the globe—all with connected, yet conflicting, objectives—on the world's fastest train.","poster_path":"/nF1a7P9lUq9kNas9RIvSEQ412qN.jpg","media_type":"movie","genre_ids":[28,35,80],"popularity":1034.607,"release_date":"2022-07-03","video":false,"vote_average":7.417,"vote_count":342},{"adult":false,"backdrop_path":"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg","id":756999,"title":"The Black Phone","original_language":"en","original_title":"The Black Phone","overview":"Finney Shaw, a shy but clever 13-year-old boy, is abducted by a sadistic killer and trapped in a soundproof basement where screaming is of little use. When a disconnected phone on the wall begins to ring, Finney discovers that he can hear the voices of the killer’s previous victims. And they are dead set on making sure that what happened to them doesn’t happen to Finney.","poster_path":"/lr11mCT85T1JanlgjMuhs9nMht4.jpg","media_type":"movie","genre_ids":[27,53],"popularity":2749.593,"release_date":"2022-06-22","video":false,"vote_average":7.955,"vote_count":1894},{"adult":false,"backdrop_path":"/t15KHp3iNfHVQBNIaqUGW12xQA4.jpg","id":60059,"name":"Better Call Saul","original_language":"en","original_name":"Better Call Saul","overview":"Six years before Saul Goodman meets Walter White. We meet him when the man who will become Saul Goodman is known as Jimmy McGill, a small-time lawyer searching for his destiny, and, more immediately, hustling to make ends meet. Working alongside, and, often, against Jimmy, is “fixer” Mike Ehrmantraut. The series tracks Jimmy’s transformation into Saul Goodman, the man who puts “criminal” in “criminal lawyer\".","poster_path":"/fC2HDm5t0kHl7mTm7jxMR31b7by.jpg","media_type":"tv","genre_ids":[80,18],"popularity":541.477,"first_air_date":"2015-02-08","vote_average":8.503,"vote_count":3061,"origin_country":["US"]},{"adult":false,"backdrop_path":"/nHWr40LGgyxymEhZCOA2WHATPpn.jpg","id":800345,"title":"Carter","original_language":"ko","original_title":"카터","overview":"Carter, who awakens two months into a deadly pandemic originating from the DMZ that has already devastated US and North Korea. He who has no recollections of his past finds a mysterious device in his head, and a lethal bomb in his mouth. A voice in his ears gives him orders to avoid getting killed and he's thrown into a mysterious operation while the CIA and North Korean coup chase him close.","poster_path":"/uzAh3Ub2YttCz13cnyB9PvhpmIL.jpg","media_type":"movie","genre_ids":[28,53],"popularity":698.073,"release_date":"2022-08-05","video":false,"vote_average":6.209,"vote_count":165},{"adult":false,"backdrop_path":"/iQlJyRecJeGGzQGT2rEcyAgz89F.jpg","id":762975,"title":"Purple Hearts","original_language":"en","original_title":"Purple Hearts","overview":"An aspiring musician agrees to a marriage of convenience with a soon-to-deploy Marine, but a tragedy soon turns their fake relationship all too real.","poster_path":"/4JyNWkryifWbWXJyxcWh3pVya6N.jpg","media_type":"movie","genre_ids":[10749,18],"popularity":1107.083,"release_date":"2022-07-29","video":false,"vote_average":8.513,"vote_count":1150},{"adult":false,"backdrop_path":"/wp3vpSWAIjKSEeYb8F5NSZfONqw.jpg","id":545611,"title":"Everything Everywhere All at Once","original_language":"en","original_title":"Everything Everywhere All at Once","overview":"An aging Chinese immigrant is swept up in an insane adventure, where she alone can save what's important to her by connecting with the lives she could have led in other universes.","poster_path":"/w3LxiVYdWWRvEVdn5RYq6jIqkb1.jpg","media_type":"movie","genre_ids":[28,12,878],"popularity":294.918,"release_date":"2022-03-24","video":false,"vote_average":8.264,"vote_count":1337},{"adult":false,"backdrop_path":"/vHTuFN4uN1jD1xQWHnOft5dLvL5.jpg","id":63247,"name":"Westworld","original_language":"en","original_name":"Westworld","overview":"A dark odyssey about the dawn of artificial consciousness and the evolution of sin. Set at the intersection of the near future and the reimagined past, it explores a world in which every human appetite, no matter how noble or depraved, can be indulged.","poster_path":"/8MfgyFHf7XEboZJPZXCIDqqiz6e.jpg","media_type":"tv","genre_ids":[10765,37],"popularity":321.091,"first_air_date":"2016-10-02","vote_average":8.125,"vote_count":4299,"origin_country":["US"]}],"total_pages":1000,"total_results":20000}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
The find method makes it easy to search for objects in our database by an external id.
This method will search all objects (movies, TV shows and people) and return the results in a single response.
The supported external sources for each object are as follows.
#### Media Databases
| | Movies | TV Shows | TV Seasons | TV Episodes | People |
| ------------ | ------ | -------- | ---------- | ----------- | ------ |
| IMDb ID | ✓ | ✓ | ✗ | ✓ | ✓ |
| TVDB ID | ✗ | ✓ | ✓ | ✓ | ✗ |
| Freebase MID*| ✗ | ✓ | ✓ | ✓ | ✓ |
| Freebase ID* | ✗ | ✓ | ✓ | ✓ | ✓ |
| TVRage ID* | ✗ | ✓ | ✓ | ✓ | ✓ |
#### Social IDs
| | Movies | TV Shows | TV Seasons | TV Episodes | People |
| ------------ | ------ | -------- | ---------- | ----------- | ------ |
| Facebook | ✓ | ✓ | ✗ | ✗ | ✓ |
| Instagram | ✓ | ✓ | ✗ | ✗ | ✓ |
| Twitter | ✓ | ✓ | ✗ | ✗ | ✓ |
*Defunct or no longer available as a service.
| Header Name | Header Value |
|---|---|
| Accept | application/json |
| User-Agent | PostmanRuntime/7.29.0 |
| Cache-Control | no-cache |
| Postman-Token | 4e6e52b5-0535-411e-a4e2-5ca1734912e5 |
| Host | api.themoviedb.org |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json;charset=utf-8 |
| Transfer-Encoding | chunked |
| Connection | keep-alive |
| Date | Wed, 17 Aug 2022 20:40:28 GMT |
| Server | openresty |
| Access-Control-Allow-Origin | * |
| Access-Control-Allow-Methods | GET, HEAD, POST, PUT, DELETE, OPTIONS |
| Access-Control-Expose-Headers | ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After, Content-Length, Content-Range |
| Cache-Control | public, max-age=28800 |
| X-Memc | HIT |
| X-Memc-Key | bed7e998affb2895f78b9057b94bbb59aa0a0ae9 |
| X-Memc-Age | 20070 |
| X-Memc-Expires | 1530 |
| ETag | W/"0971290c05306568edc52f326ca01530" |
| Content-Encoding | gzip |
| Vary | Accept-Encoding |
| X-Cache | Hit from cloudfront |
| Via | 1.1 054e3273b1ea8604004af961945df65e.cloudfront.net (CloudFront) |
| X-Amz-Cf-Pop | MIA3-C5 |
| X-Amz-Cf-Id | 8uTpxBmSFKD8jDRKgrYuJwM99xgnyjcRzYoef4CdV_Fwa_64voijFw== |
| Age | 8950 |
{"movie_results":[{"adult":false,"backdrop_path":"/3VQj6m0I6gkuRaljmhNZl0XR3by.jpg","id":585511,"title":"Luck","original_language":"en","original_title":"Luck","overview":"Suddenly finding herself in the never-before-seen Land of Luck, the unluckiest person in the world must unite with the magical creatures there to turn her luck around.","poster_path":"/1HOYvwGFioUFL58UVvDRG6beEDm.jpg","media_type":"movie","genre_ids":[16,12,35,14],"popularity":3148.981,"release_date":"2022-08-05","video":false,"vote_average":8.142,"vote_count":402}],"person_results":[],"tv_results":[],"tv_episode_results":[],"tv_season_results":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|